/openbsd/gnu/gcc/gcc/cp/ |
H A D | mangle.c | 2193 tree template_id; in write_expression() local 2196 template_id = TREE_OPERAND (expr, 1); in write_expression() 2197 name = TREE_OPERAND (template_id, 0); in write_expression() 2200 write_source_name (TREE_OPERAND (template_id, 0)); in write_expression() 2201 write_template_args (TREE_OPERAND (template_id, 1)); in write_expression()
|
H A 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() 5313 tree template_id, arglist, fns; in tsubst_friend_function() local 5328 template_id = lookup_template_function (fns, arglist); in tsubst_friend_function() 5331 tmpl = determine_specialization (template_id, new_friend, in tsubst_friend_function()
|
H A D | parser.c | 8798 tree template_id; in cp_parser_template_id() local 8917 template_id = build_min_nt (TEMPLATE_ID_EXPR, template, arguments); in cp_parser_template_id() 8930 template_id in cp_parser_template_id() 8941 template_id = lookup_template_function (template, arguments); in cp_parser_template_id() 8959 token->u.tree_check_value->value = template_id; in cp_parser_template_id() 8970 if (cp_parser_error_occurred (parser) && template_id != error_mark_node) in cp_parser_template_id() 8975 return template_id; in cp_parser_template_id()
|
H A D | decl.c | 2705 tree template_id; member 2723 && TYPENAME_TYPE_FULLNAME (t1) == t2->template_id in typename_compare() 2751 ti.template_id = fullname; in build_typename_type() 2768 TYPENAME_TYPE_FULLNAME (t) = ti.template_id; in build_typename_type()
|
H A 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.
|
H A D | ChangeLog-1998 | 4343 * parse.y (primary): Add global_scope template_id. 6817 (template_id): Likewise.
|
H A D | ChangeLog-2002 | 2086 * parse.y (template_id): Do not pass a COMPONENT_REF to
|
H A D | ChangeLog-2003 | 5014 (tsubst_copy) <SCOPE_REF>: Subst any template_id args.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl2.c | 3558 tree template_id; in build_call_from_tree() local 3572 template_id = fn; in build_call_from_tree() 3578 template_id = NULL_TREE; in build_call_from_tree() 3597 if (template_id) in build_call_from_tree() 3604 fn = template_id; in build_call_from_tree()
|
H A D | pt.c | 1117 determine_specialization (template_id, decl, targs_out, in determine_specialization() argument 1119 tree template_id; in determine_specialization() 1132 if (template_id == error_mark_node) 1135 fns = TREE_OPERAND (template_id, 0); 1136 explicit_targs = TREE_OPERAND (template_id, 1); 1296 template_id, decl); 1304 template_id, decl); 4897 tree template_id, arglist, fns; local 4911 template_id = lookup_template_function (fns, arglist); 4914 tmpl = determine_specialization (template_id, new_friend,
|
H A D | parse.y | 413 %type <ttype> template_id do_id object_template_id notype_template_declarator 1516 | template_id 1536 template_id: 1706 | global_scope template_id
|
H A D | decl.c | 5822 tree template_id = NULL_TREE; local 5844 template_id = name; 5862 if (template_id) 5866 TREE_OPERAND (template_id, 1), 5874 TREE_OPERAND (template_id, 1));
|
H A D | ChangeLog.2 | 11131 * parse.y (primary): Add global_scope template_id. 13605 (template_id): Likewise. 13849 (template_id): Use it. 13853 * parse.y (template_id): do_identifier for PFUNCNAMEs, too. 14593 (template_id, object_template_id): New non-terminals.
|
H A D | ChangeLog | 3489 * parse.y (template_id): Do not pass a COMPONENT_REF to
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 791 ANNOTATION(template_id) // annotation for a C++ template-id that names a
|
/openbsd/sys/dev/pci/ |
H A D | if_iwmreg.h | 5174 uint32_t template_id; member
|