Home
last modified time | relevance | path

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

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp85 case PP_CONDITIONAL_ENDIF_WITHOUT_IF: in message()
DDiagnosticsBase.h50 PP_CONDITIONAL_ENDIF_WITHOUT_IF, enumerator
DDirectiveParser.cpp512 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_ENDIF_WITHOUT_IF, token->location, in parseEndif()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h63 PP_CONDITIONAL_ENDIF_WITHOUT_IF, enumerator
DDiagnosticsBase.cpp104 case PP_CONDITIONAL_ENDIF_WITHOUT_IF: in message()
DDirectiveParser.cpp583 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_ENDIF_WITHOUT_IF, in parseEndif()
/external/angle/src/tests/preprocessor_tests/
Dif_test.cpp794 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_CONDITIONAL_ENDIF_WITHOUT_IF, in TEST_F()