Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.h128 void checkIsConst(TIntermTyped *node);
Dglslang.y590 context->checkIsConst($1);
Dglslang_tab_autogen.cpp3126 context->checkIsConst((yyvsp[0].interm.intermTypedNode)); in yyparse()
DParseContext.cpp709 void TParseContext::checkIsConst(TIntermTyped *node) in checkIsConst() function in sh::TParseContext