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