Searched refs:voidErrorCheck (Results 1 – 8 of 8) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | ParseHelper.h | 131 bool voidErrorCheck(const TSourceLoc&, const TString&, const TBasicType&);
|
| D | ParseHelper.cpp | 603 bool TParseContext::voidErrorCheck(const TSourceLoc &line, const TString& identifier, const TBasicT… in voidErrorCheck() function in TParseContext 1037 if(voidErrorCheck(line, identifier, type.getBasicType())) in declareVariable() 2929 if(voidErrorCheck(typeSpecifier.line, (*fieldList)[0]->name(), typeSpecifier.type)) in addStructDeclaratorList()
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslParseHelper.h | 130 bool voidErrorCheck(const TSourceLoc&, const TString&, TBasicType);
|
| D | hlslParseHelper.cpp | 6755 bool HlslParseContext::voidErrorCheck(const TSourceLoc& loc, const TString& identifier, const TBasi… in voidErrorCheck() function in glslang::HlslParseContext 7979 if (voidErrorCheck(loc, identifier, type.getBasicType())) in declareVariable()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ParseHelper.h | 394 bool voidErrorCheck(const TSourceLoc&, const TString&, TBasicType);
|
| D | glslang.y | 3628 parseContext.voidErrorCheck($1.loc, (*$2)[0].type->getFieldName(), $1.basicType); 3651 parseContext.voidErrorCheck($2.loc, (*$3)[0].type->getFieldName(), $2.basicType);
|
| D | glslang_tab.cpp | 11025 …parseContext.voidErrorCheck((yyvsp[-2].interm.type).loc, (*(yyvsp[-1].interm.typeList))[0].type->g… in yyparse() 11053 …parseContext.voidErrorCheck((yyvsp[-2].interm.type).loc, (*(yyvsp[-1].interm.typeList))[0].type->g… in yyparse()
|
| D | ParseHelper.cpp | 3791 bool TParseContext::voidErrorCheck(const TSourceLoc& loc, const TString& identifier, const TBasicTy… in voidErrorCheck() function in glslang::TParseContext 7767 if (voidErrorCheck(loc, identifier, type.getBasicType())) in declareVariable()
|