Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.h344 bool canReplaceWithConstantUnion() const;
DTypes.cpp424 bool TType::canReplaceWithConstantUnion() const in canReplaceWithConstantUnion() function in sh::TType
DIntermNode.cpp1946 if (mLeft->getAsConstantUnion() || getType().canReplaceWithConstantUnion()) in fold()
2112 if (mType.canReplaceWithConstantUnion()) in fold()
DParseContext.cpp2207 if (variable->getConstPointer() && variableType.canReplaceWithConstantUnion()) in parseVariableIdentifier()
2341 if (initializer->getType().canReplaceWithConstantUnion()) in executeInitializer()