Home
last modified time | relevance | path

Searched refs:voidErrorCheck (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h131 bool voidErrorCheck(const TSourceLoc&, const TString&, const TBasicType&);
DParseHelper.cpp603 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()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h347 bool voidErrorCheck(const TSourceLoc&, const TString&, TBasicType);
Dglslang.y3254 parseContext.voidErrorCheck($1.loc, (*$2)[0].type->getFieldName(), $1.basicType);
3277 parseContext.voidErrorCheck($2.loc, (*$3)[0].type->getFieldName(), $2.basicType);
DParseHelper.cpp2961 bool TParseContext::voidErrorCheck(const TSourceLoc& loc, const TString& identifier, const TBasicTy… in voidErrorCheck() function in glslang::TParseContext
6146 if (voidErrorCheck(loc, identifier, type.getBasicType())) in declareVariable()
Dglslang_tab.cpp9346 …parseContext.voidErrorCheck((yyvsp[-2].interm.type).loc, (*(yyvsp[-1].interm.typeList))[0].type->g… in yyparse()
9374 …parseContext.voidErrorCheck((yyvsp[-2].interm.type).loc, (*(yyvsp[-1].interm.typeList))[0].type->g… in yyparse()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h128 bool voidErrorCheck(const TSourceLoc&, const TString&, TBasicType);
DhlslParseHelper.cpp6489 bool HlslParseContext::voidErrorCheck(const TSourceLoc& loc, const TString& identifier, const TBasi… in voidErrorCheck() function in glslang::HlslParseContext
7709 if (voidErrorCheck(loc, identifier, type.getBasicType())) in declareVariable()