Searched defs:contains (Results 1 - 25 of 90) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringSet.h50 bool contains(StringRef key) const { return Base::FindKey(key) != -1; } function in class:llvm::StringSet
H A DSmallSet.h236 bool contains(const T &V) const { function in class:llvm::SmallSet
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp54 bool TypeTableCollection::contains(TypeIndex Index) { function in class:TypeTableCollection
H A DGlobalTypeTableBuilder.cpp63 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { function in class:GlobalTypeTableBuilder
H A DAppendingTypeTableBuilder.cpp60 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { function in class:AppendingTypeTableBuilder
H A DLazyRandomTypeCollection.cpp135 bool LazyRandomTypeCollection::contains(TypeIndex Index) { function in class:LazyRandomTypeCollection
H A DMergingTypeTableBuilder.cpp63 bool MergingTypeTableBuilder::contains(TypeIndex Index) { function in class:MergingTypeTableBuilder
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.h31 bool contains(int Index) const { return Index >= Begin && Index <= End; } function in struct:llvm::Chunk
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h72 bool contains(const SelectionDAG &DAG, int64_t BitSize, function in class:llvm::BaseIndexOffset
H A DLivePhysRegs.h106 bool contains(MCPhysReg Reg) const { return LiveRegs.count(Reg); } function in class:llvm::LivePhysRegs
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h64 bool contains(uint32_t C) const { function in class:llvm::sys::UnicodeCharSet
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp38 bool AddressRanges::contains(uint64_t Addr) const { function in class:AddressRanges
45 bool AddressRanges::contains(AddressRange Range) const { function in class:AddressRanges
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dfilters.cpp126 engine::test_filter::contains(const test_filter& other) const function in class:engine::test_filter
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTrace.h67 bool contains(const BasicBlock *X) const { function in class:llvm::Trace
H A DInterval.h66 inline bool contains(BasicBlock *BB) const { function in class:llvm::Interval
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DStringTableBuilder.h75 bool contains(StringRef S) const { function in class:llvm::StringTableBuilder
78 bool contains(CachedHashStringRef S) const { function in class:llvm::StringTableBuilder
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DRange.h39 bool contains(uint64_t Addr) const { return Start <= Addr && Addr < End; } function in struct:llvm::gsym::AddressRange
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h126 bool contains(const Instruction *I) const { function in class:llvm::objcarc::BundledRetainClaimRVs
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Darray.h164 bool contains(TYPE ptr) const function in struct:Array
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flat_map.h40 bool contains(uptr idx) const { function in class:__sanitizer::FlatMap
103 bool contains(uptr idx) const { function in class:__sanitizer::TwoLevelMap
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h279 bool contains(llvm::APSInt Point) const { return containsImpl(Point); } function in class:clang::ento::RangeSet
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp157 bool BaseIndexOffset::contains(const SelectionDAG &DAG, int64_t BitSize, function in class:BaseIndexOffset
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h55 bool contains(ArchitectureSet Archs) const { function in class:llvm::MachO::ArchitectureSet
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp108 static bool contains(const std::set<tok::TokenKind> &Terminators, function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhash-set.h68 bool contains (const Key &k) function in class:hash_set

Completed in 217 milliseconds

1234