Home
last modified time | relevance | path

Searched defs:Contains (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVMRange.h69 bool Contains(lldb::addr_t addr) const { in Contains() function
73 bool Contains(const VMRange &range) const { in Contains() function
H A DNameMatches.h18 Contains, enumerator
H A DRangeMap.h93 bool Contains(BaseType r) const { in Contains() function
101 bool Contains(const Range &range) const { in Contains() function
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp180 bool Block::Contains(addr_t range_offset) const { in Contains() function in Block
184 bool Block::Contains(const Block *block) const { in Contains() function in Block
198 bool Block::Contains(const Range &range) const { in Contains() function in Block
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h89 bool Contains(lldb::addr_t addr) const { in Contains() function
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp47 bool WatchpointResource::Contains(addr_t addr) { Contains() function in WatchpointResource
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp46 bool AddressRange::Contains(const Address &addr) const { Contains() function in AddressRange
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp40 bool Contains(void *Handle) { in Contains() function in DynamicLibrary::HandleSet
/freebsd-src/lib/libdevdctl/
H A Devent.cc194 Event::Contains(const string &varName) const in Contains() function in DevdCtl::Event
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h540 bool Contains(const Scope& rhs) const { return Depth < rhs.Depth; } Contains() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h215 void setContainsUnexpandedParameterPack(bool Contains) { in setContainsUnexpandedParameterPack()
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp3693 Vector::ContainsMatcher<T> Contains( std::vector<T> const& comparator ) { in Contains() function
4914 struct Contains : StringHolder { struct
4915 Contains( NSString* substr ) : StringHolder( substr ){} in Contains() argument
4917 bool match( NSString* str ) const override { in match()
4922 std::string describe() const override { in describe()
4959 Contains( NSString* substr ){ return Impl::NSStringMatchers::Contains( substr ); } in Contains() function
11634 …StdString::ContainsMatcher Contains( std::string const& str, CaseSensitive::Choice caseSensitivity… in Contains() function
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5492 auto Contains = [](const SourceRange &Range, SourceLocation::UIntTy Offset) { getAdjustment() local