/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | StringTableBuilder.h | 75 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 D | sanitizer_flat_map.h | 40 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 D | Range.cpp | 38 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 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | StringSet.h | 50 bool contains(StringRef key) const { return Base::FindKey(key) != -1; } in contains() function
|
H A D | SmallSet.h | 236 bool contains(const T &V) const { in contains() function
|
H A D | StringRef.h | 461 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 D | Delta.h | 31 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 D | UnicodeCharRanges.h | 64 bool contains(uint32_t C) const { in contains() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeTableCollection.cpp | 54 bool TypeTableCollection::contains(TypeIndex Index) { in contains() function in TypeTableCollection
|
H A D | AppendingTypeTableBuilder.cpp | 60 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains() function in AppendingTypeTableBuilder
|
H A D | GlobalTypeTableBuilder.cpp | 63 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { in contains() function in GlobalTypeTableBuilder
|
H A D | MergingTypeTableBuilder.cpp | 63 bool MergingTypeTableBuilder::contains(TypeIndex Index) { in contains() function in MergingTypeTableBuilder
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | Interval.h | 66 inline bool contains(BasicBlock *BB) const { in contains() function
|
H A D | Trace.h | 67 bool contains(const BasicBlock *X) const { in contains() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | region.d | 118 bool contains(void* p) pure @nogc in contains() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LivePhysRegs.h | 106 bool contains(MCPhysReg Reg) const { return LiveRegs.count(Reg); } in contains() function
|
H A D | SelectionDAGAddressAnalysis.h | 72 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
H A D | ArchitectureSet.h | 55 bool contains(ArchitectureSet Archs) const { in contains() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | Range.h | 39 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 D | demangle.d | 168 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 D | ObjCARC.h | 126 bool contains(const Instruction *I) const { in contains() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Module.h | 57 contains (InlinedSubr *p) in contains() function 63 contains (uint64_t pc) in contains() function
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Module.h | 57 contains (InlinedSubr *p) in contains() function 63 contains (uint64_t pc) in contains() function
|