| /dflybsd-src/usr.bin/find/ |
| H A D | operator.c | 88 if (node->execute == f_openparen) in yankexpr() 99 if (next->execute == f_closeparen) { in yankexpr() 103 node->execute = f_expr; in yankexpr() 140 if (expr->execute == f_closeparen) in paren_squish() 174 if (next->execute == f_expr) in not_squish() 182 if (next->execute == f_not) { in not_squish() 186 while (node != NULL && node->execute == f_not) { in not_squish() 192 if (node->execute == f_or) in not_squish() 198 if (node->execute == f_expr) in not_squish() 236 if (next->execute == f_expr) in or_squish() [all …]
|
| H A D | find.h | 79 exec_f *execute; /* node evaluation function */ member 142 exec_f *execute; /* execute function */ member
|
| /dflybsd-src/contrib/awk/ |
| H A D | run.c | 141 execute(a); in run() 145 Cell *execute(Node *u) /* execute a node of the parse tree */ in execute() function 189 x = execute(a[0]); in program() 198 x = execute(a[1]); in program() 207 x = execute(a[2]); in program() 239 fcn = execute(a[0]); /* the function itself */ in call() 259 y = execute(x); in call() 289 y = execute((Node *)(fcn->sval)); /* execute body */ in call() 365 y = execute(a[0]); in jump() 372 y = execute(a[0]); in jump() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | tree-ssa-loop.c | 72 virtual unsigned int execute (function *fn); 76 pass_fix_loops::execute (function *) in execute() function 345 virtual unsigned int execute (function *); 350 pass_tree_loop_init::execute (function *fun ATTRIBUTE_UNUSED) in execute() function 404 virtual unsigned int execute (function *); 409 pass_vectorize::execute (function *fun) in execute() function 452 virtual unsigned int execute (function *) { return scev_const_prop (); } in execute() function 490 virtual unsigned int execute (function *); 495 pass_iv_optimize::execute (function *fun) in execute() function 546 virtual unsigned int execute (function *) { return tree_ssa_loop_done (); } in execute() function
|
| H A D | loop-init.c | 425 virtual unsigned int execute (function *) { return rtl_loop_init (); } in execute() function 463 virtual unsigned int execute (function *); 468 pass_rtl_loop_done::execute (function *fun) in execute() function 520 virtual unsigned int execute (function *fun) in execute() function 566 virtual unsigned int execute (function *); 571 pass_rtl_unroll_loops::execute (function *fun) in execute() function 622 virtual unsigned int execute (function *); 633 pass_rtl_doloop::execute (function *fun) in execute() function
|
| H A D | tree-nrv.c | 130 virtual unsigned int execute (function *); 135 pass_nrv::execute (function *fun) in execute() function 360 virtual unsigned int execute (function *); 365 pass_return_slot::execute (function *fun) in execute() function
|
| H A D | stack-ptr-mod.c | 74 virtual unsigned int execute (function *); 79 pass_stack_ptr_mod::execute (function *fun) in execute() function
|
| H A D | cgraphbuild.c | 293 virtual unsigned int execute (function *); 298 pass_build_cgraph_edges::execute (function *fun) in execute() function 497 virtual unsigned int execute (function *) in execute() function 539 virtual unsigned int execute (function *); 544 pass_remove_cgraph_callee_edges::execute (function *) in execute() function
|
| H A D | tree-ssa-loop-ch.c | 226 virtual unsigned int execute (function *); 266 virtual unsigned int execute (function *); 421 pass_ch::execute (function *fun) in execute() function 437 pass_ch_vect::execute (function *fun) in execute() function
|
| H A D | gimple-laddress.c | 71 virtual unsigned int execute (function *); 76 pass_laddress::execute (function *fun) in execute() function
|
| H A D | gimple-ssa-nonnull-compare.c | 131 virtual unsigned int execute (function *); 136 pass_warn_nonnull_compare::execute (function *fun) in execute() function
|
| H A D | gimple-ssa-backprop.c | 214 void execute (); 878 backprop::execute () in execute() function 953 virtual unsigned int execute (function *); 958 pass_backprop::execute (function *fn) in execute() function 960 backprop (fn).execute (); in execute()
|
| H A D | function-tests.c | 295 lower_cf_pass->execute (fun); in build_cfg() 310 build_cfg_pass->execute (fun); in build_cfg() 326 build_ssa_pass->execute (fun); in convert_to_ssa() 596 expand_pass->execute (fun); in test_expansion_to_rtl()
|
| /dflybsd-src/gnu/lib/gcc80/libgcc_pic/ |
| H A D | Makefile | 54 enable-execute-stack.c: enable-execute-stack-mprotect.c 61 enable-execute-stack.c auto-target.h 64 enable-execute-stack.c auto-target.h
|
| /dflybsd-src/gnu/lib/gcc47/libgcc_pic/ |
| H A D | Makefile | 51 enable-execute-stack.c: enable-execute-stack-freebsd.c 55 enable-execute-stack.c
|
| /dflybsd-src/contrib/tcsh-6/ |
| H A D | sh.sem.c | 83 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, in execute() function 694 execute(t->t_dspr, wanttty, NULL, NULL, do_glob); in execute() 701 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob); in execute() 704 execute(t->t_dcar, wanttty, pipein, pv, do_glob); in execute() 708 execute(t->t_dcar, wanttty, pipein, pv, do_glob); in execute() 711 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob); in execute() 718 execute(t->t_dcar, wanttty, NULL, NULL, do_glob); in execute() 729 execute(t->t_dcdr, wanttty, NULL, NULL, do_glob); in execute() 737 execute(t->t_dcar, wanttty, NULL, NULL, do_glob); in execute() 745 execute(t->t_dcdr, wanttty, NULL, NULL, do_glob); in execute()
|
| /dflybsd-src/lib/libthread_xu/thread/ |
| H A D | thr_clean.c | 59 _pthread_cleanup_pop(int execute) in _pthread_cleanup_pop() argument 66 if (execute) { in _pthread_cleanup_pop()
|
| /dflybsd-src/gnu/lib/gcc47/libgcc/ |
| H A D | Makefile | 90 enable-execute-stack.c: enable-execute-stack-freebsd.c 96 CLEANFILES+= mm_malloc.h unwind.h gthr-default.h enable-execute-stack.c
|
| H A D | Makefile.src | 35 SOFTFUNCS+= enable-execute-stack 41 stack_FLAGS_FILES= enable-execute-stack.c
|
| /dflybsd-src/sys/dev/drm/radeon/ |
| H A D | atom.c | 702 int execute = 0, target = U16(*ptr); in atom_op_jump() local 708 execute = ctx->ctx->cs_above; in atom_op_jump() 711 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal; in atom_op_jump() 714 execute = 1; in atom_op_jump() 717 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal); in atom_op_jump() 720 execute = !ctx->ctx->cs_above; in atom_op_jump() 723 execute = ctx->ctx->cs_equal; in atom_op_jump() 726 execute = !ctx->ctx->cs_equal; in atom_op_jump() 730 ATOM_SDEBUG_PRINT(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump() 732 if (execute) { in atom_op_jump()
|
| /dflybsd-src/sys/dev/drm/amd/amdgpu/ |
| H A D | atom.c | 709 int execute = 0, target = U16(*ptr); in atom_op_jump() local 715 execute = ctx->ctx->cs_above; in atom_op_jump() 718 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal; in atom_op_jump() 721 execute = 1; in atom_op_jump() 724 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal); in atom_op_jump() 727 execute = !ctx->ctx->cs_above; in atom_op_jump() 730 execute = ctx->ctx->cs_equal; in atom_op_jump() 733 execute = !ctx->ctx->cs_equal; in atom_op_jump() 737 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump() 739 if (execute) { in atom_op_jump()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
| H A D | pentium.md | 100 ;; Pentium preserves memory ordering, so when load-execute-store 194 ;; Call and branch instruction can execute in either pipe, but 233 ;; Integer instructions. Load/execute/store takes 3 cycles, 234 ;; load/execute 2 cycles and execute only one cycle.
|
| /dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
| H A D | pentium.md | 100 ;; Pentium preserves memory ordering, so when load-execute-store 194 ;; Call and branch instruction can execute in either pipe, but 233 ;; Integer instructions. Load/execute/store takes 3 cycles, 234 ;; load/execute 2 cycles and execute only one cycle.
|
| /dflybsd-src/usr.bin/tip/ |
| H A D | cmds.c | 62 static void execute(char *); 341 execute(buf); in pipefile() 608 execute(buf); in pipeout() 653 execute (cmd); in tiplink() 804 execute(char *s) in execute() function
|
| /dflybsd-src/gnu/lib/gcc80/libgcc/ |
| H A D | Makefile | 141 enable-execute-stack.c: enable-execute-stack-mprotect.c 147 CLEANFILES+= mm_malloc.h unwind.h gthr-default.h enable-execute-stack.c
|