HomeSort by relevance Sort by last modified time
    Searched defs:Removed (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Serialization/
ModuleManager.cpp 104 llvm::SmallPtrSet<ModuleFile *, 4> &Removed;
107 IsInModuleFileSet(llvm::SmallPtrSet<ModuleFile *, 4> &Removed)
108 : Removed(Removed) { }
111 return Removed.count(MF);
  /external/llvm/lib/IR/
Instructions.cpp 115 Value *Removed = getIncomingValue(Idx);
135 return Removed;
    [all...]

Completed in 124 milliseconds