HomeSort by: relevance | last modified time | path
    Searched defs:NewIP (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
SymbolTableListTraitsImpl.h 92 ItemParentClass *NewIP = getListOwner();
93 invalidateParentIListOrdering(NewIP);
97 if (NewIP == OldIP)
102 ValueSymbolTable *NewST = getSymTab(NewIP);
110 V.setParent(NewIP);
118 first->setParent(NewIP);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3178 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);
3179 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3206 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos);
3207 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3296 BlockPointerType *NewIP =
3298 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3333 LValueReferenceType *NewIP
    [all...]

Completed in 20 milliseconds