Searched refs:orig_init (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | lambda.c | 517 add_capture (tree lambda, tree id, tree orig_init, bool by_reference_p, in add_capture() argument 524 tree initializer = orig_init; in add_capture() 660 initializer = orig_init; in add_capture()
|
H A D | init.c | 3591 vec<tree, va_gc> *orig_init = NULL; in build_new() local 3627 orig_init = make_tree_vector_copy (*init); in build_new() 3630 for (unsigned i = 0; i < orig_init->length(); ++i) in build_new() 3707 orig_init, use_global_new); in build_new() 3709 release_tree_vector (orig_init); in build_new()
|
H A D | semantics.c | 8101 tree orig_init; in finish_omp_for() local 8102 FOR_EACH_VEC_ELT (*orig_inits, i, orig_init) in finish_omp_for() 8103 if (orig_init in finish_omp_for() 8105 TREE_VEC_ELT (declv, i), orig_init, in finish_omp_for()
|
H A D | parser.c | 34925 tree &orig_init, in cp_parser_omp_for_loop_init() argument 35017 orig_init = init; in cp_parser_omp_for_loop_init() 35118 orig_init = rhs; in cp_parser_omp_for_loop_init() 35148 tree init, orig_init, cond, incr, body, decl, pre_body = NULL_TREE, ret; in cp_parser_omp_for_loop() local 35223 init = orig_init = decl = real_decl = NULL; in cp_parser_omp_for_loop() 35228 init, orig_init, decl, real_decl); in cp_parser_omp_for_loop() 35360 if (orig_init) in cp_parser_omp_for_loop() 35363 orig_inits[i] = orig_init; in cp_parser_omp_for_loop()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | init.c | 2773 VEC(tree,gc) *orig_init = NULL; in build_new() 2803 orig_init = make_tree_vector_copy (*init); in build_new() 2856 orig_init, use_global_new); in build_new() 2858 release_tree_vector (orig_init); in build_new()
|