Lines Matching refs:constArray
1038 ConstantUnion* constArray = tVar->getConstPointer();
1039 variable->shareConstPointer(constArray);
1299 ConstantUnion* constArray = new ConstantUnion[fields.num];
1308 constArray[i] = unionArray[fields.offsets[i]];
1311 typedNode = intermediate.addConstantUnion(constArray, node->getType(), line);
1404 ConstantUnion* constArray = tempConstantNode->getUnionArrayPointer();
1406 typedNode = intermediate.addConstantUnion(constArray+instanceSize, tempConstantNode->getType(), line); // type will be changed in the calling function