Home
last modified time | relevance | path

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

/external/angle/src/tests/preprocessor_tests/
Dextension_test.cpp129 {"#extension\n", pp::Diagnostics::PP_INVALID_EXTENSION_DIRECTIVE},
132 {"#extension foo : \n", pp::Diagnostics::PP_INVALID_EXTENSION_DIRECTIVE},
/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp101 case PP_INVALID_EXTENSION_DIRECTIVE: in message()
DDiagnosticsBase.h59 PP_INVALID_EXTENSION_DIRECTIVE, enumerator
DDirectiveParser.cpp666 mDiagnostics->report(Diagnostics::PP_INVALID_EXTENSION_DIRECTIVE, token->location, in parseExtension()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h72 PP_INVALID_EXTENSION_DIRECTIVE, enumerator
DDiagnosticsBase.cpp120 case PP_INVALID_EXTENSION_DIRECTIVE: in message()
DDirectiveParser.cpp737 mDiagnostics->report(Diagnostics::PP_INVALID_EXTENSION_DIRECTIVE, token->location, in parseExtension()