Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp103 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 …]
DPpScanner.cpp152 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/
DparseVersions.h188 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,
DVersions.cpp796 ppError(loc, "required extension not requested:", featureDesc, extensions[0]); in ppRequireExtensions()
798ppError(loc, "required extension not requested:", featureDesc, "Possible extensions include:"); in ppRequireExtensions()
DParseContextBase.cpp97 void C_DECL TParseContextBase::ppError(const TSourceLoc& loc, const char* szReason, const char* szT… in ppError() function in glslang::TParseContextBase
DParseHelper.h107 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
DParseHelper.cpp2803 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()
2817ppError(loc, "names containing consecutive underscores are reserved, and an error if version < 300… in reservedPpErrorCheck()