Home
last modified time | relevance | path

Searched refs:boolErrorCheck (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h131 bool boolErrorCheck(const TSourceLoc&, const TIntermTyped*);
132 bool boolErrorCheck(const TSourceLoc&, const TPublicType&);
Dglslang.y1463 if (context->boolErrorCheck(@1, $3))
1500 if (context->boolErrorCheck($1->getLine(), $1))
1505 if (context->boolErrorCheck(@2, $1))
1524 if (context->boolErrorCheck(@8, $6))
Dglslang_tab.cpp4580 if (context->boolErrorCheck((yylsp[-4]), (yyvsp[-2].interm.intermTypedNode))) in yyparse()
4640 …if (context->boolErrorCheck((yyvsp[0].interm.intermTypedNode)->getLine(), (yyvsp[0].interm.intermT… in yyparse()
4650 if (context->boolErrorCheck((yylsp[-2]), (yyvsp[-3].interm.type))) in yyparse()
4688 if (context->boolErrorCheck((yylsp[0]), (yyvsp[-2].interm.intermTypedNode))) in yyparse()
DParseHelper.cpp657 bool TParseContext::boolErrorCheck(const TSourceLoc &line, const TIntermTyped* type) in boolErrorCheck() function in TParseContext
671 bool TParseContext::boolErrorCheck(const TSourceLoc &line, const TPublicType& pType) in boolErrorCheck() function in TParseContext
3768 if(boolErrorCheck(loc, cond)) in addTernarySelection()