Home | History | Annotate | Download | only in AST

Lines Matching defs:NewIP

2334     ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);
2335 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2362 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos);
2363 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2452 BlockPointerType *NewIP =
2454 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2490 LValueReferenceType *NewIP =
2492 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2527 RValueReferenceType *NewIP =
2529 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2559 MemberPointerType *NewIP =
2561 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2604 ConstantArrayType *NewIP =
2606 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2904 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
2905 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
2935 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos);
2936 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3015 FunctionNoProtoType *NewIP =
3017 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3084 FunctionProtoType *NewIP =
3086 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3144 PipeType *NewIP = PipeTypes.FindNodeOrInsertPos(ID, InsertPos);
3145 assert(!NewIP && "Shouldn't be in the map!");
3146 (void)NewIP;
4080 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos);
4081 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;