Home
last modified time | relevance | path

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

/external/deqp-deps/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()
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 …]
DPpScanner.cpp144 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/
DparseVersions.h112 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
DVersions.cpp692 ppError(loc, "required extension not requested:", featureDesc, extensions[0]); in ppRequireExtensions()
694ppError(loc, "required extension not requested:", featureDesc, "Possible extensions include:"); in ppRequireExtensions()
DParseContextBase.cpp95 void C_DECL TParseContextBase::ppError(const TSourceLoc& loc, const char* szReason, const char* szT… in ppError() function in glslang::TParseContextBase
DParseHelper.h103 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
DParseHelper.cpp2537 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()
2548ppError(loc, "names containing consecutive underscores are reserved, and an error if version <= 30… in reservedPpErrorCheck()