Searched refs:executed (Results 1 - 25 of 134) sorted by relevance

123456

/netbsd-current/tests/lib/csu/
H A Dt_crt0.sh36 constructor executed
37 main executed
38 destructor executed
52 constructor executed
53 main executed
54 destructor executed
68 constructor executed
70 constructor2 executed
72 destructor2 executed
74 destructor executed
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Ddepsrc-exec.exp1 : depsrc-exec.mk: This is always executed.
H A Dshell-csh.mk9 # simple commands are executed via execvp directly.
23 # This command is both printed and executed.
26 # This command is only executed.
29 # This command is both printed and executed.
32 # This command is both printed and executed.
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dbbconv.pl46 if (/Block.*executed([ 0-9]+) time.* address= 0x([0-9a-fA-F]*)/) {
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dbbconv.pl46 if (/Block.*executed([ 0-9]+) time.* address= 0x([0-9a-fA-F]*)/) {
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dbbconv.pl46 if (/Block.*executed([ 0-9]+) time.* address= 0x([0-9a-fA-F]*)/) {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dld-sp-warn-cortex-m3.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-cortex-m4.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-v7.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-v7e-m.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-v7m.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-object-run.c125 int dtor_found, executed = 0; local
130 data = new struct do_module_cleanup (&executed, std::move (module));
173 if (!executed)
175 gdb_assert (!(dtor_found && executed));
176 if (!dtor_found && !executed)
182 gdb_assert (!dtor_found && executed);
/netbsd-current/external/mit/isl/dist/
H A Disl_ast_codegen.c63 __isl_take isl_union_map *executed,
66 __isl_take isl_union_map *executed, __isl_take isl_ast_build *build,
70 * the (non single valued) inverse schedule "executed".
75 * In particular, if executed has the form
86 * to be executed from the current schedule domain.
88 static isl_stat generate_non_single_valued(__isl_take isl_map *executed, argument
97 identity = isl_set_identity(isl_map_range(isl_map_copy(executed)));
98 executed = isl_map_domain_product(executed, identity);
101 list = generate_code(isl_union_map_from_map(executed), buil
111 at_each_domain(__isl_take isl_ast_graft *graft, __isl_keep isl_map *executed, __isl_keep isl_ast_build *build) argument
153 add_domain(__isl_take isl_map *executed, __isl_take isl_map *map, struct isl_generate_domain_data *data) argument
218 generate_domain(__isl_take isl_map *executed, void *user) argument
279 call_create_leaf( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
319 generate_inner_level( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
388 plug_in_values( __isl_take isl_union_map *executed, __isl_keep isl_ast_build *build) argument
1469 create_node_scaled( __isl_take isl_union_map *executed, __isl_take isl_basic_set *bounds, __isl_take isl_set *domain, __isl_take isl_ast_build *build) argument
1691 create_node(__isl_take isl_union_map *executed, __isl_take isl_basic_set *bounds, __isl_take isl_set *domain, __isl_take isl_ast_build *build) argument
1816 add_node( __isl_take isl_ast_graft_list *list, __isl_take isl_union_map *executed, __isl_take isl_basic_set *bounds, __isl_take isl_ast_build *build) argument
1951 isl_union_map *executed; member in struct:isl_add_nodes_data
2066 generate_sorted_domains( __isl_keep isl_basic_set_list *domain_list, __isl_keep isl_union_map *executed, __isl_keep isl_ast_build *build) argument
2132 isl_union_map *executed; member in struct:isl_ast_generate_parallel_domains_data
2190 generate_parallel_domains( __isl_keep isl_basic_set_list *domain_list, __isl_keep isl_union_map *executed, __isl_keep isl_ast_build *build) argument
2318 separate_schedule_domains( __isl_take isl_space *space, __isl_take isl_union_map *executed, __isl_keep isl_ast_build *build) argument
2720 isl_union_map *executed; member in struct:isl_codegen_domains
2929 isl_union_map *executed; local
3110 compute_domains( __isl_keep isl_union_map *executed, __isl_keep isl_ast_build *build) argument
3180 generate_shifted_component_flat( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
3203 generate_shifted_component_tree_separate( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
3231 isl_union_map *executed; member in struct:isl_ast_unroll_tree_data
3269 generate_shifted_component_tree_unroll( __isl_take isl_union_map *executed, __isl_take isl_set *domain, __isl_take isl_ast_build *build) argument
3356 generate_shifted_component_tree_base( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build, int isolated) argument
3478 generate_shifted_component_tree_part( __isl_keep isl_union_map *executed, __isl_take isl_set *domain, __isl_keep isl_ast_build *build, int isolated) argument
3526 generate_shifted_component_parts( __isl_take isl_union_map *executed, __isl_take isl_set *before, __isl_take isl_set *isolated, __isl_take isl_set *after, __isl_take isl_set *other, __isl_take isl_ast_build *build) argument
3573 generate_shifted_component_only_after( __isl_take isl_union_map *executed, __isl_take isl_set *isolated, __isl_take isl_set *after, __isl_take isl_ast_build *build, __isl_take isl_set *dead1, __isl_take isl_set *dead2) argument
3615 generate_shifted_component_tree( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
3697 generate_shifted_component( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
3721 isl_union_map *executed; local
3743 isl_union_map *executed; local
3965 isl_union_map *executed; local
4052 isl_union_map *executed; local
4766 generate_components( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
4852 generate_next_level( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build) argument
4895 isl_union_map *executed; member in struct:isl_generate_code_data
4921 internal_executed( __isl_take isl_union_map *executed, __isl_keep isl_space *space, __isl_keep isl_ast_build *build) argument
4977 isl_union_map *executed; local
5078 generate_code( __isl_take isl_union_map *executed, __isl_take isl_ast_build *build, int internal) argument
5154 isl_union_map *executed; local
5195 build_ast_from_leaf( __isl_take isl_ast_build *build, __isl_take isl_schedule_node *node, __isl_take isl_union_map *executed) argument
5212 check_band_schedule_total_on_instances( __isl_keep isl_multi_union_pw_aff *partial, __isl_keep isl_union_map *executed) argument
5249 build_ast_from_band( __isl_take isl_ast_build *build, __isl_take isl_schedule_node *node, __isl_take isl_union_map *executed) argument
5378 build_ast_from_context( __isl_take isl_ast_build *build, __isl_take isl_schedule_node *node, __isl_take isl_union_map *executed) argument
5436 build_ast_from_expansion( __isl_take isl_ast_build *build, __isl_take isl_schedule_node *node, __isl_take isl_union_map *executed) argument
5477 build_ast_from_extension( __isl_take isl_ast_build *build, __isl_take isl_schedule_node *node, __isl_take isl_union_map *executed) argument
5518 build_ast_from_filter( __isl_take isl_ast_build *build, __isl_take isl_schedule_node *node, __isl_take isl_union_map *executed) argument
5586 build_ast_from_guard( __isl_take isl_ast_build *build, __isl_take isl_schedule_node *node, __isl_take isl_union_map *executed) argument
5690 build_ast_from_mark( __isl_take isl_ast_build *build, __isl_take isl_schedule_node *node, __isl_take isl_union_map *executed) argument
5737 build_ast_from_sequence( __isl_take isl_ast_build *build, __isl_take isl_schedule_node *node, __isl_take isl_union_map *executed) argument
5779 build_ast_from_schedule_node( __isl_take isl_ast_build *build, __isl_take isl_schedule_node *node, __isl_take isl_union_map *executed) argument
5834 build_ast_from_child( __isl_take isl_ast_build *build, __isl_take isl_schedule_node *node, __isl_take isl_union_map *executed) argument
5862 isl_union_map *executed; local
[all...]
H A Disl_ast_build_expr.h20 __isl_keep isl_ast_build *build, __isl_take isl_map *executed);
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dbase_command_test.cpp53 /// Indicates if run() has been called already and executed correctly.
54 bool executed; member in class:__anon1881::mock_cmd
56 /// Contains the argument of --the_string after run() is executed.
63 executed(false)
84 executed = true;
93 /// Indicates if run() has been called already and executed correctly.
94 bool executed; member in class:__anon1881::mock_cmd_no_data
96 /// Contains the argument of --the_string after run() is executed.
103 executed(false)
121 executed
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-object-run.c120 int dtor_found, executed = 0; local
127 data->executedp = &executed;
181 if (!executed)
183 gdb_assert (!(dtor_found && executed));
184 if (!dtor_found && !executed)
190 gdb_assert (!dtor_found && executed);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/d30v/
H A Dserial.s4 # will never be executed. GAS should detect this.
6 trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
H A Dserial.l12 4 # will never be executed. GAS should detect this.
14 6 \?\?\?\? ........ trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
H A Dmul.s4 # This means that instructions in group (a) and in (b) should not be executed
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/d10v-elf/
H A Dt-rep.s7 ;; Check that the instruction @REP_E is executed when it
26 ;; Check that the loop is executed the correct number of times
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/d10v/
H A Dt-rep.s11 ;; Check that the instruction @REP_E is executed when it
30 ;; Check that the loop is executed the correct number of times
/netbsd-current/sys/arch/x68k/stand/common/
H A Dexec_image.S38 || void exec_image(loaded,executed,entry,size,bootdev,boothowto)
40 || unsigned int executed;
63 || %a5: executed
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/mmix/
H A Dcrti.S52 crtstxt OCTA _init % Assumed to be the lowest executed address.
53 OCTA __etext % Assumed to be beyond the highest executed address.
137 % Register _fini to be executed as the last atexit function.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430-devices.c427 This function only needs to be executed once, but it can be first called
432 static int executed = 0; local
435 if (mcu_name == NULL || executed == 1)
437 executed = 1;

Completed in 152 milliseconds

123456