Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dmangle.c2207 tree template_id; in write_expression() local
2210 template_id = TREE_OPERAND (expr, 1); in write_expression()
2211 name = TREE_OPERAND (template_id, 0); in write_expression()
2214 write_source_name (TREE_OPERAND (template_id, 0)); in write_expression()
2215 write_template_args (TREE_OPERAND (template_id, 1)); in write_expression()
Dpt.c1374 determine_specialization (tree template_id, in determine_specialization() argument
1396 if (template_id == error_mark_node || decl == error_mark_node) in determine_specialization()
1399 fns = TREE_OPERAND (template_id, 0); in determine_specialization()
1400 explicit_targs = TREE_OPERAND (template_id, 1); in determine_specialization()
1621 "declaration", template_id, decl); in determine_specialization()
1629 template_id, decl); in determine_specialization()
5322 tree template_id, arglist, fns; in tsubst_friend_function() local
5337 template_id = lookup_template_function (fns, arglist); in tsubst_friend_function()
5340 tmpl = determine_specialization (template_id, new_friend, in tsubst_friend_function()
Dparser.c8882 tree template_id; in cp_parser_template_id() local
9001 template_id = build_min_nt (TEMPLATE_ID_EXPR, template, arguments); in cp_parser_template_id()
9014 template_id in cp_parser_template_id()
9025 template_id = lookup_template_function (template, arguments); in cp_parser_template_id()
9043 token->u.tree_check_value->value = template_id; in cp_parser_template_id()
9054 if (cp_parser_error_occurred (parser) && template_id != error_mark_node) in cp_parser_template_id()
9059 return template_id; in cp_parser_template_id()
Ddecl.c2719 tree template_id; member
2737 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id in typename_compare()
2765 ti.template_id = fullname; in build_typename_type()
2782 TYPENAME_TYPE_FULLNAME (t) = ti.template_id; in build_typename_type()
DChangeLog-1997174 (template_id): Use it.
178 * parse.y (template_id): do_identifier for PFUNCNAMEs, too.
918 (template_id, object_template_id): New non-terminals.
DChangeLog-19984343 * parse.y (primary): Add global_scope template_id.
6817 (template_id): Likewise.
DChangeLog-20022086 * parse.y (template_id): Do not pass a COMPONENT_REF to
DChangeLog-20035014 (tsubst_copy) <SCOPE_REF>: Subst any template_id args.
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTokenKinds.def597 ANNOTATION(template_id) // annotation for a C++ template-id that names a