Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dversion_test.cpp163 print(pp::Diagnostics::PP_DIRECTIVE_INVALID_NAME, pp::SourceLocation(0, 1), "foo")); in TEST_F()