Searched refs:constConstructor (Results 1 – 1 of 1) sorted by relevance
1120 TIntermTyped* constConstructor = foldConstConstructor(newNode->getAsAggregate(), *type); in addConstructor() local1121 if (constConstructor) in addConstructor()1122 return constConstructor; in addConstructor()1156 TIntermTyped* constConstructor = foldConstConstructor(constructor->getAsAggregate(), *type); in addConstructor() local1157 if (constConstructor) in addConstructor()1158 return constConstructor; in addConstructor()