Searched defs:contains (Results 1 - 25 of 75) sorted by relevance

123

/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/
H A Dnetrc.pm54 sub contains { subroutine
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DStringSet.h51 bool contains(StringRef key) const { return Base::FindKey(key) != -1; } function in class:llvm::StringSet
H A DAddressRanges.h31 bool contains(uint64_t Addr) const { return Start <= Addr && Addr < End; } function in class:llvm::AddressRange
62 bool contains(uint64_t Addr) const { return find(Addr) != Ranges.end(); } function in class:llvm::AddressRanges
63 bool contains(AddressRange Range) const { function in class:llvm::AddressRanges
H A DGenericCycleInfo.h113 bool contains(const BlockT *Block) const { function in class:llvm::GenericCycle
H A DSmallSet.h234 bool contains(const T &V) const { function in class:llvm::SmallSet
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp55 bool TypeTableCollection::contains(TypeIndex Index) { function in class:TypeTableCollection
H A DAppendingTypeTableBuilder.cpp53 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { function in class:AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp56 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { function in class:GlobalTypeTableBuilder
H A DLazyRandomTypeCollection.cpp134 bool LazyRandomTypeCollection::contains(TypeIndex Index) { function in class:LazyRandomTypeCollection
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h64 bool contains(uint32_t C) const { function in class:llvm::sys::UnicodeCharSet
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp163 bool ento::CallDescriptionSet::contains(const CallEvent &Call) const { function in class:ento::CallDescriptionSet
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h108 bool contains(MCPhysReg Reg) const { return LiveRegs.count(Reg); } function in class:llvm::LivePhysRegs
H A DSelectionDAGAddressAnalysis.h76 bool contains(const SelectionDAG &DAG, int64_t BitSize, function in class:llvm::BaseIndexOffset
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTrace.h67 bool contains(const BasicBlock *X) const { function in class:llvm::Trace
H A DInterval.h66 inline bool contains(BasicBlock *BB) const { function in class:llvm::Interval
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DBundle.pm78 sub contains { subroutine
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h137 bool contains(const ProgramState *S) const { function in class:clang::ento::ConstraintManager::AssumeStackTy
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DMapLattice.h85 bool contains(const key_type &K) const { return C.find(K) != C.end(); } function in class:clang::dataflow::MapLattice
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DStringTableBuilder.h76 bool contains(StringRef S) const { function in class:llvm::StringTableBuilder
79 bool contains(CachedHashStringRef S) const { function in class:llvm::StringTableBuilder
/openbsd-current/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h124 bool contains(const Instruction *I) const { function in class:llvm::objcarc::BundledRetainClaimRVs
/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DDelta.h35 bool contains(int Index) const { return Index >= Begin && Index <= End; } function in struct:llvm::Chunk
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h40 bool contains(uptr idx) const { function in class:__sanitizer::FlatMap
103 bool contains(uptr idx) const { function in class:__sanitizer::TwoLevelMap
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTImporterLookupTable.cpp162 bool ASTImporterLookupTable::contains(DeclContext *DC, NamedDecl *ND) const { function in class:clang::ASTImporterLookupTable
/openbsd-current/gnu/llvm/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h55 bool contains(ArchitectureSet Archs) const { function in class:llvm::MachO::ArchitectureSet
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp172 bool BaseIndexOffset::contains(const SelectionDAG &DAG, int64_t BitSize, function in class:BaseIndexOffset

Completed in 324 milliseconds

123