/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 103 parseContext.ppError(ppToken->loc, "must be followed by macro name", "#define", ""); in CPPdefine() 124 parseContext.ppError(ppToken->loc, "bad argument", "#define", ""); in CPPdefine() 134 parseContext.ppError(ppToken->loc, "duplicate macro parameter", "#define", ""); in CPPdefine() 144 parseContext.ppError(ppToken->loc, "missing parenthesis", "#define", ""); in CPPdefine() 168 …parseContext.ppError(defineLoc, "Macro redefined; function-like versus object-like:", "#define", a… in CPPdefine() 170 …parseContext.ppError(defineLoc, "Macro redefined; different number of arguments:", "#define", atom… in CPPdefine() 173 …parseContext.ppError(defineLoc, "Macro redefined; different argument names:", "#define", atomStrin… in CPPdefine() 184 …parseContext.ppError(defineLoc, "Macro redefined; different substitutions:", "#define", atomString… in CPPdefine() 202 parseContext.ppError(ppToken->loc, "must be followed by macro name", "#undef", ""); in CPPundef() 214 … parseContext.ppError(ppToken->loc, "can only be followed by a single macro name", "#undef", ""); in CPPundef() [all …]
|
D | PpScanner.cpp | 144 parseContext.ppError(ppToken->loc, "unexpected use of", "#", ""); in lFloatConst() 150 parseContext.ppError(ppToken->loc, "expected 'INF'", "#", ""); in lFloatConst() 218 parseContext.ppError(ppToken->loc, "bad character in float exponent", "", ""); in lFloatConst() 257 … parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", ""); in lFloatConst() 276 … parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", ""); in lFloatConst() 297 … parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", ""); in lFloatConst() 306 parseContext.ppError(ppToken->loc, "float literal too long", "", ""); in lFloatConst() 379 parseContext.ppError(ppToken->loc, "unexpected", "\'", ""); in characterLiteral() 407 parseContext.ppError(ppToken->loc, "octal and hex sequences not supported", "\\", ""); in characterLiteral() 425 parseContext.ppError(ppToken->loc, "expected", "\'", ""); in characterLiteral() [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | parseVersions.h | 112 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
|
D | Versions.cpp | 692 ppError(loc, "required extension not requested:", featureDesc, extensions[0]); in ppRequireExtensions() 694 … ppError(loc, "required extension not requested:", featureDesc, "Possible extensions include:"); in ppRequireExtensions()
|
D | ParseContextBase.cpp | 95 void C_DECL TParseContextBase::ppError(const TSourceLoc& loc, const char* szReason, const char* szT… in ppError() function in glslang::TParseContextBase
|
D | ParseHelper.h | 103 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
|
D | ParseHelper.cpp | 2537 ppError(loc, "names beginning with \"GL_\" can't be (un)defined:", op, identifier); in reservedPpErrorCheck() 2539 ppError(loc, "\"defined\" can't be (un)defined:", op, identifier); in reservedPpErrorCheck() 2545 ppError(loc, "predefined names can't be (un)defined:", op, identifier); in reservedPpErrorCheck() 2548 …ppError(loc, "names containing consecutive underscores are reserved, and an error if version <= 30… in reservedPpErrorCheck()
|