Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 108) sorted by relevance

12345

/dflybsd-src/contrib/gcc-4.7/libgomp/
H A Dteam.c57 bool nested; member
94 if (data->nested) in gomp_thread_start()
269 bool nested; in gomp_team_start() local
276 nested = thr->ts.team != NULL; in gomp_team_start()
320 if (!nested) in gomp_team_start()
435 start_data->nested = nested; in gomp_team_start()
449 gomp_barrier_wait (nested ? &team->barrier : &pool->threads_dock); in gomp_team_start()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck2.c37 process_init_constructor (tree type, tree init, int nested,
1013 digest_init_r (tree type, tree init, int nested, int flags, in digest_init_r() argument
1042 if (nested && !TYPE_DOMAIN (type)) in digest_init_r()
1081 if (nested == 2 && !TYPE_DOMAIN (type)) in digest_init_r()
1116 if (nested) in digest_init_r()
1151 return process_init_constructor (type, init, nested, complain); in digest_init_r()
1249 massage_init_elt (tree type, tree init, int nested, tsubst_flags_t complain) in massage_init_elt() argument
1251 init = digest_init_r (type, init, nested ? 2 : 1, LOOKUP_IMPLICIT, complain); in massage_init_elt()
1269 process_init_constructor_array (tree type, tree init, int nested, in process_init_constructor_array() argument
1293 if (nested == 2 && !domain && !vec_safe_is_empty (v)) in process_init_constructor_array()
[all …]
H A Dmangle.c1261 bool nested = false; in find_decomp_unqualified_name() local
1269 nested = true; in find_decomp_unqualified_name()
1283 if (nested) in find_decomp_unqualified_name()
4021 bool nested = false; in mangle_decomp() local
4026 nested = true; in mangle_decomp()
4038 if (nested) in mangle_decomp()
/dflybsd-src/tools/regression/bin/sh/builtins/
H A Dreturn8.03 if [ "$1" = nested ]; then
8 set -- nested
H A Dbreak1.03 if [ "$1" != nested ]; then
5 set -- nested
H A Dreturn5.03 if [ "$1" != nested ]; then
5 set -- nested
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dteam.c60 bool nested; member
98 if (data->nested) in gomp_thread_start()
306 bool nested; in gomp_team_start() local
317 nested = thr->ts.level; in gomp_team_start()
434 if (!nested) in gomp_team_start()
814 start_data->nested = nested; in gomp_team_start()
826 if (nested) in gomp_team_start()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgengtype-parse.c461 static type_p type (options_p *optsp, bool nested);
876 type (options_p *optsp, bool nested) in type() argument
918 if (nested || token () == GTY_TOKEN) in type()
1013 gcc_assert (nested); in type()
1039 if (nested && token () == ';') in type()
H A Dgengtype-state.c785 write_state_type (current->info.nested->type); in write_state_nested_option()
786 if (current->info.nested->convert_from != NULL) in write_state_nested_option()
787 write_state_a_string (current->info.nested->convert_from); in write_state_nested_option()
794 if (current->info.nested->convert_to != NULL) in write_state_nested_option()
795 write_state_a_string (current->info.nested->convert_to); in write_state_nested_option()
2019 opt->info.nested = XCNEW (struct nested_ptr_data); in read_state_nested_option()
2021 read_state_type (&(opt->info.nested->type)); in read_state_nested_option()
2025 opt->info.nested->convert_from = xstrdup (t0->stok_un.stok_string); in read_state_nested_option()
2030 opt->info.nested->convert_from = NULL; in read_state_nested_option()
2039 opt->info.nested->convert_to = xstrdup (t0->stok_un.stok_string); in read_state_nested_option()
[all …]
H A Dgengtype.h178 struct nested_ptr_data* nested; /* when OPTION_NESTED. */ member
/dflybsd-src/contrib/gdb-7/gdb/
H A Dcp-namespace.c640 char *klass, *nested; in lookup_symbol_file() local
669 nested = xstrdup (name); in lookup_symbol_file()
678 nested = xstrdup (name + prefix_len + 2); in lookup_symbol_file()
683 make_cleanup (xfree, nested); in lookup_symbol_file()
695 sym = cp_lookup_nested_symbol (SYMBOL_TYPE (klass_sym), nested, block); in lookup_symbol_file()
H A Dcp-name-parser.y269 struct nested { struct
272 } nested; member
278 struct nested fn;
294 %type <nested> conversion_op_name
298 %type <nested> declarator direct_declarator function_arglist
300 %type <nested> declarator_1 direct_declarator_1
302 %type <nested> template_params function_args
303 %type <nested> ptr_operator
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype-state.c665 write_state_type (current->info.nested->type); in write_state_nested_option()
666 if (current->info.nested->convert_from != NULL) in write_state_nested_option()
667 write_state_a_string (current->info.nested->convert_from); in write_state_nested_option()
671 if (current->info.nested->convert_to != NULL) in write_state_nested_option()
672 write_state_a_string (current->info.nested->convert_to); in write_state_nested_option()
1798 opt->info.nested = XCNEW (struct nested_ptr_data); in read_state_nested_option()
1800 read_state_type (&(opt->info.nested->type)); in read_state_nested_option()
1804 opt->info.nested->convert_from = xstrdup (t0->stok_un.stok_string); in read_state_nested_option()
1809 opt->info.nested->convert_from = NULL; in read_state_nested_option()
1818 opt->info.nested->convert_to = xstrdup (t0->stok_un.stok_string); in read_state_nested_option()
[all …]
H A Dgengtype-parse.c365 static type_p type (options_p *optsp, bool nested);
713 type (options_p *optsp, bool nested) in type() argument
749 if (nested || token () == GTY_TOKEN) in type()
H A Dcgraph.c510 node->next_nested = node->origin->nested; in cgraph_create_node()
511 node->origin->nested = node; in cgraph_create_node()
1421 for (n = node->nested; n; n = n->next_nested) in cgraph_remove_node()
1423 node->nested = NULL; in cgraph_remove_node()
1426 struct cgraph_node **node2 = &node->origin->nested; in cgraph_remove_node()
2120 new_node->next_nested = new_node->origin->nested; in cgraph_clone_node()
2121 new_node->origin->nested = new_node; in cgraph_clone_node()
2341 struct cgraph_node **node2 = &node->origin->nested; in cgraph_unnest_node()
H A Dgengtype.h167 struct nested_ptr_data* nested; /* when OPTION_NESTED. */ member
/dflybsd-src/tools/regression/usr.bin/m4/
H A Dargs2.m43 dnl Preserving spaces within nested parentheses
/dflybsd-src/tools/regression/bin/sh/parser/
H A Dheredoc10.013 # or there are other constructs nested inside the command substitution that
H A Dheredoc9.013 # or there are other constructs nested inside the command substitution that
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-gimplify.c102 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested) in c_genericize()
/dflybsd-src/contrib/bmake/mk/
H A Dwarnings.mk129 nested-externs \
/dflybsd-src/contrib/mdocml/
H A Dmansearch.c613 int needterm, nested; in exprcomp() local
615 if ((nested = *argi) == argc) in exprcomp()
625 if (nested) in exprcomp()
/dflybsd-src/usr.bin/m4/
H A DNOTES39 each nested call is completed. Each argument is a character pointer
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-gimplify.c153 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested) in c_genericize()
/dflybsd-src/contrib/bmake/
H A DFILES345 unit-tests/directive-if-nested.exp
346 unit-tests/directive-if-nested.mk
421 unit-tests/jobs-error-nested-make.exp
422 unit-tests/jobs-error-nested-make.mk
423 unit-tests/jobs-error-nested.exp
424 unit-tests/jobs-error-nested.mk

12345