Searched refs:setTreeRoot (Results 1 – 12 of 12) sorted by relevance
88 void setTreeRoot(TIntermNode *treeRoot) { mTreeRoot = treeRoot; } in setTreeRoot() function
1600 context->setTreeRoot($$);1604 context->setTreeRoot($$);
4825 context->setTreeRoot((yyval.interm.intermNode)); in yyparse()4834 context->setTreeRoot((yyval.interm.intermNode)); in yyparse()
67 void setTreeRoot(TIntermBlock *treeRoot);
1668 context->setTreeRoot($$);
5367 context->setTreeRoot((yyval.interm.intermBlock)); in yyparse()
399 void TParseContext::setTreeRoot(TIntermBlock *treeRoot) in setTreeRoot() function in sh::TParseContext
420 void setTreeRoot(TIntermNode* r) { treeRoot = r; } in setTreeRoot() function
3815 parseContext.intermediate.setTreeRoot($$);3820 parseContext.intermediate.setTreeRoot($$);
10254 parseContext.intermediate.setTreeRoot((yyval.interm.intermNode)); in yyparse()10264 parseContext.intermediate.setTreeRoot((yyval.interm.intermNode)); in yyparse()
138 intermediate.setTreeRoot(unitNode); in acceptCompilationUnit()