HomeSort by: relevance | last modified time | path
    Searched refs:executed (Results 1 - 25 of 135) sorted by relevancy

1 2 3 4 5 6

  /src/tests/lib/csu/
t_crt0.sh 36 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...]
  /src/usr.bin/make/unit-tests/
depsrc-exec.exp 1 : depsrc-exec.mk: This is always executed.
shell-ksh.mk 9 # simple commands are executed via execvp directly.
20 # This command is both printed and executed.
23 # This command is only executed.
26 # This command is both printed and executed.
29 # This command is both printed and executed.
shell-csh.mk 9 # 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.
  /src/external/bsd/zstd/dist/contrib/pzstd/utils/test/
ScopeGuardTest.cpp 23 bool executed = false; local
25 auto guard = makeScopeGuard([&] { executed = true; });
27 EXPECT_TRUE(executed);
  /src/external/gpl3/binutils/dist/gprof/
bbconv.pl 46 if (/Block.*executed([ 0-9]+) time.* address= 0x([0-9a-fA-F]*)/) {
  /src/external/gpl3/binutils.old/dist/gprof/
bbconv.pl 46 if (/Block.*executed([ 0-9]+) time.* address= 0x([0-9a-fA-F]*)/) {
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-run.c 124 int dtor_found, executed = 0; local
129 data = new struct do_module_cleanup (&executed, std::move (module));
169 /* In the case of DTOR_FOUND or in the case of EXECUTED nothing
172 if (!executed)
174 gdb_assert (!(dtor_found && executed));
175 if (!dtor_found && !executed)
181 gdb_assert (!dtor_found && executed);
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-run.c 124 int dtor_found, executed = 0; local
129 data = new struct do_module_cleanup (&executed, std::move (module));
169 /* In the case of DTOR_FOUND or in the case of EXECUTED nothing
172 if (!executed)
174 gdb_assert (!(dtor_found && executed));
175 if (!dtor_found && !executed)
181 gdb_assert (!dtor_found && executed);
  /src/external/mit/isl/dist/
isl_ast_codegen.c 63 __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,
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), build, 1)
1951 isl_union_map *executed; member in struct:isl_add_nodes_data
2132 isl_union_map *executed; member in struct:isl_ast_generate_parallel_domains_data
2720 isl_union_map *executed; member in struct:isl_codegen_domains
2929 isl_union_map *executed; local
3231 isl_union_map *executed; member in struct:isl_ast_unroll_tree_data
3721 isl_union_map *executed; local
3743 isl_union_map *executed; local
3965 isl_union_map *executed; local
4052 isl_union_map *executed; local
4895 isl_union_map *executed; member in struct:isl_generate_code_data
4977 isl_union_map *executed; local
5154 isl_union_map *executed; local
5862 isl_union_map *executed; local
    [all...]
isl_ast_build_expr.h 20 __isl_keep isl_ast_build *build, __isl_take isl_map *executed);
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
base_command_test.cpp 53 /// Indicates if run() has been called already and executed correctly.
54 bool executed; member in class:__anon6977::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:__anon6977::mock_cmd_no_data
96 /// Contains the argument of --the_string after run() is executed.
103 executed(false)
121 executed = true
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/d10v/
t-rep.s 11 ;; Check that the instruction @REP_E is executed when it
30 ;; Check that the loop is executed the correct number of times
  /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/
t-rep.s 11 ;; Check that the instruction @REP_E is executed when it
30 ;; Check that the loop is executed the correct number of times
  /src/sys/arch/x68k/stand/common/
exec_image.S 38 || void exec_image(loaded,executed,entry,size,bootdev,boothowto)
40 || unsigned int executed;
63 || %a5: executed
  /src/external/mpl/bind/dist/tests/isc/
job_test.c 39 static atomic_uint executed; variable
63 unsigned int n = atomic_fetch_add(&executed, 1);
88 atomic_init(&executed, 0);
94 assert_int_equal(atomic_load(&scheduled), atomic_load(&executed));
  /src/external/gpl2/groff/dist/contrib/mm/
NOTES 14 This file is read when the macro is executed. Therefore it must be
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
btfext-out.cc 507 bool executed = false; local
513 if (executed == false && (executed = true))
547 bool executed = false; local
553 if (executed == false && (executed = true))
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430-devices.cc 427 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;
  /src/external/gpl3/gcc/dist/libgcc/config/mmix/
crti.S 52 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.
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430-devices.cc 427 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;
  /src/external/gpl3/gcc.old/dist/libgcc/config/mmix/
crti.S 52 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.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
thumb2-it.S 43 @ One conditional instruction, executed.
63 @ Block of four, alternating, starting with executed.
126 @ Block of four, only first executed.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
thumb2-it.S 43 @ One conditional instruction, executed.
63 @ Block of four, alternating, starting with executed.
126 @ Block of four, only first executed.
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
runtime.d 66 size_t executed;
94 return runMain && (executed == passed);
151 * standard program initialization process is not executed. This is most
166 * standard program termination process will not be not executed. This is
370 * ++result.executed;
383 * if (result.executed != result.passed)
530 * executed (the behavior can be affected by the `--DRT-testmode` switch
638 ++results.executed;
673 if (results.passed != results.executed)
692 results.runMain = (results.executed == 0)
    [all...]

Completed in 28 milliseconds

1 2 3 4 5 6