Searched refs:lexSingleToken (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/tests/preprocessor_tests/ |
D | comment_test.cpp | 21 lexSingleToken(str, &token); in TEST_P() 50 lexSingleToken(str, &token); in TEST_F()
|
D | PreprocessorTest.h | 44 void lexSingleToken(const char *input, pp::Token *token); 45 void lexSingleToken(size_t count, const char *const input[], pp::Token *token);
|
D | PreprocessorTest.cpp | 62 void SimplePreprocessorTest::lexSingleToken(const char *input, pp::Token *token) in lexSingleToken() function in angle::SimplePreprocessorTest 70 void SimplePreprocessorTest::lexSingleToken(size_t count, in lexSingleToken() function in angle::SimplePreprocessorTest
|
D | number_test.cpp | 48 lexSingleToken(cstr, &token); in TEST_P() 81 lexSingleToken(cstr, &token); in expectFloat()
|
D | define_test.cpp | 938 lexSingleToken(str, &token); in TEST_F() 950 lexSingleToken(str, &token); in TEST_F() 960 lexSingleToken(3, str, &token); in TEST_F() 970 lexSingleToken(2, str, &token); in TEST_F()
|
D | operator_test.cpp | 28 lexSingleToken(param.str, &token); in TEST_P()
|
D | identifier_test.cpp | 25 lexSingleToken(cstr, &token); in expectIdentifier()
|