Searched refs:setTreeRoot (Results 1 – 7 of 7) 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()
436 void setTreeRoot(TIntermNode* r) { treeRoot = r; } in setTreeRoot() function
3673 parseContext.intermediate.setTreeRoot($$);3678 parseContext.intermediate.setTreeRoot($$);
10034 parseContext.intermediate.setTreeRoot((yyval.interm.intermNode)); in yyparse()10044 parseContext.intermediate.setTreeRoot((yyval.interm.intermNode)); in yyparse()
138 intermediate.setTreeRoot(unitNode); in acceptCompilationUnit()