Home
last modified time | relevance | path

Searched refs:get_template_parm_index (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c5307 get_template_parm_index (tree parm) in get_template_parm_index() function
5361 if (TEMPLATE_PARM_ORIG_LEVEL (get_template_parm_index (parm)) < 2) in fixed_parameter_pack_p()
6399 tree idx = get_template_parm_index (t); in uses_all_template_parms_r()
8416 if (TEMPLATE_PARM_LEVEL (get_template_parm_index (parm)) in convert_template_argument()
28325 tree oldidx = get_template_parm_index (olddecl); in rewrite_template_parm()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc5449 get_template_parm_index (tree parm) in get_template_parm_index() function
5503 if (TEMPLATE_PARM_ORIG_LEVEL (get_template_parm_index (parm)) < 2) in fixed_parameter_pack_p()
6528 tree idx = get_template_parm_index (t); in complex_alias_template_r()
8637 if (TEMPLATE_PARM_LEVEL (get_template_parm_index (parm)) in convert_template_argument()
29299 tree oldidx = get_template_parm_index (olddecl); in rewrite_template_parm()
H A DChangeLog-20143326 * pt.c (get_template_parm_index): New.
H A DChangeLog-20152912 (get_template_parm_index): Handle BOUND_TEMPLATE_TEMPLATE_PARM.