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

123

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributeMask.h67 bool contains(Attribute::AttrKind A) const { function in class:llvm::AttributeMask
74 bool contains(StringRef A) const { return TargetDepAttrs.count(A); } function in class:llvm::AttributeMask
77 bool contains(Attribute A) const { function in class:llvm::AttributeMask
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp55 bool TypeTableCollection::contains(TypeIndex Index) { function in class:TypeTableCollection
H A DGlobalTypeTableBuilder.cpp56 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { function in class:GlobalTypeTableBuilder
H A DAppendingTypeTableBuilder.cpp53 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { function in class:AppendingTypeTableBuilder
H A DMergingTypeTableBuilder.cpp57 bool MergingTypeTableBuilder::contains(TypeIndex Index) { function in class:MergingTypeTableBuilder
H A DLazyRandomTypeCollection.cpp133 bool LazyRandomTypeCollection::contains(TypeIndex Index) { function in class:LazyRandomTypeCollection
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSet.h51 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
H A DAddressRanges.h32 bool contains(uint64_t Addr) const { return Start <= Addr && Addr < End; } function in class:llvm::AddressRange
33 bool contains(const AddressRange &R) const { function in class:llvm::AddressRange
66 bool contains(uint64_t Addr) const { function in class:llvm::AddressRangesBase
69 bool contains(AddressRange Range) const { function in class:llvm::AddressRangesBase
H A DGenericCycleInfo.h111 bool contains(const BlockT *Block) const { return Blocks.contains(Block); } function in class:llvm::GenericCycle
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_contains.h56 inline constexpr auto contains = __contains::__fn{}; member in namespace:ranges::__cpo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h64 bool contains(uint32_t C) const { function in class:llvm::sys::UnicodeCharSet
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp163 bool ento::CallDescriptionSet::contains(const CallEvent &Call) const { function in class:ento::CallDescriptionSet
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInterval.h66 inline bool contains(BasicBlock *BB) const { function in class:llvm::Interval
H A DTrace.h67 bool contains(const BasicBlock *X) const { function in class:llvm::Trace
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DMapLattice.h85 bool contains(const key_type &K) const { return C.find(K) != C.end(); } function in class:clang::dataflow::MapLattice
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h76 bool contains(const SelectionDAG &DAG, int64_t BitSize, function in class:llvm::BaseIndexOffset
H A DLivePhysRegs.h107 bool contains(MCPhysReg Reg) const { return LiveRegs.count(Reg); } function in class:llvm::LivePhysRegs
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h124 bool contains(const Instruction *I) const { function in class:llvm::objcarc::BundledRetainClaimRVs
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h34 bool contains(uptr idx) const { function in class:__sanitizer::FlatMap
95 bool contains(uptr idx) const { function in class:__sanitizer::TwoLevelMap
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h77 bool contains(StringRef S) const { function in class:llvm::StringTableBuilder
80 bool contains(CachedHashStringRef S) const { function in class:llvm::StringTableBuilder
/freebsd-current/contrib/kyua/engine/
H A Dfilters.cpp125 engine::test_filter::contains(const test_filter& other) const function in class:engine::test_filter
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp176 bool ASTImporterLookupTable::contains(DeclContext *DC, NamedDecl *ND) const { function in class:clang::ASTImporterLookupTable
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp181 bool BaseIndexOffset::contains(const SelectionDAG &DAG, int64_t BitSize, function in class:BaseIndexOffset
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h153 bool contains(const ProgramState *S) const { function in class:clang::ento::ConstraintManager::AssumeStackTy

Completed in 264 milliseconds

123