Home
last modified time | relevance | path

Searched refs:constConstructor (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DParseHelper.cpp1120 TIntermTyped* constConstructor = foldConstConstructor(newNode->getAsAggregate(), *type); in addConstructor() local
1121 if (constConstructor) in addConstructor()
1122 return constConstructor; in addConstructor()
1156 TIntermTyped* constConstructor = foldConstConstructor(constructor->getAsAggregate(), *type); in addConstructor() local
1157 if (constConstructor) in addConstructor()
1158 return constConstructor; in addConstructor()