Home
last modified time | relevance | path

Searched refs:PP_UNDEFINED_SHIFT (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/tests/preprocessor_tests/
Dif_test.cpp1050 print(pp::Diagnostics::PP_UNDEFINED_SHIFT, pp::SourceLocation(0, 1), "2 << -1")); in TEST_F()
1064 print(pp::Diagnostics::PP_UNDEFINED_SHIFT, pp::SourceLocation(0, 1), "2 << 32")); in TEST_F()
1128 print(pp::Diagnostics::PP_UNDEFINED_SHIFT, pp::SourceLocation(0, 1), "2 >> -1")); in TEST_F()
1142 print(pp::Diagnostics::PP_UNDEFINED_SHIFT, pp::SourceLocation(0, 1), "2 >> 32")); in TEST_F()
Ddefine_test.cpp1019 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_UNDEFINED_SHIFT, _, _)).Times(4); in TEST_F()
/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp122 case PP_UNDEFINED_SHIFT: in message()
DDiagnosticsBase.h72 PP_UNDEFINED_SHIFT, enumerator
Dpreprocessor.y209 context->diagnostics->report(angle::pp::Diagnostics::PP_UNDEFINED_SHIFT,
234 context->diagnostics->report(angle::pp::Diagnostics::PP_UNDEFINED_SHIFT,
Dpreprocessor_tab_autogen.cpp1382 context->diagnostics->report(angle::pp::Diagnostics::PP_UNDEFINED_SHIFT, in yyparse()
1411 context->diagnostics->report(angle::pp::Diagnostics::PP_UNDEFINED_SHIFT, in yyparse()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h81 PP_UNDEFINED_SHIFT, enumerator
DDiagnosticsBase.cpp139 case PP_UNDEFINED_SHIFT: in message()
DExpressionParser.y221 context->diagnostics->report(pp::Diagnostics::PP_UNDEFINED_SHIFT,
246 context->diagnostics->report(pp::Diagnostics::PP_UNDEFINED_SHIFT,
DExpressionParser.cpp1512 context->diagnostics->report(pp::Diagnostics::PP_UNDEFINED_SHIFT, in yyparse()
1542 context->diagnostics->report(pp::Diagnostics::PP_UNDEFINED_SHIFT, in yyparse()