Home
last modified time | relevance | path

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

/external/angle/src/compiler/preprocessor/
DDiagnosticsBase.cpp77 case PP_MACRO_TOO_FEW_ARGS: in message()
DDiagnosticsBase.h46 PP_MACRO_TOO_FEW_ARGS, enumerator
DMacroExpander.cpp423 ? Diagnostics::PP_MACRO_TOO_FEW_ARGS in collectMacroArgs()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnosticsBase.h59 PP_MACRO_TOO_FEW_ARGS, enumerator
DDiagnosticsBase.cpp96 case PP_MACRO_TOO_FEW_ARGS: in message()
DMacroExpander.cpp429 Diagnostics::PP_MACRO_TOO_FEW_ARGS : in collectMacroArgs()
/external/angle/src/tests/preprocessor_tests/
Ddefine_test.cpp796 print(pp::Diagnostics::PP_MACRO_TOO_FEW_ARGS, pp::SourceLocation(0, 2), "foo")); in TEST_F()
798 print(pp::Diagnostics::PP_MACRO_TOO_FEW_ARGS, pp::SourceLocation(0, 3), "foo")); in TEST_F()