Searched defs:const_call_expr_arg_iterator_d (Results 1 – 1 of 1) sorted by relevance
5921 typedef struct const_call_expr_arg_iterator_d { struct5922 const_tree t; /* the call_expr */5923 int n; /* argument count */5924 int i; /* next argument index */