HomeSort by: relevance | last modified time | path
    Searched defs:executed (Results 1 - 13 of 13) sorted by relevancy

  /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/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/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.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/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/mit/isl/dist/
isl_ast_build_private.h 119 * "executed" contains the inverse schedule at this point
126 * not be stored in "executed") is known to be single valued, specifically
193 isl_union_map *executed; member in struct:isl_ast_build
232 __isl_take isl_union_map *executed);
isl_ast_build.c 210 dup->executed = isl_union_map_copy(build->executed);
242 (build->executed && !dup->executed) ||
322 isl_union_map_free(build->executed);
1029 /* Replace build->executed by "executed".
1032 __isl_take isl_ast_build *build, __isl_take isl_union_map *executed)
1038 isl_union_map_free(build->executed);
1039 build->executed = executed
1269 isl_union_map *executed; local
    [all...]
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...]
  /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.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/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/libgomp/plugin/
plugin-gcn.c 287 int executed; member in struct:placeholder
2732 been executed? */
2741 while (!placeholderp->executed)
2760 entry->u.placeholder.executed = 1;
2968 placeholder it will set the "executed" flag to true and continue.
3000 placeholderp->executed = 0;
4555 /* Block until the specified queue has executed all its tasks and the
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 303 int executed; member in struct:placeholder
2575 been executed? */
2584 while (!placeholderp->executed)
2603 entry->u.placeholder.executed = 1;
2811 placeholder it will set the "executed" flag to true and continue.
2843 placeholderp->executed = 0;
3957 /* Block until the specified queue has executed all its tasks and the

Completed in 43 milliseconds