Searched refs:NewIP (Results 1 – 3 of 3) sorted by relevance
87 ItemParentClass *NewIP = getListOwner(), *OldIP = L2.getListOwner(); in transferNodesFromList() local88 if (NewIP == OldIP) return; // No work to do at all... in transferNodesFromList()92 ValueSymbolTable *NewST = getSymTab(NewIP); in transferNodesFromList()100 V.setParent(NewIP); in transferNodesFromList()108 first->setParent(NewIP); in transferNodesFromList()
120 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
2325 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local2326 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()2353 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local2354 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()2443 BlockPointerType *NewIP = in getBlockPointerType() local2445 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()2481 LValueReferenceType *NewIP = in getLValueReferenceType() local2483 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()2518 RValueReferenceType *NewIP = in getRValueReferenceType() local2520 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()[all …]