Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DStringTableBuilder.h75 bool contains(StringRef S) const { in contains() function
78 bool contains(CachedHashStringRef S) const { in contains() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flat_map.h40 bool contains(uptr idx) const { in contains() function
103 bool contains(uptr idx) const { in contains() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp38 bool AddressRanges::contains(uint64_t Addr) const { in contains() function in AddressRanges
45 bool AddressRanges::contains(AddressRange Range) const { in contains() function in AddressRanges
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h60 bool contains(const WebAssemblyException *WE) const { in contains() function
67 bool contains(const MachineBasicBlock *MBB) const { in contains() function
H A DWebAssemblySortRegion.h49 bool contains(const MachineBasicBlock *MBB) const override { in contains() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringSet.h50 bool contains(StringRef key) const { return Base::FindKey(key) != -1; } in contains() function
H A DSmallSet.h236 bool contains(const T &V) const { in contains() function
H A DStringRef.h461 bool contains(StringRef Other) const { return find(Other) != npos; } in contains() function
466 bool contains(char C) const { return find_first_of(C) != npos; } in contains() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.h31 bool contains(int Index) const { return Index >= Begin && Index <= End; } in contains() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h64 bool contains(uint32_t C) const { in contains() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp54 bool TypeTableCollection::contains(TypeIndex Index) { in contains() function in TypeTableCollection
H A DAppendingTypeTableBuilder.cpp60 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp63 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { in contains() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp63 bool MergingTypeTableBuilder::contains(TypeIndex Index) { in contains() function in MergingTypeTableBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInterval.h66 inline bool contains(BasicBlock *BB) const { in contains() function
H A DTrace.h67 bool contains(const BasicBlock *X) const { in contains() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dregion.d118 bool contains(void* p) pure @nogc in contains() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h106 bool contains(MCPhysReg Reg) const { return LiveRegs.count(Reg); } in contains() function
H A DSelectionDAGAddressAnalysis.h72 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h55 bool contains(ArchitectureSet Archs) const { in contains() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DRange.h39 bool contains(uint64_t Addr) const { return Start <= Addr && Addr < End; } in contains() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Ddemangle.d168 static bool contains( const(char)[] a, const(char)[] b ) @trusted in contains() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h126 bool contains(const Instruction *I) const { in contains() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DModule.h57 contains (InlinedSubr *p) in contains() function
63 contains (uint64_t pc) in contains() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DModule.h57 contains (InlinedSubr *p) in contains() function
63 contains (uint64_t pc) in contains() function

1234