Searched refs:foldConstConstructor (Results 1 – 2 of 2) sorted by relevance
197 TIntermTyped* foldConstConstructor(TIntermAggregate* aggrNode, const TType& type);
2146 TIntermTyped *constConstructor = foldConstConstructor(constructor, *type); in addConstructor()2155 TIntermTyped* TParseContext::foldConstConstructor(TIntermAggregate* aggrNode, const TType& type) in foldConstConstructor() function in TParseContext