HomeSort by relevance Sort by last modified time
    Searched refs:ppError (Results 1 - 7 of 7) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
PpScanner.cpp 144 parseContext.ppError(ppToken->loc, "unexpected use of", "#", "");
150 parseContext.ppError(ppToken->loc, "expected 'INF'", "#", "");
218 parseContext.ppError(ppToken->loc, "bad character in float exponent", "", "");
257 parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", "");
276 parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", "");
297 parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", "");
306 parseContext.ppError(ppToken->loc, "float literal too long", "", "");
379 parseContext.ppError(ppToken->loc, "unexpected", "\'", "");
407 parseContext.ppError(ppToken->loc, "octal and hex sequences not supported", "\\", "");
425 parseContext.ppError(ppToken->loc, "expected", "\'", "")
    [all...]
Pp.cpp 103 parseContext.ppError(ppToken->loc, "must be followed by macro name", "#define", "");
124 parseContext.ppError(ppToken->loc, "bad argument", "#define", "");
134 parseContext.ppError(ppToken->loc, "duplicate macro parameter", "#define", "");
144 parseContext.ppError(ppToken->loc, "missing parenthesis", "#define", "");
168 parseContext.ppError(defineLoc, "Macro redefined; function-like versus object-like:", "#define", atomStrings.getString(defAtom));
170 parseContext.ppError(defineLoc, "Macro redefined; different number of arguments:", "#define", atomStrings.getString(defAtom));
173 parseContext.ppError(defineLoc, "Macro redefined; different argument names:", "#define", atomStrings.getString(defAtom));
184 parseContext.ppError(defineLoc, "Macro redefined; different substitutions:", "#define", atomStrings.getString(defAtom));
202 parseContext.ppError(ppToken->loc, "must be followed by macro name", "#undef", "");
214 parseContext.ppError(ppToken->loc, "can only be followed by a single macro name", "#undef", "")
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
parseVersions.h 112 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
ParseContextBase.cpp 95 void C_DECL TParseContextBase::ppError(const TSourceLoc& loc, const char* szReason, const char* szToken,
Versions.cpp     [all...]
ParseHelper.h 103 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
ParseHelper.cpp     [all...]

Completed in 139 milliseconds