Home
last modified time | relevance | path

Searched refs:build_x_compound_expr_from_list (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c82 val = build_x_compound_expr_from_list (val, ELK_INIT, in build_lambda_object()
537 initializer = build_x_compound_expr_from_list (initializer, ELK_INIT, in add_capture()
H A Dinit.c823 init = build_x_compound_expr_from_list (init, ELK_MEM_INIT, in perform_member_init()
4664 init = build_x_compound_expr_from_list (init, ELK_INIT, in build_vec_init()
H A Dtypeck2.c2435 parms = build_x_compound_expr_from_list (parms, ELK_FUNC_CAST, complain); in build_functional_cast_1()
H A Ddecl.c5605 init = build_x_compound_expr_from_list (init, ELK_INIT, in grok_reference_init()
5618 init = build_x_compound_expr_from_list (init, ELK_INIT, in grok_reference_init()
6828 init = build_x_compound_expr_from_list (init, ELK_INIT, in check_initializer()
7562 d_init = build_x_compound_expr_from_list (d_init, ELK_INIT, in cp_finish_decl()
7715 init = build_x_compound_expr_from_list (init, ELK_INIT, in cp_finish_decl()
H A Dcp-tree.h7619 extern tree build_x_compound_expr_from_list (tree, expr_list_kind,
H A Dtypeck.c7064 build_x_compound_expr_from_list (tree list, expr_list_kind exp, in build_x_compound_expr_from_list() function
H A Dpt.c19070 init = build_x_compound_expr_from_list (init, ELK_INIT, complain); in prepend_one_capture()
19128 init = build_x_compound_expr_from_list (init, ELK_INIT, complain); in tsubst_lambda_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc83 val = build_x_compound_expr_from_list (val, ELK_INIT, in build_lambda_object()
536 initializer = build_x_compound_expr_from_list (initializer, ELK_INIT, in add_capture()
H A Dinit.cc1001 init = build_x_compound_expr_from_list (init, ELK_MEM_INIT, in perform_member_init()
1010 init = build_x_compound_expr_from_list (init, ELK_MEM_INIT, in perform_member_init()
4834 init = build_x_compound_expr_from_list (init, ELK_INIT, in build_vec_init()
H A Dtypeck2.cc2401 parms = build_x_compound_expr_from_list (parms, ELK_FUNC_CAST, complain); in build_functional_cast_1()
H A DChangeLog-20101825 * typeck.c (build_x_compound_expr_from_list): Add tsubst_flags_t
1832 build_x_compound_expr_from_list.
2314 (build_x_compound_expr_from_list, convert_for_initialization): Adjust
2319 (build_x_compound_expr_from_list): Use expr_list_kind and emit the
H A DChangeLog-20032591 (build_x_compound_expr_from_list): Declare.
2592 * typeck.c (build_x_compound_expr_from_list): New.
2597 build_x_compound_expr_from_list.
2601 build_x_compound_expr_from_list.
2606 build_x_compound_expr_from_list.
H A Ddecl.cc5977 init = build_x_compound_expr_from_list (init, ELK_INIT, in grok_reference_init()
5986 init = build_x_compound_expr_from_list (init, ELK_INIT, in grok_reference_init()
7363 init = build_x_compound_expr_from_list (init, ELK_INIT, in check_initializer()
8141 d_init = build_x_compound_expr_from_list (d_init, ELK_INIT, in cp_finish_decl()
8319 init = build_x_compound_expr_from_list (init, ELK_INIT, in cp_finish_decl()
H A DChangeLog-20081612 pointer_diff, cp_build_unary_op, build_x_compound_expr_from_list,
2250 (build_x_compound_expr_from_list): Fix calls for SFINAE.
H A DChangeLog-20112048 * typeck.c (build_x_compound_expr_from_list): Also complain
4175 * typeck.c (build_x_compound_expr_from_list): Return error_mark_node
H A DChangeLog-20121946 build_x_binary_op, build_x_compound_expr_from_list,
H A Dcp-tree.h8030 extern tree build_x_compound_expr_from_list (tree, expr_list_kind,
H A DChangeLog-2013324 (build_x_compound_expr_from_list): Likewise.
H A DChangeLog-20161716 (build_lambda_object): Call build_x_compound_expr_from_list.
H A Dtypeck.cc7579 build_x_compound_expr_from_list (tree list, expr_list_kind exp, in build_x_compound_expr_from_list() function
H A DChangeLog-2021184 (build_x_compound_expr_from_list): Adjust call to
H A Dpt.cc19744 init = build_x_compound_expr_from_list (init, ELK_INIT, complain); in prepend_one_capture()
19800 init = build_x_compound_expr_from_list (init, ELK_INIT, complain); in tsubst_lambda_expr()
H A DChangeLog-20175613 build_x_compound_expr_from_list.
H A DChangeLog-20193018 cp_build_unary_op, build_x_compound_expr_from_list,