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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c22909 int latest_template_parm_idx = TREE_VEC_LENGTH
22912 if (latest_template_parm_idx != template_parm_idx)
22915 template_parm_idx, latest_template_parm_idx);
22907 int latest_template_parm_idx = TREE_VEC_LENGTH local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc24870 int latest_template_parm_idx = TREE_VEC_LENGTH
24873 if (latest_template_parm_idx != template_parm_idx)
24876 template_parm_idx, latest_template_parm_idx);
[all...]

Completed in 214 milliseconds