/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
Pp.cpp | 112 parseContext.ppError(ppToken->loc, "must be followed by macro name", "#define", ""); 133 parseContext.ppError(ppToken->loc, "bad argument", "#define", ""); 141 parseContext.ppError(ppToken->loc, "duplicate macro parameter", "#define", ""); 150 parseContext.ppError(ppToken->loc, "too many macro parameters", "#define", ""); 155 parseContext.ppError(ppToken->loc, "missing parenthesis", "#define", ""); 183 parseContext.ppError(defineLoc, "Macro redefined; different number of arguments:", "#define", GetAtomString(defAtom)); 187 parseContext.ppError(defineLoc, "Macro redefined; different argument names:", "#define", GetAtomString(defAtom)); 199 parseContext.ppError(defineLoc, "Macro redefined; different substitutions:", "#define", GetAtomString(defAtom)); 220 parseContext.ppError(ppToken->loc, "must be followed by macro name", "#undef", ""); 233 parseContext.ppError(ppToken->loc, "can only be followed by a single macro name", "#undef", "") [all...] |
PpScanner.cpp | 141 parseContext.ppError(ppToken->loc, "float literal too long", "", ""); 153 parseContext.ppError(ppToken->loc, "float literal too long", "", ""); 172 parseContext.ppError(ppToken->loc, "float literal too long", "", ""); 178 parseContext.ppError(ppToken->loc, "bad character in float exponent", "", ""); 190 parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", ""); 201 parseContext.ppError(ppToken->loc, "float literal too long", "", ""); 210 parseContext.ppError(ppToken->loc, "float literal needs a decimal point or exponent", "", ""); 214 parseContext.ppError(ppToken->loc, "float literal too long", "", ""); 279 pp->parseContext.ppError(ppToken->loc, "name too long", "", ""); 322 pp->parseContext.ppError(ppToken->loc, "bad digit in hexidecimal literal", "", "") [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
parseVersions.h | 91 virtual void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
|
Versions.cpp | 505 ppError(loc, "required extension not requested:", featureDesc, extensions[0]); 507 ppError(loc, "required extension not requested:", featureDesc, "Possible extensions include:");
|
ParseHelper.h | 166 void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
|
ParseHelper.cpp | 396 void C_DECL TParseContext::ppError(const TSourceLoc& loc, const char* szReason, const char* szToken, [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...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/ |
hlslParseHelper.h | 58 void C_DECL ppError(const TSourceLoc&, const char* szReason, const char* szToken,
|
hlslParseHelper.cpp | 265 void C_DECL HlslParseContext::ppError(const TSourceLoc& loc, const char* szReason, const char* szToken, [all...] |