Searched defs:find (Results 26 - 50 of 118) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h147 iterator find(const KeyT &Key) { function in class:llvm::MapVector
153 const_iterator find(const KeyT &Key) const { function in class:llvm::MapVector
H A DSmallString.h146 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
154 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
H A DDenseSet.h165 iterator find(const_arg_type_t<ValueT> V) { return Iterator(TheMap.find(V)); } function in class:llvm::detail::DenseSetImpl
166 const_iterator find(const_arg_type_t<ValueT> V) const { function in class:llvm::detail::DenseSetImpl
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h84 iterator find(BlockT *B) { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DStringView.h43 size_t find(char C, size_t From = 0) const { function in class:StringView
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h60 Node *StackDepotBase<Node, kReservedBits, kTabSizeLog>::find(Node *s, function in class:__sanitizer::StackDepotBase
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h48 JITSymbol find(StringRef Name, bool ExportedSymbolsOnly, BaseLayerT &B) { function in class:llvm::orc::LazyEmittingLayer::EmissionDeferredModule
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h133 Impl &find(const char *propertyName) { function in class:clang::serialization::DataStreamBasicReader
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dchar_traits.h173 find(const char_type* __s, std::size_t __n, const char_type& __a) function in class:char_traits
261 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
331 find(const char_type* __s, size_t __n, const char_type& __a) function in struct:char_traits
H A Dstl_map.h541 find(const key_type& __x) function in class:map
556 find(const key_type& __x) const function in class:map
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dmap_debug_base.hpp258 find(const_key_reference r_key) const function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
271 find(const_key_reference r_key) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
/freebsd-12-stable/contrib/apr-util/misc/
H A Dapr_rmm.c76 find_block_by_offset(apr_rmm_t *rmm, apr_rmm_off_t next, apr_rmm_off_t find, int includes) argument
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dmap_test.c117 ATF_TC(find); variable
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Diidesc.c74 iidesc_find_t *find = arg2; local
89 iidesc_find_t find; local
/freebsd-12-stable/crypto/openssl/crypto/store/
H A Dstore_local.h107 OSSL_STORE_find_fn find; member in struct:ossl_store_loader_st
/freebsd-12-stable/tools/tools/crypto/
H A Dcryptokeytest.c46 struct crypt_find_op find; local
58 static struct crypt_find_op find; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp297 iterator find(SlotIndex Pos) { return LR->find(Pos); } function in class:__anon4566::CalcLiveRangeUtilVector
325 iterator find(SlotIndex Pos) { function in class:__anon4566::CalcLiveRangeUtilSet
350 LiveRange::iterator LiveRange::find(SlotIndex Pos) { function in class:LiveRange
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h207 MapTy::iterator find(DocNode Key) { return Map->find(Key); } function in class:llvm::msgpack::MapDocNode
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h111 SlotMapTy::const_iterator find(const Value *V) const { function in struct:llvm::FunctionLoweringInfo::StatepointSpillMap
H A DLiveIntervalUnion.h71 SegmentIter find(SlotIndex x) { return Segments.find(x); } function in class:llvm::LiveIntervalUnion
74 ConstSegmentIter find(SlotIndex x) const { return Segments.find(x); } function in class:llvm::LiveIntervalUnion
H A DRDFRegisters.h54 uint32_t find(T Val) const { function in struct:llvm::rdf::IndexedSet
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h228 data_type find(const external_key_type &EKey) { function in class:clang::serialization::MultiOnDiskHashTable
/freebsd-12-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.h92 uint32_t (*find)(lzma_mf *mf, lzma_match *matches); member in struct:lzma_mf_s
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-event_queue.c365 static struct ptunit_result find(struct evq_fixture *efix, function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dbase64.c414 signed char find; local

Completed in 422 milliseconds

12345