Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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()
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()
Dtypeck2.cc2401 parms = build_x_compound_expr_from_list (parms, ELK_FUNC_CAST, complain); in build_functional_cast_1()
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
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.
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()
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.
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
DChangeLog-20121946 build_x_binary_op, build_x_compound_expr_from_list,
Dcp-tree.h8030 extern tree build_x_compound_expr_from_list (tree, expr_list_kind,
DChangeLog-2013324 (build_x_compound_expr_from_list): Likewise.
Dtypeck.cc7579 build_x_compound_expr_from_list (tree list, expr_list_kind exp, in build_x_compound_expr_from_list() function
DChangeLog-20161716 (build_lambda_object): Call build_x_compound_expr_from_list.
DChangeLog-2021184 (build_x_compound_expr_from_list): Adjust call to
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()
DChangeLog-20175613 build_x_compound_expr_from_list.
DChangeLog-20193018 cp_build_unary_op, build_x_compound_expr_from_list,