Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.h330 bool canReplaceWithConstantUnion() const;
DTypes.cpp379 bool TType::canReplaceWithConstantUnion() const in canReplaceWithConstantUnion() function in sh::TType
DIntermNode.cpp1850 if (mLeft->getAsConstantUnion() || getType().canReplaceWithConstantUnion()) in fold()
2016 if (mType.canReplaceWithConstantUnion()) in fold()
DParseContext.cpp1954 if (variable->getConstPointer() && variableType.canReplaceWithConstantUnion()) in parseVariableIdentifier()
2088 if (initializer->getType().canReplaceWithConstantUnion()) in executeInitializer()