Home
last modified time | relevance | path

Searched refs:TMPL_ARG (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc578 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 Dpt.c12423 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 Dpt.cc12737 TMPL_ARG (args, level, idx) = aps; in gen_elem_of_pack_expansion_instantiation()
12741 aps = TMPL_ARG (args, level, idx); in gen_elem_of_pack_expansion_instantiation()
13307 arg_pack = TMPL_ARG (args, level, idx); in tsubst_pack_expansion()
15866 arg = TMPL_ARG (args, level, idx); in tsubst()
23820 packs = tree_cons (parm_pack, TMPL_ARG (targs, level, idx), packs); in unify_pack_expansion()
23849 TMPL_ARG (targs, level, idx) = arg; in unify_pack_expansion()
23885 TMPL_ARG (targs, level, idx); in unify_pack_expansion()
23904 TMPL_ARG (targs, level, idx) = old_pack; in unify_pack_expansion()
23940 TMPL_ARG (targs, level, idx) = result; in unify_pack_expansion()
29427 TMPL_ARG (targs, depth, targs_index) = template_parm_to_arg (list); in rewrite_tparm_list()
H A DChangeLog-19991483 (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 Dcp-tree.h3802 #define TMPL_ARG(ARGS, LEVEL, IDX) \ macro
H A DChangeLog-19982915 (TMPL_ARG): Likewise.
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc554 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 Dpt.c12423 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 Dcp-tree.h3589 #define TMPL_ARG(ARGS, LEVEL, IDX) \ macro