/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
|
/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
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | GlobList.cpp | 58 bool GlobList::contains(StringRef S) const { in contains() function in clang::tidy::GlobList 68 bool CachedGlobList::contains(StringRef S) const { in contains() function in clang::tidy::CachedGlobList
|
/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
|
/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
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.general/ |
H A D | p8.cpp | 11 constexpr bool contains(const char *p, const char *q) { in contains() function
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.h | 33 bool contains(int Index) const { return Index >= Begin && Index <= End; } in contains() function
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeTableCollection.cpp | 55 bool TypeTableCollection::contains(TypeIndex Index) { contains() function in TypeTableCollection
|
H A D | AppendingTypeTableBuilder.cpp | 53 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { contains() function in AppendingTypeTableBuilder
|
/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...] |
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.h | 60 bool contains(const WebAssemblyException *WE) const { in contains() function 67 bool contains(const MachineBasicBlock *MBB) const { in contains() function
|
H A D | WebAssemblySortRegion.h | 49 bool contains(const MachineBasicBlock *MBB) const override { in contains() function
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMAttrs.cpp | 252 bool TargetFeaturesAttr::contains(StringAttr feature) const { contains() function in TargetFeaturesAttr 259 bool TargetFeaturesAttr::contains(StringRef feature) const { contains() function in TargetFeaturesAttr
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | ReorderUtils.h | 75 bool contains(const Cluster *First, const Cluster *Second) const { in contains() function 116 bool contains(const Cluster *First, const Cluster *Second) const { in contains() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.h | 201 bool contains(DeclRelationSet Other) const { contains() function
|
/llvm-project/clang-tools-extra/clang-tidy/portability/ |
H A D | RestrictSystemIncludesCheck.h | 34 bool contains(StringRef FileName) { in contains() function
|
/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
|
/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
|
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | ArchitectureSet.h | 60 bool contains(ArchitectureSet Archs) const { in contains() function
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.h | 125 bool contains(const Instruction *I) const { in contains() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ConstraintManager.h | 153 bool contains(const ProgramState *S) const { in contains() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | IRMapping.h | 51 bool contains(T from) const { in contains() function
|