Home
last modified time | relevance | path

Searched refs:declarator (Results 1 – 25 of 33) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.c1236 declarator->declarator = NULL; in make_declarator()
1290 declarator->declarator = target; in make_pointer_declarator()
1314 declarator->declarator = target; in make_reference_declarator()
1370 declarator->declarator = target; in make_call_declarator()
1434 declarator = declarator->declarator; in declarator_can_be_parameter_pack()
1481 declarator = declarator->declarator; in function_declarator_p()
2577 declarator = declarator->declarator; in cp_parser_check_for_definition_in_return_type()
6796 declarator = declarator->declarator; in cp_parser_new_type_id()
6800 && declarator->declarator in cp_parser_new_type_id()
6804 declarator = declarator->declarator; in cp_parser_new_type_id()
[all …]
H A Dfriend.c412 do_friend (tree ctype, tree declarator, tree decl, in do_friend() argument
429 if (TREE_CODE (declarator) == TEMPLATE_ID_EXPR) in do_friend()
431 declarator = TREE_OPERAND (declarator, 0); in do_friend()
432 if (is_overloaded_fn (declarator)) in do_friend()
433 declarator = DECL_NAME (get_first_fn (declarator)); in do_friend()
467 if (flags == NO_SPECIAL && declarator == cname) in do_friend()
H A Ddecl.c7148 tree declarator, in grokfndecl() argument
7285 if ((MAIN_NAME_P (declarator) in grokfndecl()
8135 while (declarator && declarator->kind != cdk_id) in get_scope_of_declarator()
8136 declarator = declarator->declarator; in get_scope_of_declarator()
8140 if (declarator in get_scope_of_declarator()
8436 bool parameter_pack_p = declarator? declarator->parameter_pack_p : false; in grokdeclarator()
9112 for (; declarator; declarator = declarator->declarator) in grokdeclarator()
9126 if (declarator == NULL || declarator->kind == cdk_id) in grokdeclarator()
9140 inner_declarator = declarator->declarator; in grokdeclarator()
9544 if (declarator in grokdeclarator()
[all …]
H A Ddecl2.c791 grokfield (const cp_declarator *declarator, in grokfield() argument
808 value = grokdeclarator (declarator, declspecs, FIELD, init != 0, &attrlist); in grokfield()
1014 grokbitfield (const cp_declarator *declarator, in grokbitfield() argument
1018 tree value = grokdeclarator (declarator, declspecs, BITFIELD, 0, &attrlist); in grokbitfield()
H A Dpt.c2274 check_explicit_specialization (tree declarator, in check_explicit_specialization() argument
2320 declarator); in check_explicit_specialization()
2364 if (TREE_CODE (declarator) == TEMPLATE_ID_EXPR) in check_explicit_specialization()
2369 if (uses_template_parms (declarator)) in check_explicit_specialization()
2371 "is not allowed", declarator); in check_explicit_specialization()
2374 declarator); in check_explicit_specialization()
2413 if (TREE_CODE (declarator) != TEMPLATE_ID_EXPR) in check_explicit_specialization()
2448 if (declarator == error_mark_node) in check_explicit_specialization()
2478 && (TREE_CODE (TREE_OPERAND (declarator, 0)) == in check_explicit_specialization()
2483 tree name = TREE_OPERAND (declarator, 0); in check_explicit_specialization()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dfriend.c474 do_friend (tree ctype, tree declarator, tree decl, in do_friend() argument
495 if (TREE_CODE (declarator) == TEMPLATE_ID_EXPR) in do_friend()
497 declarator = TREE_OPERAND (declarator, 0); in do_friend()
498 if (!identifier_p (declarator)) in do_friend()
499 declarator = OVL_NAME (declarator); in do_friend()
533 if (flags == NO_SPECIAL && declarator == cname) in do_friend()
H A Dparser.c1450 declarator->declarator = NULL; in make_declarator()
1506 declarator->declarator = target; in make_pointer_declarator()
1534 declarator->declarator = target; in make_reference_declarator()
1599 declarator->declarator = target; in make_call_declarator()
1671 declarator = declarator->declarator; in declarator_can_be_parameter_pack()
1722 declarator = declarator->declarator; in function_declarator_p()
3065 declarator = declarator->declarator; in cp_parser_check_for_definition_in_return_type()
8560 declarator = declarator->declarator; in cp_parser_new_type_id()
8564 && declarator->declarator in cp_parser_new_type_id()
8568 declarator = declarator->declarator; in cp_parser_new_type_id()
[all …]
H A Ddecl.c9798 while (declarator && declarator->kind != cdk_id) in get_scope_of_declarator()
9799 declarator = declarator->declarator; in get_scope_of_declarator()
9803 if (declarator in get_scope_of_declarator()
10855 ? declarator->declarator->id_loc : declarator->id_loc); in grokdeclarator()
11039 for (; declarator; declarator = declarator->declarator) in grokdeclarator()
11053 if (declarator == NULL || declarator->kind == cdk_id) in grokdeclarator()
11064 inner_declarator = declarator->declarator; in grokdeclarator()
11084 if (declarator->kind == cdk_id || declarator->kind == cdk_decomp) in grokdeclarator()
11619 if (declarator in grokdeclarator()
11697 if (declarator in grokdeclarator()
[all …]
H A Dcxx-pretty-print.h51 void declarator (tree);
H A Dcxx-pretty-print.c1449 pp->declarator (t); in pp_cxx_parameter_declaration()
1627 cxx_pretty_printer::declarator (tree t) in declarator() function
1685 pp->declarator (t); in pp_cxx_function_definition()
1859 pp->declarator (t); in pp_cxx_exception_declaration()
H A Ddecl2.c815 grokfield (const cp_declarator *declarator, in grokfield() argument
832 value = grokdeclarator (declarator, declspecs, FIELD, init != 0, &attrlist); in grokfield()
1037 grokbitfield (const cp_declarator *declarator, in grokbitfield() argument
1041 tree value = grokdeclarator (declarator, declspecs, BITFIELD, in grokbitfield()
H A Dpt.c2777 check_explicit_specialization (tree declarator, in check_explicit_specialization() argument
2825 declarator); in check_explicit_specialization()
2877 if (TREE_CODE (declarator) == TEMPLATE_ID_EXPR) in check_explicit_specialization()
2882 if (!uses_template_parms (declarator)) in check_explicit_specialization()
2884 declarator); in check_explicit_specialization()
2894 "is not allowed", declarator); in check_explicit_specialization()
2897 "is not allowed", declarator); in check_explicit_specialization()
2945 gcc_assert (identifier_p (declarator)); in check_explicit_specialization()
2975 if (declarator == error_mark_node) in check_explicit_specialization()
3013 tree name = TREE_OPERAND (declarator, 0); in check_explicit_specialization()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c3862 declarator->declarator = 0; in build_array_declarator()
4120 ce = declarator->declarator; in start_decl()
5183 while (declarator && declarator->kind != cdk_id) in grokdeclarator()
5187 declarator = declarator->declarator; in grokdeclarator()
5227 declarator = declarator->declarator; in grokdeclarator()
5254 declarator = declarator->declarator; in grokdeclarator()
5559 const struct c_declarator *t = declarator->declarator; in grokdeclarator()
5627 declarator = declarator->declarator; in grokdeclarator()
5694 declarator = declarator->declarator; in grokdeclarator()
6751 if (declarator->kind == cdk_id && declarator->u.id == NULL_TREE in grokfield()
[all …]
H A Dgengtype-parse.c630 declarator (type_p ty, const char **namep, options_p *optsp) in declarator() function
677 dty = declarator (ty, &name, &dopts); in struct_field_seq()
834 dty = declarator (ty, &name, &opts); in typedef_decl()
881 dty = declarator (ty, &name, &dopts); in extern_or_static()
H A Dc-tree.h359 struct c_declarator *declarator; member
391 struct c_declarator *declarator; member
401 struct c_declarator *declarator; member
H A Dc-parser.c1600 struct c_declarator *declarator; in c_parser_declaration_or_fndef() local
1611 if (declarator == NULL) in c_parser_declaration_or_fndef()
2645 struct c_declarator *declarator; in c_parser_struct_declaration() local
2653 if (declarator == NULL) in c_parser_struct_declaration()
3102 if (declarator == NULL) in c_parser_direct_declarator_inner()
3304 struct c_declarator *declarator; in c_parser_parameter_declaration() local
3341 if (declarator == NULL) in c_parser_parameter_declaration()
3349 declarator); in c_parser_parameter_declaration()
3637 struct c_declarator *declarator; in c_parser_type_name() local
3654 if (declarator == NULL) in c_parser_type_name()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c4523 declarator->declarator = 0; in build_array_declarator()
4810 ce = declarator->declarator; in start_decl()
5950 while (declarator && declarator->kind != cdk_id) in grokdeclarator()
5954 declarator = declarator->declarator; in grokdeclarator()
5994 declarator = declarator->declarator; in grokdeclarator()
6021 declarator = declarator->declarator; in grokdeclarator()
6368 const struct c_declarator *t = declarator->declarator; in grokdeclarator()
6458 declarator = declarator->declarator; in grokdeclarator()
6558 declarator = declarator->declarator; in grokdeclarator()
7660 if (declarator->kind == cdk_id && declarator->u.id == NULL_TREE in grokfield()
[all …]
H A Dgimple-parser.c1267 struct c_declarator *declarator; in c_parser_gimple_declaration() local
1284 declarator = c_parser_declarator (parser, in c_parser_gimple_declaration()
1293 if (declarator->kind == cdk_id in c_parser_gimple_declaration()
1295 && c_parser_parse_ssa_name_id (declarator->u.id, in c_parser_gimple_declaration()
1301 c_parser_parse_ssa_name (parser, declarator->u.id, specs->type, in c_parser_gimple_declaration()
1308 tree decl = start_decl (declarator, specs, false, in c_parser_gimple_declaration()
H A Dc-tree.h437 struct c_declarator *declarator; member
469 struct c_declarator *declarator; member
479 struct c_declarator *declarator; member
H A Dc-parser.c1980 struct c_declarator *declarator; in c_parser_declaration_or_fndef() local
1991 if (declarator == NULL) in c_parser_declaration_or_fndef()
2165 ce = ce->declarator; in c_parser_declaration_or_fndef()
3366 if (declarator == NULL) in c_parser_struct_declaration()
3833 if (declarator == NULL) in c_parser_direct_declarator_inner()
4037 struct c_declarator *declarator; in c_parser_parameter_declaration() local
4095 if (declarator == NULL) in c_parser_parameter_declaration()
4128 declarator, param_loc); in c_parser_parameter_declaration()
4446 struct c_declarator *declarator; in c_parser_type_name() local
4464 if (declarator == NULL) in c_parser_type_name()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgengtype-parse.c767 declarator (type_p ty, const char **namep, options_p *optsp,
823 dty = declarator (ty, &name, &dopts, true); in struct_field_seq()
1079 dty = declarator (ty, &name, &opts); in typedef_decl()
1126 dty = declarator (ty, &name, &dopts); in extern_or_static()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-pretty-print.h68 c_pretty_print_fn declarator; member
112 pp_c_base (PPI)->declarator (pp_c_base (PPI), D)
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-pretty-print.h75 virtual void declarator (tree);
H A Dc-pretty-print.c521 pp->declarator (parms); in pp_c_parameter_type_list()
729 c_pretty_printer::declarator (tree t) in declarator() function
844 pp->declarator (t); in pp_c_function_definition()
1296 pp->declarator (t); in pp_c_init_declarator()
/dragonfly/contrib/gdb-7/gdb/
H A Dcp-name-parser.y298 %type <nested> declarator direct_declarator function_arglist
935 declarator : ptr_operator declarator
943 : '(' declarator ')'
999 : '(' ptr_operator declarator ')'

12