Searched refs:NewIP (Results 1 – 3 of 3) sorted by relevance
91 ItemParentClass *NewIP = getListOwner(), *OldIP = L2.getListOwner(); in transferNodesFromList() local92 if (NewIP == OldIP) return; // No work to do at all... in transferNodesFromList()96 ValueSymbolTable *NewST = TraitsClass::getSymTab(NewIP); in transferNodesFromList()104 V.setParent(NewIP); in transferNodesFromList()112 first->setParent(NewIP); in transferNodesFromList()
120 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
2132 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local2133 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()2160 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local2161 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()2250 BlockPointerType *NewIP = in getBlockPointerType() local2252 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()2288 LValueReferenceType *NewIP = in getLValueReferenceType() local2290 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()2325 RValueReferenceType *NewIP = in getRValueReferenceType() local2327 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()[all …]