Searched refs:build_x_compound_expr_from_list (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dlambda.c470 initializer = build_x_compound_expr_from_list (initializer, ELK_INIT,
H A Dinit.c682 init = build_x_compound_expr_from_list (init, ELK_MEM_INIT,
784 init = build_x_compound_expr_from_list (init, ELK_MEM_INIT,
3809 init = build_x_compound_expr_from_list (init, ELK_INIT,
H A Dtypeck2.c1977 parms = build_x_compound_expr_from_list (parms, ELK_FUNC_CAST, complain);
H A Ddecl.c5031 init = build_x_compound_expr_from_list (init, ELK_INIT,
5996 init = build_x_compound_expr_from_list (init, ELK_INIT,
6476 d_init = build_x_compound_expr_from_list (d_init, ELK_INIT,
6586 init = build_x_compound_expr_from_list (init, ELK_INIT,
H A Dcp-tree.h488 /* Possible cases of expression list used by build_x_compound_expr_from_list. */
6254 extern tree build_x_compound_expr_from_list (tree, expr_list_kind,
H A Dtypeck.c6162 build_x_compound_expr_from_list (tree list, expr_list_kind exp,
6209 /* Like build_x_compound_expr_from_list, but using a VEC. */
6149 build_x_compound_expr_from_list (tree list, expr_list_kind exp, function

Completed in 218 milliseconds