Home
last modified time | relevance | path

Searched refs:first_aggr_init_expr_arg (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h3948 first_aggr_init_expr_arg (tree exp, aggr_init_expr_arg_iterator *iter) in first_aggr_init_expr_arg() function
3965 for ((arg) = first_aggr_init_expr_arg ((call), &(iter)); (arg); \
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h4186 first_aggr_init_expr_arg (tree exp, aggr_init_expr_arg_iterator *iter) in first_aggr_init_expr_arg() function
4203 for ((arg) = first_aggr_init_expr_arg ((call), &(iter)); (arg); \
H A DChangeLog-20073006 (first_aggr_init_expr_arg): New.