Lines Matching refs:NewIP

2325     ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);  in getComplexType()  local
2326 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
2353 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
2354 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
2443 BlockPointerType *NewIP = in getBlockPointerType() local
2445 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
2481 LValueReferenceType *NewIP = in getLValueReferenceType() local
2483 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
2518 RValueReferenceType *NewIP = in getRValueReferenceType() local
2520 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
2550 MemberPointerType *NewIP = in getMemberPointerType() local
2552 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getMemberPointerType()
2595 ConstantArrayType *NewIP = in getConstantArrayType() local
2597 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getConstantArrayType()
2894 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType() local
2895 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getVectorType()
2925 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType() local
2926 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getExtVectorType()
2999 FunctionNoProtoType *NewIP = in getFunctionNoProtoType() local
3001 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionNoProtoType()
3076 FunctionProtoType *NewIP = in getFunctionType() local
3078 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getFunctionType()
4026 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType() local
4027 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getAtomicType()