Searched refs:constSubtree (Results 1 – 4 of 4) sorted by relevance
161 constSubtree(nullptr), in TSymbol()176 virtual void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree()177 virtual TIntermTyped* getConstSubtree() const { return constSubtree; } in getConstSubtree()214 TIntermTyped* constSubtree; // for specialization constant computation variable
344 constSubtree = nullptr; in TVariable()
69 TIntermTyped* constSubtree, const TSourceLoc& loc) in addSymbol() argument74 node->setConstSubtree(constSubtree); in addSymbol()
1271 constSubtree(nullptr) in TIntermSymbol()1281 void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree()1282 TIntermTyped* getConstSubtree() const { return constSubtree; } in getConstSubtree()1299 TIntermTyped* constSubtree; variable