Home
last modified time | relevance | path

Searched refs:PP_DIVISION_BY_ZERO (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp57 case PP_DIVISION_BY_ZERO: in message()
DDiagnosticsBase.h36 PP_DIVISION_BY_ZERO, enumerator
Dpreprocessor.y262 context->diagnostics->report(angle::pp::Diagnostics::PP_DIVISION_BY_ZERO,
288 context->diagnostics->report(angle::pp::Diagnostics::PP_DIVISION_BY_ZERO,
Dpreprocessor_tab_autogen.cpp1453 context->diagnostics->report(angle::pp::Diagnostics::PP_DIVISION_BY_ZERO, in yyparse()
1483 context->diagnostics->report(angle::pp::Diagnostics::PP_DIVISION_BY_ZERO, in yyparse()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h49 PP_DIVISION_BY_ZERO, enumerator
DDiagnosticsBase.cpp76 case PP_DIVISION_BY_ZERO: in message()
DExpressionParser.y274 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO,
300 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO,
DExpressionParser.cpp1585 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO, in yyparse()
1616 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO, in yyparse()
/external/angle/src/tests/preprocessor_tests/
Dif_test.cpp683 print(pp::Diagnostics::PP_DIVISION_BY_ZERO, pp::SourceLocation(0, 1), "1 / 0")); in TEST_F()
695 print(pp::Diagnostics::PP_DIVISION_BY_ZERO, pp::SourceLocation(0, 1), "1 % 0")); in TEST_F()