Searched refs:template_parm_level_and_index (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | pt.c | 166 static void template_parm_level_and_index (tree, int*, int*); 9092 template_parm_level_and_index (parm_pack, &level, &idx); in tsubst_pack_expansion() 9259 template_parm_level_and_index (parm, &level, &idx); in tsubst_pack_expansion() 9301 template_parm_level_and_index (parm, &level, &idx); in tsubst_pack_expansion() 11010 template_parm_level_and_index (t, &level, &idx); in tsubst() 15660 template_parm_level_and_index (tree parm, int* level, int* index) in template_parm_level_and_index() function 15712 template_parm_level_and_index (parm_pack, &level, &idx); in unify_pack_expansion() 15735 template_parm_level_and_index (TREE_PURPOSE (pack), &level, &idx); in unify_pack_expansion() 15778 template_parm_level_and_index (TREE_PURPOSE (pack), &level, &idx); in unify_pack_expansion() 15799 template_parm_level_and_index (TREE_PURPOSE (pack), &level, &idx); in unify_pack_expansion()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | pt.c | 184 static void template_parm_level_and_index (tree, int*, int*); 4738 template_parm_level_and_index (t, &level, &idx); in mark_template_parm() 11640 template_parm_level_and_index (parm, &level, &idx); in gen_elem_of_pack_expansion_instantiation() 12143 template_parm_level_and_index (parm_pack, &level, &idx); in tsubst_pack_expansion() 12306 template_parm_level_and_index (parm, &level, &idx); in tsubst_pack_expansion() 14364 template_parm_level_and_index (t, &level, &idx); in tsubst() 21053 template_parm_level_and_index (tree parm, int* level, int* index) in template_parm_level_and_index() function 21117 template_parm_level_and_index (parm_pack, &level, &idx); in unify_pack_expansion() 21142 template_parm_level_and_index (TREE_PURPOSE (pack), &level, &idx); in unify_pack_expansion() 21185 template_parm_level_and_index (TREE_PURPOSE (pack), &level, &idx); in unify_pack_expansion() [all …]
|