Home
last modified time | relevance | path

Searched defs:const_call_expr_arg_iterator (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h2058 struct const_call_expr_arg_iterator { struct
2059 const_tree t; /* the call_expr */
2060 int n; /* argument count */
2061 int i; /* next argument index */
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h5925 } const_call_expr_arg_iterator; typedef