Searched refs:template_id (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c2214 tree template_id; local
2217 template_id = TREE_OPERAND (expr, 1);
2218 name = TREE_OPERAND (template_id, 0);
2221 write_source_name (TREE_OPERAND (template_id, 0));
2222 write_template_args (TREE_OPERAND (template_id, 1));
H A Dpt.c1374 determine_specialization (tree template_id, argument
1396 if (template_id == error_mark_node || decl == error_mark_node)
1399 fns = TREE_OPERAND (template_id, 0);
1400 explicit_targs = TREE_OPERAND (template_id, 1);
1621 "declaration", template_id, decl);
1629 template_id, decl);
5323 tree template_id, arglist, fns;
5338 template_id = lookup_template_function (fns, arglist);
5341 tmpl = determine_specialization (template_id, new_friend,
5322 tree template_id, arglist, fns; local
H A Ddecl.c2728 tree template_id;
2746 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id
2774 ti.template_id = fullname;
2791 TYPENAME_TYPE_FULLNAME (t) = ti.template_id;
6564 (see template_id in parse.y). If the current class contains
2720 tree template_id; member in struct:typename_info
H A Dparser.c9218 tree template_id;
9337 template_id = build_min_nt (TEMPLATE_ID_EXPR, template, arguments);
9350 template_id
9361 template_id = lookup_template_function (template, arguments);
9379 token->u.tree_check_value->value = template_id;
9386 /* ??? Can we actually assume that, if template_id ==
9390 if (cp_parser_error_occurred (parser) && template_id != error_mark_node)
9395 return template_id;
9216 tree template_id; local
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h4618 * @template_id: currently equal to the mac context id of the coresponding
4626 uint32_t template_id; member in struct:iwm_mac_beacon_cmd

Completed in 258 milliseconds