Searched defs:find (Results 76 - 100 of 114) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h71 uint32_t find(T Val) const { function in struct:llvm::rdf::IndexedSet
301 auto find(const KeyType &Key) const { return Map.find(Key); } function in struct:llvm::rdf::RegisterAggrMap
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h505 std::optional<DWARFFormValue> find(uint32_t DieIdx, function
511 std::optional<DWARFFormValue> find(const DWARFDebugInfoEntry *Die, function
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h619 iterator find(SCC &C) const { function in class:llvm::LazyCallGraph::Edge::RefSCC
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h344 iterator find(const external_key_type &EKey, Info *InfoPtr = nullptr) { function in class:llvm::OnDiskChainedHashTable
H A DJSON.h136 iterator find(StringRef K) { return M.find_as(K); } function in class:llvm::json::Object
137 const_iterator find(StringRef K) const { return M.find_as(K); } function in class:llvm::json::Object
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp24 Symbol *SymbolTable::find(CachedHashStringRef cachedName) { function in class:SymbolTable
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp810 Symbol *SymbolTable::find(StringRef name) const { function in class:lld::coff::SymbolTable
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp614 APInt ConstantOffsetExtractor::find(Value *V, bool SignExtended, function in class:ConstantOffsetExtractor
[all...]
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-image.c1921 static struct ptunit_result find(struct image_fixture *ifix) function
H A Dptunit-image_section_cache.c815 static struct ptunit_result find(struct iscache_fixture *cfix) function
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c587 static int str_find_aux (lua_State *L, int find) { argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h396 const RetainSummary * find(const ObjCInterfaceDecl *D, Selector S) { function in class:clang::ento::ObjCSummaryCache
428 const RetainSummary *find(IdentifierInfo* II, Selector S) { function in class:clang::ento::ObjCSummaryCache
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h76 ImutAVLTree* find(key_type_ref K) { function in class:llvm::ImutAVLTree
H A DDenseMap.h155 iterator find(const_arg_type_t<KeyT> Val) { function in class:llvm::DenseMapBase
164 const_iterator find(const_arg_type_t<KeyT> Val) const { function in class:llvm::DenseMapBase
/freebsd-current/sys/netinet/
H A Din_mcast.c433 struct ip_msource find; local
686 struct ip_msource find; local
733 struct ip_msource find; local
805 struct ip_msource find; local
934 struct ip_msource find; local
[all...]
/freebsd-current/sys/netinet6/
H A Din6_mcast.c294 struct ip6_msource find; local
703 struct ip6_msource find; local
750 struct ip6_msource find; local
821 struct ip6_msource find; local
949 struct ip6_msource find; local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h729 iterator find(StringRef Name) const { return HashTable.find(Name); } function in class:clang::IdentifierTable
/freebsd-current/tools/tools/crypto/
H A Dcryptocheck.c374 struct crypt_find_op find; local
391 static struct crypt_find_op find; local
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c2343 find(char *pattern) function
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-gram.c1793 find(struct assignment *as, const char *name) function
[all...]
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dsoftp11.c86 } find; member in struct:soft_token::session_state
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil.c1759 struct cached_sock_errs_entry *errs, *newerr, find; local
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp340 syntax::Tree *find(ASTPtr P) const { return Nodes.lookup(P); } function in class:__anon1111::ASTToSyntaxMapping
342 syntax::Tree *find(NestedNameSpecifierLoc P) const { function in class:__anon1111::ASTToSyntaxMapping
/freebsd-current/contrib/lua/src/
H A Dlstrlib.c773 static int str_find_aux (lua_State *L, int find) { argument
/freebsd-current/contrib/libevent/
H A Devutil.c1759 struct cached_sock_errs_entry *errs, *newerr, find; local

Completed in 608 milliseconds

12345