Searched refs:constSubtree (Results 1 – 4 of 4) sorted by relevance
157 constSubtree(nullptr), in TSymbol()170 virtual void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree()171 virtual TIntermTyped* getConstSubtree() const { return constSubtree; } in getConstSubtree()190 TIntermTyped* constSubtree; // for specialization constant computation variable
302 constSubtree = nullptr; in TVariable()
69 TIntermTyped* constSubtree, const TSourceLoc& loc) in addSymbol() argument74 node->setConstSubtree(constSubtree); in addSymbol()
1191 constSubtree(nullptr) in TIntermSymbol()1201 void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree()1202 TIntermTyped* getConstSubtree() const { return constSubtree; } in getConstSubtree()1219 TIntermTyped* constSubtree; variable