/third_party/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() 174 … parseContext.ppError(defineLoc, "Macro redefined; function-like versus object-like:", "#define", in CPPdefine() 177 … parseContext.ppError(defineLoc, "Macro redefined; different number of arguments:", "#define", in CPPdefine() 181 … parseContext.ppError(defineLoc, "Macro redefined; different argument names:", "#define", in CPPdefine() 201 … parseContext.ppError(defineLoc, "Macro redefined; different substitutions:", "#define", in CPPdefine() 220 parseContext.ppError(ppToken->loc, "must be followed by macro name", "#undef", ""); in CPPundef() 232 … parseContext.ppError(ppToken->loc, "can only be followed by a single macro name", "#undef", ""); in CPPundef() [all …]
|
D | PpScanner.cpp | 152 parseContext.ppError(ppToken->loc, "unexpected use of", "#", ""); in lFloatConst() 158 parseContext.ppError(ppToken->loc, "expected 'INF'", "#", ""); in lFloatConst() 227 parseContext.ppError(ppToken->loc, "bad character in float exponent", "", ""); in lFloatConst() 267 … parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", ""); in lFloatConst() 286 … parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", ""); in lFloatConst() 311 … parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", ""); in lFloatConst() 320 parseContext.ppError(ppToken->loc, "float literal too long", "", ""); in lFloatConst() 393 parseContext.ppError(ppToken->loc, "unexpected", "\'", ""); in characterLiteral() 421 parseContext.ppError(ppToken->loc, "octal and hex sequences not supported", "\\", ""); in characterLiteral() 439 parseContext.ppError(ppToken->loc, "expected", "\'", ""); in characterLiteral() [all …]
|
/third_party/glslang/glslang/MachineIndependent/ |
D | parseVersions.h | 188 void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken, in ppError() function 197 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
|
D | Versions.cpp | 796 ppError(loc, "required extension not requested:", featureDesc, extensions[0]); in ppRequireExtensions() 798 … ppError(loc, "required extension not requested:", featureDesc, "Possible extensions include:"); in ppRequireExtensions()
|
D | ParseContextBase.cpp | 97 void C_DECL TParseContextBase::ppError(const TSourceLoc& loc, const char* szReason, const char* szT… in ppError() function in glslang::TParseContextBase
|
D | ParseHelper.h | 107 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
|
D | ParseHelper.cpp | 2803 ppError(loc, "names beginning with \"GL_\" can't be (un)defined:", op, identifier); in reservedPpErrorCheck() 2808 ppError(loc, "\"defined\" can't be (un)defined:", op, identifier); in reservedPpErrorCheck() 2814 ppError(loc, "predefined names can't be (un)defined:", op, identifier); in reservedPpErrorCheck() 2817 …ppError(loc, "names containing consecutive underscores are reserved, and an error if version < 300… in reservedPpErrorCheck()
|