Home
last modified time | relevance | path

Searched refs:NewIP (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DSymbolTableListTraitsImpl.h91 ItemParentClass *NewIP = getListOwner(), *OldIP = L2.getListOwner(); in transferNodesFromList() local
92 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()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.h120 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
/external/clang/lib/AST/
DASTContext.cpp2132 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType() local
2133 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getComplexType()
2160 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() local
2161 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getPointerType()
2250 BlockPointerType *NewIP = in getBlockPointerType() local
2252 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getBlockPointerType()
2288 LValueReferenceType *NewIP = in getLValueReferenceType() local
2290 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getLValueReferenceType()
2325 RValueReferenceType *NewIP = in getRValueReferenceType() local
2327 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP; in getRValueReferenceType()
[all …]