Home | History | Annotate | Download | only in cp

Lines Matching defs:tpi

1952 	    tree tpi = TEMPLATE_TYPE_PARM_INDEX (arg);
1954 /* Do not recurse with TPI directly, as that is unbounded
1956 val = iterative_hash_object (TEMPLATE_PARM_LEVEL (tpi), val);
1957 val = iterative_hash_object (TEMPLATE_PARM_IDX (tpi), val);
4603 tree tpi = build_template_parm_index (TEMPLATE_PARM_IDX (index),
4607 TEMPLATE_PARM_DESCENDANTS (index) = tpi;
4608 TEMPLATE_PARM_PARAMETER_PACK (tpi)
4623 /* Attach the TPI to the decl. */
4625 TEMPLATE_TYPE_PARM_INDEX (type) = tpi;
4627 DECL_INITIAL (decl) = tpi;