Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DSymbolTableListTraitsImpl.h87 ItemParentClass *NewIP = getListOwner(), *OldIP = L2.getListOwner(); in transferNodesFromList() local
88 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()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.h120 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP() argument
/external/clang/lib/AST/
DASTContext.cpp2325 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()
[all …]