Home
last modified time | relevance | path

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

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp63 case PP_DIRECTIVE_INVALID_NAME: in message()
DDiagnosticsBase.h39 PP_DIRECTIVE_INVALID_NAME, enumerator
DDirectiveParser.cpp218 mDiagnostics->report(Diagnostics::PP_DIRECTIVE_INVALID_NAME, token->location, in parseDirective()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h52 PP_DIRECTIVE_INVALID_NAME, enumerator
DDiagnosticsBase.cpp82 case PP_DIRECTIVE_INVALID_NAME: in message()
DDirectiveParser.cpp285 mDiagnostics->report(Diagnostics::PP_DIRECTIVE_INVALID_NAME, in parseDirective()
/external/angle/src/tests/preprocessor_tests/
Dversion_test.cpp163 print(pp::Diagnostics::PP_DIRECTIVE_INVALID_NAME, pp::SourceLocation(0, 1), "foo")); in TEST_F()