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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpScanner.cpp 136 parseContext.ppError(ppToken->loc, "unexpected use of", "#", "");
142 parseContext.ppError(ppToken->loc, "expected 'INF'", "#", "");
180 parseContext.ppError(ppToken->loc, "bad character in float exponent", "", "");
189 parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", "");
205 parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", "");
225 parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", "");
234 parseContext.ppError(ppToken->loc, "float literal too long", "", "");
270 parseContext.ppError(ppToken->loc, "unexpected", "\'", "");
298 parseContext.ppError(ppToken->loc, "octal and hex sequences not supported", "\\", "");
316 parseContext.ppError(ppToken->loc, "expected", "\'", "")
    [all...]
Pp.cpp 101 parseContext.ppError(ppToken->loc, "must be followed by macro name", "#define", "");
121 parseContext.ppError(ppToken->loc, "bad argument", "#define", "");
132 parseContext.ppError(ppToken->loc, "duplicate macro parameter", "#define", "");
142 parseContext.ppError(ppToken->loc, "missing parenthesis", "#define", "");
167 parseContext.ppError(defineLoc, "Macro redefined; different number of arguments:", "#define", atomStrings.getString(defAtom));
170 parseContext.ppError(defineLoc, "Macro redefined; different argument names:", "#define", atomStrings.getString(defAtom));
181 parseContext.ppError(defineLoc, "Macro redefined; different substitutions:", "#define", atomStrings.getString(defAtom));
199 parseContext.ppError(ppToken->loc, "must be followed by macro name", "#undef", "");
211 parseContext.ppError(ppToken->loc, "can only be followed by a single macro name", "#undef", "");
266 parseContext.ppError(ppToken->loc, "#elif after #else", "#elif", "")
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
parseVersions.h 96 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
Versions.cpp 587 ppError(loc, "required extension not requested:", featureDesc, extensions[0]);
589 ppError(loc, "required extension not requested:", featureDesc, "Possible extensions include:");
    [all...]
ParseContextBase.cpp 95 void C_DECL TParseContextBase::ppError(const TSourceLoc& loc, const char* szReason, const char* szToken,
ParseHelper.h 94 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
ParseHelper.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 123 HRESULT (WINAPI *GetError)(IBackgroundCopyJob2 *This,IBackgroundCopyError **ppError);
172 #define IBackgroundCopyJob2_GetError(This,ppError) (This)->lpVtbl->GetError(This,ppError)
bits2_0.h 105 HRESULT (WINAPI *GetError)(IBackgroundCopyJob3 *This,IBackgroundCopyError **ppError);
158 #define IBackgroundCopyJob3_GetError(This,ppError) (This)->lpVtbl -> GetError(This,ppError)
bits.h 309 virtual HRESULT WINAPI GetError(IBackgroundCopyError **ppError) = 0;
348 HRESULT (WINAPI *GetError)(IBackgroundCopyJob *This,IBackgroundCopyError **ppError);
389 #define IBackgroundCopyJob_GetError(This,ppError) (This)->lpVtbl->GetError(This,ppError)
435 HRESULT WINAPI IBackgroundCopyJob_GetError_Proxy(IBackgroundCopyJob *This,IBackgroundCopyError **ppError);
    [all...]

Completed in 209 milliseconds