Searched refs:PP_UNDEFINED_SHIFT (Results 1 – 10 of 10) sorted by relevance
/external/angle/src/tests/preprocessor_tests/ |
D | if_test.cpp | 1050 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()
|
D | define_test.cpp | 1019 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_UNDEFINED_SHIFT, _, _)).Times(4); in TEST_F()
|
/external/angle/src/compiler/preprocessor/ |
D | DiagnosticsBase.cpp | 122 case PP_UNDEFINED_SHIFT: in message()
|
D | DiagnosticsBase.h | 72 PP_UNDEFINED_SHIFT, enumerator
|
D | preprocessor.y | 209 context->diagnostics->report(angle::pp::Diagnostics::PP_UNDEFINED_SHIFT, 234 context->diagnostics->report(angle::pp::Diagnostics::PP_UNDEFINED_SHIFT,
|
D | preprocessor_tab_autogen.cpp | 1382 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/ |
D | DiagnosticsBase.h | 81 PP_UNDEFINED_SHIFT, enumerator
|
D | DiagnosticsBase.cpp | 139 case PP_UNDEFINED_SHIFT: in message()
|
D | ExpressionParser.y | 221 context->diagnostics->report(pp::Diagnostics::PP_UNDEFINED_SHIFT, 246 context->diagnostics->report(pp::Diagnostics::PP_UNDEFINED_SHIFT,
|
D | ExpressionParser.cpp | 1512 context->diagnostics->report(pp::Diagnostics::PP_UNDEFINED_SHIFT, in yyparse() 1542 context->diagnostics->report(pp::Diagnostics::PP_UNDEFINED_SHIFT, in yyparse()
|