HomeSort by relevance Sort by last modified time
    Searched refs:Sels (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 77 bool CleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels);
82 void FindAllCleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels,
144 FindAllCleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels,
155 Sels.insert(II);
175 bool DwarfEHPrepare::CleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels) {
186 I = Sels.begin(), E = Sels.end(); I != E; ++I) {
251 SmallPtrSet<IntrinsicInst*, 32> Sels;
253 FindAllCleanupSelectors(Sels, CatchAllSels);
266 SI = Sels.begin(), SE = Sels.end(); SI != SE; ++SI)
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 147 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) {}
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 68 milliseconds