Searched refs:TMPL_ARG (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | constraint.cc | 578 TREE_PURPOSE (p) = TMPL_ARG (args, level, index); in map_arguments() 2494 tree arg = TMPL_ARG (e->args, level, index); in hash() 2524 tree arg1 = TMPL_ARG (e1->args, level, index); in equal() 2525 tree arg2 = TMPL_ARG (e2->args, level, index); in equal()
|
| H A D | pt.cc | 12743 TMPL_ARG (args, level, idx) = aps; in gen_elem_of_pack_expansion_instantiation() 12747 aps = TMPL_ARG (args, level, idx); in gen_elem_of_pack_expansion_instantiation() 13313 arg_pack = TMPL_ARG (args, level, idx); in tsubst_pack_expansion() 15878 arg = TMPL_ARG (args, level, idx); in tsubst() 23832 packs = tree_cons (parm_pack, TMPL_ARG (targs, level, idx), packs); in unify_pack_expansion() 23861 TMPL_ARG (targs, level, idx) = arg; in unify_pack_expansion() 23897 TMPL_ARG (targs, level, idx); in unify_pack_expansion() 23916 TMPL_ARG (targs, level, idx) = old_pack; in unify_pack_expansion() 23952 TMPL_ARG (targs, level, idx) = result; in unify_pack_expansion() 29426 TMPL_ARG (targs, depth, targs_index) = template_parm_to_arg (list); in rewrite_tparm_list()
|
| H A D | ChangeLog-1999 | 1483 (TMPL_ARG, SET_TMPL_ARG, NUM_TMPL_ARGS, TMPL_PARMS_DEPTH): Likewise. 1492 (TMPL_ARG, SET_TMPL_ARG, NUM_TMPL_ARGS, TMPL_PARMS_DEPTH): Likewise.
|
| H A D | cp-tree.h | 3803 #define TMPL_ARG(ARGS, LEVEL, IDX) \ macro
|
| H A D | ChangeLog-1998 | 2915 (TMPL_ARG): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | constraint.cc | 554 TREE_PURPOSE (p) = TMPL_ARG (args, level, index); in map_arguments() 2247 tree init = TMPL_ARG (args, level, index); in tsubst_parameter_mapping()
|
| H A D | pt.c | 12423 TMPL_ARG (args, level, idx) = aps; in gen_elem_of_pack_expansion_instantiation() 12427 aps = TMPL_ARG (args, level, idx); in gen_elem_of_pack_expansion_instantiation() 12963 arg_pack = TMPL_ARG (args, level, idx); in tsubst_pack_expansion() 15355 arg = TMPL_ARG (args, level, idx); in tsubst() 22938 packs = tree_cons (parm_pack, TMPL_ARG (targs, level, idx), packs); in unify_pack_expansion() 22967 TMPL_ARG (targs, level, idx) = arg; in unify_pack_expansion() 23003 TMPL_ARG (targs, level, idx); in unify_pack_expansion() 23022 TMPL_ARG (targs, level, idx) = old_pack; in unify_pack_expansion() 23058 TMPL_ARG (targs, level, idx) = result; in unify_pack_expansion() 28446 TMPL_ARG (targs, depth, targs_index) = template_parm_to_arg (list); in rewrite_tparm_list()
|
| H A D | cp-tree.h | 3589 #define TMPL_ARG(ARGS, LEVEL, IDX) \ macro
|