Home
last modified time | relevance | path

Searched refs:PP_CONDITIONAL_UNEXPECTED_TOKEN (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp531 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNEXPECTED_TOKEN, in parseElse()
595 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNEXPECTED_TOKEN, in parseEndif()
969 errorSettings.unexpectedIdentifier = Diagnostics::PP_CONDITIONAL_UNEXPECTED_TOKEN; in parseExpressionIf()
977 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNEXPECTED_TOKEN, in parseExpressionIf()
1006 mDiagnostics->report(Diagnostics::PP_CONDITIONAL_UNEXPECTED_TOKEN, in parseExpressionIfdef()
DDiagnosticsBase.h69 PP_CONDITIONAL_UNEXPECTED_TOKEN, enumerator
DDiagnosticsBase.cpp147 case PP_CONDITIONAL_UNEXPECTED_TOKEN: in message()