Home
last modified time | relevance | path

Searched defs:plan (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/usr.bin/find/
H A Dfunction.c157 find_parsenum(PLAN *plan, const char *option, const char *vp, char *endch) in find_parsenum()
200 find_parsedate(PLAN *plan, const char *option, const char *vp) in find_parsedate()
228 f_amin(PLAN *plan, FTSENT *entry) in f_amin()
257 f_anewer(PLAN *plan, FTSENT *entry) in f_anewer()
286 f_asince(PLAN *plan, FTSENT *entry) in f_asince()
313 f_atime(PLAN *plan, FTSENT *entry) in f_atime()
341 f_cmin(PLAN *plan, FTSENT *entry) in f_cmin()
370 f_cnewer(PLAN *plan, FTSENT *entry) in f_cnewer()
399 f_csince(PLAN *plan, FTSENT *entry) in f_csince()
426 f_ctime(PLAN *plan, FTSENT *entry) in f_ctime()
[all …]
H A Doperator.c131 paren_squish(PLAN *plan) /* plan with ( ) nodes */ in paren_squish()
168 not_squish(PLAN *plan) /* plan to process */ in not_squish()
227 or_squish(PLAN *plan) /* plan with ors to be squished */ in or_squish()
H A Dfind.c69 PLAN *plan, *tail, *new; in find_formplan() local
202 find_execute(PLAN *plan, char **paths) in find_execute()
285 find_traverse(PLAN *plan, int (*func)(PLAN *, void *), void *arg) in find_traverse() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc1670 worklist::worklist (const exploded_graph &eg, const analysis_plan &plan) in worklist()
1812 const analysis_plan &plan, in exploded_graph()
4019 const analysis_plan plan (sg, logger); in impl_run_checkers() local
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc2174 worklist::worklist (const exploded_graph &eg, const analysis_plan &plan) in worklist()
2348 const analysis_plan &plan, in exploded_graph()
5806 const analysis_plan plan (sg, logger); in impl_run_checkers() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7945 LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan() function in LoopVectorizationPlanner