HomeSort by: relevance | last modified time | path
    Searched defs:contains (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringSet.h 49 /// Check if the set contains the given \c key.
50 bool contains(StringRef key) const { return Base::FindKey(key) != -1; } function in class:llvm::StringSet
SmallSet.h 235 /// Check if the SmallSet contains the given element.
236 bool contains(const T &V) const { function in class:llvm::SmallSet
261 /// of RHS, and that RHS contains no additional values.
  /src/external/gpl3/gdb/dist/gdb/
memrange.c 37 mem_range::contains (CORE_ADDR address) const function in class:mem_range
  /src/external/gpl3/gdb.old/dist/gdb/
memrange.c 37 mem_range::contains (CORE_ADDR address) const function in class:mem_range
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeTableCollection.cpp 30 assert(contains(Prev));
54 bool TypeTableCollection::contains(TypeIndex Index) { function in class:TypeTableCollection
GlobalTypeTableBuilder.cpp 63 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { function in class:GlobalTypeTableBuilder
AppendingTypeTableBuilder.cpp 60 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { function in class:AppendingTypeTableBuilder
MergingTypeTableBuilder.cpp 63 bool MergingTypeTableBuilder::contains(TypeIndex Index) { function in class:MergingTypeTableBuilder
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LivePhysRegs.h 106 bool contains(MCPhysReg Reg) const { return LiveRegs.count(Reg); } function in class:llvm::LivePhysRegs
SelectionDAGAddressAnalysis.h 68 bool contains(const SelectionDAG &DAG, int64_t BitSize,
72 bool contains(const SelectionDAG &DAG, int64_t BitSize, function in class:llvm::BaseIndexOffset
75 return contains(DAG, BitSize, Other, OtherBitSize, BitOffset);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
UnicodeCharRanges.h 62 /// Returns true if the character set contains the Unicode code point
64 bool contains(uint32_t C) const { function in class:llvm::sys::UnicodeCharSet
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
Range.cpp 38 bool AddressRanges::contains(uint64_t Addr) const { function in class:AddressRanges
45 bool AddressRanges::contains(AddressRange Range) const { function in class:AddressRanges
  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
Delta.h 9 // This file contains the implementation for the Delta Debugging Algorithm:
31 bool contains(int Index) const { return Index >= Begin && Index <= End; } function in struct:llvm::Chunk
58 /// The actual workhorse, contains the knowledge whether or not
72 bool ShouldKeep = ChunksToKeep.front().contains(Index);
99 /// only contains Targets that are inside Chunks of the given iteration.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
Interval.h 9 // This file contains the declaration of the Interval class, which
65 /// contains - Find out if a basic block is in this interval
66 inline bool contains(BasicBlock *BB) const { function in class:llvm::Interval
Trace.h 52 /// getModule - Return this Module that contains this trace's parent
65 /// contains - Returns true if this trace contains the given basic
67 bool contains(const BasicBlock *X) const { function in class:llvm::Trace
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
Range.h 39 bool contains(uint64_t Addr) const { return Start <= Addr && Addr < End; } function in struct:llvm::gsym::AddressRange
91 bool contains(uint64_t Addr) const;
92 bool contains(AddressRange Range) const;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
StringTableBuilder.h 75 bool contains(StringRef S) const { function in class:llvm::StringTableBuilder
76 return contains(CachedHashStringRef(S));
78 bool contains(CachedHashStringRef S) const { function in class:llvm::StringTableBuilder
  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
ArchitectureSet.h 55 bool contains(ArchitectureSet Archs) const { function in class:llvm::MachO::ArchitectureSet
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGAddressAnalysis.cpp 157 bool BaseIndexOffset::contains(const SelectionDAG &DAG, int64_t BitSize, function in class:BaseIndexOffset
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 126 bool contains(const Instruction *I) const { function in class:llvm::objcarc::BundledRetainClaimRVs
  /src/external/bsd/kyua-cli/dist/engine/
filters.cpp 120 /// Checks if this filter contains another.
124 /// \return True if this filter contains the other filter or if they are equal.
126 engine::test_filter::contains(const test_filter& other) const function in class:engine::test_filter
313 if (i1 != i2 && filter1.contains(filter2)) {
  /src/external/gpl3/gcc/dist/gcc/
hash-set.h 73 bool contains (const Key &k) function in class:hash_set
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_flat_map.h 34 bool contains(uptr idx) const { function in class:__sanitizer::FlatMap
95 bool contains(uptr idx) const { function in class:__sanitizer::TwoLevelMap
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
array.h 164 bool contains(TYPE ptr) const function in struct:Array
  /src/external/gpl3/gcc.old/dist/gcc/
hash-set.h 68 bool contains (const Key &k) function in class:hash_set

Completed in 39 milliseconds

1 2 3 4