webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <algorithm>
#include <climits>
#include "PreprocessorTest.h"
#include "compiler/preprocessor/Token.h"
Classes | |
class | CharTest |
Functions | |
bool | isPunctuator (char c) |
bool | isWhitespace (char c) |
TEST_P (CharTest, Identified) | |
INSTANTIATE_TEST_CASE_P (All, CharTest, testing::Range(CHAR_MIN, CHAR_MAX+1)) | |
INSTANTIATE_TEST_CASE_P | ( | All | , |
CharTest | , | ||
testing::Range(CHAR_MIN, CHAR_MAX+1) | |||
) |
bool isPunctuator | ( | char | c | ) |
bool isWhitespace | ( | char | c | ) |
TEST_P | ( | CharTest | , |
Identified | |||
) |