Home
last modified time | relevance | path

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

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp97 case PP_INVALID_EXTENSION_NAME: in message()
DDiagnosticsBase.h57 PP_INVALID_EXTENSION_NAME, enumerator
DDirectiveParser.cpp628 mDiagnostics->report(Diagnostics::PP_INVALID_EXTENSION_NAME, token->location, in parseExtension()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h70 PP_INVALID_EXTENSION_NAME, enumerator
DDiagnosticsBase.cpp116 case PP_INVALID_EXTENSION_NAME: in message()
DDirectiveParser.cpp699 mDiagnostics->report(Diagnostics::PP_INVALID_EXTENSION_NAME, token->location, in parseExtension()
/external/angle/src/tests/preprocessor_tests/
Dextension_test.cpp130 {"#extension 1\n", pp::Diagnostics::PP_INVALID_EXTENSION_NAME},