Home
last modified time | relevance | path

Searched refs:template_arg (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Symbol/
H A DType.cpp706 llvm::StringRef template_arg = in GetTypeScopeAndBasename() local
708 while (template_depth > 0 && !template_arg.empty()) { in GetTypeScopeAndBasename()
709 if (template_arg.front() == '<') in GetTypeScopeAndBasename()
711 else if (template_arg.front() == '>') in GetTypeScopeAndBasename()
713 template_arg = template_arg.drop_front(1); in GetTypeScopeAndBasename()
717 if (template_arg.empty()) in GetTypeScopeAndBasename()
719 basename = template_arg; in GetTypeScopeAndBasename()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y453 %type <ttype> template_arg template_arg_1
712 | template_template_parm '=' template_arg
1129 template_arg
1131 | template_arg_list ',' template_arg
1135 template_arg:
H A DChangeLog3628 * parse.y (template_arg): Call make_unbound_class_template with
11669 * parse.y (template_arg): Add rule for template qualified with
12306 (template_arg): Use it.
12361 (template_arg): Use it.
12484 * parse.y (template_arg): Convert TEMPLATE_DECL
H A DChangeLog.210402 * parse.y (template_arg): Add PTYPENAME expansion.
13117 * parse.y (template_parm): Use template_arg instead of PTYPENAME
13486 (template_arg): Set processing_template_arg.
13487 (template_arg1): Rules moved from template_arg.
19408 * parse.y (template_arg): The expr has precedence like '>'.
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dc-typeprint.c1161 struct template_arg templ_arg; in c_type_print_base()
H A Dgdbtypes.h713 struct template_arg struct
H A Dhpread.c3588 struct template_arg arg; in hpread_read_struct_type()
3783 TYPE_TEMPLATE_ARGS (type) = (struct template_arg *) in hpread_read_struct_type()
3784 obstack_alloc (&objfile->objfile_obstack, sizeof (struct template_arg) * n_templ_args); in hpread_read_struct_type()
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-20001797 * parse.y (template_arg): Add rule for template qualified with
2434 (template_arg): Use it.
2489 (template_arg): Use it.
2612 * parse.y (template_arg): Convert TEMPLATE_DECL
H A DChangeLog-19983614 * parse.y (template_arg): Add PTYPENAME expansion.
6329 * parse.y (template_parm): Use template_arg instead of PTYPENAME
6698 (template_arg): Set processing_template_arg.
6699 (template_arg1): Rules moved from template_arg.
H A DChangeLog-20022225 * parse.y (template_arg): Call make_unbound_class_template with
H A DChangeLog-19963130 * parse.y (template_arg): The expr has precedence like '>'.