Searched refs:for_each_template_parm (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | pt.c | 121 static int for_each_template_parm (tree, tree_fn_t, void*, 2727 for_each_template_parm (TREE_VEC_ELT (inner_args, i), in process_partial_specialization() 2808 for_each_template_parm (type, in process_partial_specialization() 4956 && for_each_template_parm (TYPE_CONTEXT (t), fn, data, pfd->visited)) in for_each_template_parm_r() 4970 else if (for_each_template_parm (TREE_VALUE (TYPE_TEMPLATE_INFO (t)), in for_each_template_parm_r() 4978 if (for_each_template_parm (TYPE_METHOD_BASETYPE (t), fn, data, in for_each_template_parm_r() 4985 if (for_each_template_parm (TREE_TYPE (t), fn, data, pfd->visited)) in for_each_template_parm_r() 4998 if (for_each_template_parm (TREE_VALUE (parm), fn, data, in for_each_template_parm_r() 5009 if (for_each_template_parm (TYPE_FIELDS (t), fn, data, in for_each_template_parm_r() 5017 && for_each_template_parm (DECL_TI_ARGS (t), fn, data, in for_each_template_parm_r() [all …]
|
| HD | ChangeLog-1998 | 642 (for_each_template_parm): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO. 1322 * pt.c (for_each_template_parm): Don't examine uninstantiated 1613 (for_each_template_parm): Handle PTRMEM_CST. 2731 (for_each_template_parm): Likewise. 3310 * pt.c (for_each_template_parm, case TEMPLATE_DECL): If it is a 3312 (for_each_template_parm, case TEMPLATE_TEMPLATE_PARM): Traverse 3653 * pt.c (for_each_template_parm): Traverse the TYPE_CONTEXT for 3934 * pt.c (for_each_template_parm): Use first_rtl_op. 4804 (for_each_template_parm): Handle OVERLOAD and NAMESPACE_DECL nodes. 5473 * pt.c (for_each_template_parm): New function, created by
|
| HD | ChangeLog-1999 | 955 (for_each_template_parm): Here. Use it, via walk_tree. 3304 * pt.c (for_each_template_parm): Likewise. 4726 * pt.c (for_each_template_parm): Walk into TYPENAME_TYPEs, 4794 * pt.c (for_each_template_parm): Rework to match documentation. 4939 * pt.c (for_each_template_parm): Likewise. 6626 (for_each_template_parm): Handle ARRAY_REFs. Do the obvious thing
|
| HD | ChangeLog-2002 | 842 * pt.c (for_each_template_parm): Free allocated memory. 888 * pt.c (for_each_template_parm): Add htab parameter. 894 (uses_template_parms): Adjust call to for_each_template_parm.
|
| HD | ChangeLog-2004 | 1202 (for_each_template_parm): Convert from htab_t to pointer_set_t. 6734 * pt.c (for_each_template_parm): Do not check for duplicates. 6735 (for_each_template_parm): Use walk_tree duplicate checking code.
|
| HD | ChangeLog-2000 | 1384 (for_each_template_parm): Use walk_tree_without_duplicates. 1433 (for_each_template_parm): Adjust comment.
|
| HD | ChangeLog-2001 | 3859 (for_each_template_parm): Do not use walk_tree_without_duplicates.
|