Searched refs:for_each_template_parm (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c122 static int for_each_template_parm PROTO((tree, tree_fn_t, void*));
2012 /* Return zero so that for_each_template_parm will continue the
2075 for_each_template_parm (TREE_VEC_ELT (inner_args, i),
2155 for_each_template_parm (type,
4016 for_each_template_parm returns 1. Otherwise, the iteration
4018 returned by for_each_template_parm is 0. If FN is NULL, it is
4022 for_each_template_parm (t, fn, data)
4031 && for_each_template_parm (TYPE_CONTEXT (t), fn, data))
4041 return for_each_template_parm (TREE_TYPE (t), fn, data);
4045 return (for_each_template_parm (TREE_OPERAN
4021 for_each_template_parm (t, fn, data) function
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c161 static int for_each_template_parm (tree, tree_fn_t, void*,
4135 /* Return zero so that for_each_template_parm will continue the
4204 for_each_template_parm (TREE_VEC_ELT (inner_args, i),
4345 for_each_template_parm (type,
4713 for_each_template_parm. DATA is really an int, indicating the
5415 for_each_template_parm (pat, uses_all_template_parms_r, &data, NULL, true);
8217 /* Called from for_each_template_parm via walk_tree. */
8229 && for_each_template_parm (TYPE_CONTEXT (t), fn, data, pfd->visited,
8244 else if (for_each_template_parm (TYPE_TI_ARGS (t),
8251 if (for_each_template_parm (TYPE_MIN_VALU
8412 for_each_template_parm (tree t, tree_fn_t fn, void* data, function
[all...]

Completed in 140 milliseconds