Searched refs:template_id (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | mangle.c | 2214 tree template_id; in write_expression() local 2217 template_id = TREE_OPERAND (expr, 1); in write_expression() 2218 name = TREE_OPERAND (template_id, 0); in write_expression() 2221 write_source_name (TREE_OPERAND (template_id, 0)); in write_expression() 2222 write_template_args (TREE_OPERAND (template_id, 1)); in write_expression()
|
| D | pt.c | 1374 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()
|
| D | parser.c | 9216 tree template_id; in cp_parser_template_id() local 9335 template_id = build_min_nt (TEMPLATE_ID_EXPR, template, arguments); in cp_parser_template_id() 9348 template_id in cp_parser_template_id() 9359 template_id = lookup_template_function (template, arguments); in cp_parser_template_id() 9377 token->u.tree_check_value->value = template_id; in cp_parser_template_id() 9388 if (cp_parser_error_occurred (parser) && template_id != error_mark_node) in cp_parser_template_id() 9393 return template_id; in cp_parser_template_id()
|
| D | decl.c | 2720 tree template_id; member 2738 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id in typename_compare() 2766 ti.template_id = fullname; in build_typename_type() 2783 TYPENAME_TYPE_FULLNAME (t) = ti.template_id; in build_typename_type()
|
| D | ChangeLog-1997 | 174 (template_id): Use it. 178 * parse.y (template_id): do_identifier for PFUNCNAMEs, too. 918 (template_id, object_template_id): New non-terminals.
|
| D | ChangeLog-1998 | 4343 * parse.y (primary): Add global_scope template_id. 6817 (template_id): Likewise.
|
| D | ChangeLog-2002 | 2086 * parse.y (template_id): Do not pass a COMPONENT_REF to
|
| D | ChangeLog-2003 | 5014 (tsubst_copy) <SCOPE_REF>: Subst any template_id args.
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | TokenKinds.def | 753 ANNOTATION(template_id) // annotation for a C++ template-id that names a
|
| /freebsd-12-stable/sys/dev/iwm/ |
| D | if_iwmreg.h | 4857 uint32_t template_id; member
|