Home
last modified time | relevance | path

Searched defs:contains (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributeMask.h67 bool contains(Attribute::AttrKind A) const { in contains() function
74 bool contains(StringRef A) const { return TargetDepAttrs.count(A); } in contains() function
77 bool contains(Attribute A) const { in contains() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAddressRanges.h32 bool contains(uint64_t Addr) const { return Start <= Addr && Addr < End; } in contains() function
33 bool contains(const AddressRange &R) const { in contains() function
66 bool contains(uint64_t Addr) const { in contains() function
69 bool contains(AddressRange Range) const { in contains() function
H A DStringSet.h55 bool contains(StringRef key) const { return Base::FindKey(key) != -1; } in contains() function
H A DStringRef.h409 [[nodiscard]] bool contains(StringRef Other) const { in contains() function
415 [[nodiscard]] bool contains(char C) const { in contains() function
H A DImmutableMap.h114 bool contains(key_type_ref K) const { in contains() function
253 bool contains(key_type_ref K) const { in contains() function
H A DSmallSet.h236 bool contains(const T &V) const { in contains() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DStringTableBuilder.h77 bool contains(StringRef S) const { return contains(CachedHashStringRef(S)); } in contains() function
78 bool contains(CachedHashStringRef S) const { return StringIndexMap.count(S); } in contains() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h34 bool contains(uptr idx) const { in contains() function
95 bool contains(uptr idx) const { in contains() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h59 bool contains(const WebAssemblyException *WE) const { contains() function
66 bool contains(const MachineBasicBlock *MBB) const { contains() function
H A DWebAssemblySortRegion.h49 bool contains(const MachineBasicBlock *MBB) const override { in contains() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h64 bool contains(uint32_t C) const { in contains() function
H A DGenericLoopInfo.h124 bool contains(const LoopT *L) const { in contains() function
134 bool contains(const BlockT *BB) const { in contains() function
140 template <class InstT> bool contains(const InstT *Inst) const { in contains() function
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp55 bool TypeTableCollection::contains(TypeIndex Index) { in contains() function in TypeTableCollection
H A DAppendingTypeTableBuilder.cpp53 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp56 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { in contains() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp57 bool MergingTypeTableBuilder::contains(TypeIndex Index) { in contains() function in MergingTypeTableBuilder
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h55 bool contains(ArchitectureSet Archs) const { contains() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.h81 bool contains(const BasicBlock *BB) const { return Blocks.count(BB) != 0; } in contains() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h77 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains() function
H A DLivePhysRegs.h109 bool contains(MCPhysReg Reg) const { return LiveRegs.count(Reg); } in contains() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h125 bool contains(const Instruction *I) const { in contains() function
/freebsd/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(); } in contains() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp163 bool ento::CallDescriptionSet::contains(const CallEvent &Call) const { in contains() function in ento::CallDescriptionSet
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h67 bool contains(const BasicBlock *X) const { in contains() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h191 bool contains(ExecutorAddr Addr) const { return Start <= Addr && Addr < End; } in contains() function

1234