Home
last modified time | relevance | path

Searched refs:lexSingleToken (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/tests/preprocessor_tests/
Dcomment_test.cpp21 lexSingleToken(str, &token); in TEST_P()
50 lexSingleToken(str, &token); in TEST_F()
DPreprocessorTest.h44 void lexSingleToken(const char *input, pp::Token *token);
45 void lexSingleToken(size_t count, const char *const input[], pp::Token *token);
DPreprocessorTest.cpp62 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
Dnumber_test.cpp48 lexSingleToken(cstr, &token); in TEST_P()
81 lexSingleToken(cstr, &token); in expectFloat()
Ddefine_test.cpp938 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()
Doperator_test.cpp28 lexSingleToken(param.str, &token); in TEST_P()
Didentifier_test.cpp25 lexSingleToken(cstr, &token); in expectIdentifier()