Searched refs:safeConstantUnion (Results 1 – 2 of 2) sorted by relevance
445 …void replaceConstantUnion(ConstantUnion *safeConstantUnion) { unionArrayPointer = safeConstantUnio… in replaceConstantUnion() argument
2591 ConstantUnion *safeConstantUnion = new ConstantUnion(); in addIndexExpression() local2592 safeConstantUnion->setIConst(safeIndex); in addIndexExpression()2593 indexConstantUnion->replaceConstantUnion(safeConstantUnion); in addIndexExpression()