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

12345

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp494 Value *Simplifier::Context::find(Value *Tree, Value *Sub) const { function in class:Simplifier::Context
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h569 iterator find(SUnit *SU) { return llvm::find(Queue, SU); } function in class:llvm::ReadyQueue
/freebsd-current/contrib/libucl/src/
H A Ducl_util.c2171 ucl_strnstr (const char *s, const char *find, int len) argument
2193 ucl_strncasestr (const char *s, const char *find, int len) argument
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c2756 const char *find = given[j].name; local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devent.c238 struct event_debug_entry *dent, find; local
265 struct event_debug_entry *dent, find; local
283 struct event_debug_entry *dent,find; local
309 struct event_debug_entry *dent, find; local
335 struct event_debug_entry *dent, find; local
356 struct event_debug_entry *dent, find; local
[all...]
/freebsd-current/contrib/libevent/
H A Devent.c238 struct event_debug_entry *dent, find; local
265 struct event_debug_entry *dent, find; local
283 struct event_debug_entry *dent,find; local
309 struct event_debug_entry *dent, find; local
335 struct event_debug_entry *dent, find; local
356 struct event_debug_entry *dent, find; local
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c454 static int find(char *word, char **array, int asize) { function
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp198 TypeIndex find(TypeIndex TIForward) { function in class:llvm::logicalview::__anon1989::LVForwardReferences
204 TypeIndex find(StringRef Name) { function in class:llvm::logicalview::__anon1989::LVForwardReferences
244 LVScope *find(StringRef Name) { function in class:llvm::logicalview::__anon1989::LVNamespaceDeduction
254 LVLexicalIndex find(LVStringRefs Components) { function in class:llvm::logicalview::__anon1989::LVNamespaceDeduction
289 StringRef find(TypeIndex TI) { function in class:llvm::logicalview::__anon1989::LVStringRecords
349 LVElement *LVTypeRecords::find(uint32_t StreamIdx, TypeIndex TI, bool Create) { function in class:LVTypeRecords
371 TypeIndex LVTypeRecords::find(uint32_t StreamIdx, StringRef Name) { function in class:LVTypeRecords
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1317 iterator find(const SampleContext &Ctx) { function in class:llvm::sampleprof::SecCommonFlags::SecNameTableFlags::SampleProfileMap
1322 const_iterator find(const SampleContext &Ctx) const { function in class:llvm::sampleprof::SecCommonFlags::SecNameTableFlags::SampleProfileMap
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c3603 struct bnxt_ioctl_hwrm_nvm_find_dir_entry *find = local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c902 mnttab_node_t find; local
975 mnttab_node_t find; local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3026 static FindResult find(Expr *E) { function in class:clang::OverloadExpr
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7255 OverloadExpr::FindResult find local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1545 iterator find(Selector Sel) { return Methods.find(Sel); } function in class:clang::final::AlignPackInfo::GlobalMethodPool
[all...]

Completed in 478 milliseconds

12345