/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | AttributeMask.h | 67 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 D | AddressRanges.h | 32 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 D | StringSet.h | 55 bool contains(StringRef key) const { return Base::FindKey(key) != -1; } in contains() function
|
H A D | StringRef.h | 409 [[nodiscard]] bool contains(StringRef Other) const { in contains() function 415 [[nodiscard]] bool contains(char C) const { in contains() function
|
H A D | ImmutableMap.h | 114 bool contains(key_type_ref K) const { in contains() function 253 bool contains(key_type_ref K) const { in contains() function
|
H A D | SmallSet.h | 236 bool contains(const T &V) const { in contains() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | StringTableBuilder.h | 77 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 D | sanitizer_flat_map.h | 34 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 D | WebAssemblyExceptionInfo.h | 59 bool contains(const WebAssemblyException *WE) const { contains() function 66 bool contains(const MachineBasicBlock *MBB) const { contains() function
|
H A D | WebAssemblySortRegion.h | 49 bool contains(const MachineBasicBlock *MBB) const override { in contains() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | UnicodeCharRanges.h | 64 bool contains(uint32_t C) const { in contains() function
|
H A D | GenericLoopInfo.h | 124 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 D | TypeTableCollection.cpp | 55 bool TypeTableCollection::contains(TypeIndex Index) { in contains() function in TypeTableCollection
|
H A D | AppendingTypeTableBuilder.cpp | 53 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains() function in AppendingTypeTableBuilder
|
H A D | GlobalTypeTableBuilder.cpp | 56 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { in contains() function in GlobalTypeTableBuilder
|
H A D | MergingTypeTableBuilder.cpp | 57 bool MergingTypeTableBuilder::contains(TypeIndex Index) { in contains() function in MergingTypeTableBuilder
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | ArchitectureSet.h | 55 bool contains(ArchitectureSet Archs) const { contains() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
H A D | SPIRVConvergenceRegionAnalysis.h | 81 bool contains(const BasicBlock *BB) const { return Blocks.count(BB) != 0; } in contains() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGAddressAnalysis.h | 77 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains() function
|
H A D | LivePhysRegs.h | 109 bool contains(MCPhysReg Reg) const { return LiveRegs.count(Reg); } in contains() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.h | 125 bool contains(const Instruction *I) const { in contains() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | MapLattice.h | 85 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 D | CallDescription.cpp | 163 bool ento::CallDescriptionSet::contains(const CallEvent &Call) const { in contains() function in ento::CallDescriptionSet
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | Trace.h | 67 bool contains(const BasicBlock *X) const { in contains() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | executor_address.h | 191 bool contains(ExecutorAddr Addr) const { return Start <= Addr && Addr < End; } in contains() function
|