Lines Matching defs:constArray
1295 ConstantUnion* constArray = tVar->getConstPointer();
1296 variable->shareConstPointer(constArray);
2194 ConstantUnion* constArray = new ConstantUnion[fields.num];
2207 constArray[i] = unionArray[fields.offsets[i]];
2212 typedNode = intermediate.addConstantUnion(constArray, type, line);
2310 ConstantUnion* constArray = tempConstantNode->getUnionArrayPointer();
2312 typedNode = intermediate.addConstantUnion(constArray+instanceSize, tempConstantNode->getType(), line); // type will be changed in the calling function