Home
last modified time | relevance | path

Searched refs:cdk_function (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h420 cdk_function, enumerator
H A Dc-decl.cc5250 if (ce->kind == cdk_function) in start_decl()
5783 if ((pd->kind == cdk_pointer || pd->kind == cdk_function) in get_parm_array_spec()
6337 case cdk_function: in grokdeclarator()
6339 funcdef_syntax = (decl->kind == cdk_function); in grokdeclarator()
6655 else if (inner_decl->kind == cdk_function) in grokdeclarator()
7027 case cdk_function: in grokdeclarator()
10724 ret->kind = cdk_function; in build_function_declarator()
H A Dc-parser.cc2319 case cdk_function: in c_parser_declaration_or_fndef()
2340 && last_non_id_attrs->kind == cdk_function) in c_parser_declaration_or_fndef()
2357 if (ce->kind == cdk_function) in c_parser_declaration_or_fndef()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h418 cdk_function, enumerator
H A Dc-decl.c5139 if (ce->kind == cdk_function) in start_decl()
6019 case cdk_function: in grokdeclarator()
6021 funcdef_syntax = (decl->kind == cdk_function); in grokdeclarator()
6331 else if (inner_decl->kind == cdk_function) in grokdeclarator()
6703 case cdk_function: in grokdeclarator()
10327 ret->kind = cdk_function; in build_function_declarator()
H A Dc-parser.c2288 case cdk_function: in c_parser_declaration_or_fndef()
2308 && last_non_id_attrs->kind == cdk_function) in c_parser_declaration_or_fndef()
2318 if (ce->kind == cdk_function) in c_parser_declaration_or_fndef()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc11821 case cdk_function: in grokdeclarator()
11871 else if (innermost_code != cdk_function in grokdeclarator()
11889 if (innermost_code != cdk_function) in grokdeclarator()
11976 if (funcdef_flag && innermost_code != cdk_function) in grokdeclarator()
11983 && innermost_code != cdk_function in grokdeclarator()
11993 && innermost_code != cdk_function) in grokdeclarator()
12422 && innermost_code != cdk_function in grokdeclarator()
12755 if (declarator->kind == cdk_function) in grokdeclarator()
12823 case cdk_function: in grokdeclarator()
13364 if (innermost_code != cdk_function in grokdeclarator()
[all …]
H A Dparser.cc1713 declarator = make_declarator (cdk_function); in make_call_declarator()
1831 if (declarator->kind == cdk_function in function_declarator_p()
3279 && declarator->kind == cdk_function) in cp_parser_check_for_definition_in_return_type()
22222 if (declarator->kind != cdk_function in warn_about_ambiguous_parse()
24223 && abstract_declarator->kind == cdk_function in cp_parser_type_id_1()
27421 if (declarator->kind == cdk_function) in cp_parser_member_declaration()
30767 case cdk_function: in cp_parser_check_declarator_template_parameters()
H A Dcp-tree.h6288 cdk_function, enumerator
H A DChangeLog-2016533 (grokdeclarator) [cdk_function]: Add exception-spec to type here.
H A DChangeLog-20203212 * decl.c (grokdeclarator) <case cdk_function>: Check also
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c11147 case cdk_function: in grokdeclarator()
11197 else if (innermost_code != cdk_function in grokdeclarator()
11215 if (innermost_code != cdk_function) in grokdeclarator()
11302 if (funcdef_flag && innermost_code != cdk_function) in grokdeclarator()
11309 && innermost_code != cdk_function in grokdeclarator()
11319 && innermost_code != cdk_function) in grokdeclarator()
11726 && innermost_code != cdk_function in grokdeclarator()
12055 if (declarator->kind == cdk_function) in grokdeclarator()
12114 case cdk_function: in grokdeclarator()
12670 if (constexpr_p && innermost_code != cdk_function) in grokdeclarator()
H A Dparser.c1613 declarator = make_declarator (cdk_function); in make_call_declarator()
1730 if (declarator->kind == cdk_function in function_declarator_p()
3126 && declarator->kind == cdk_function) in cp_parser_check_for_definition_in_return_type()
22295 && abstract_declarator->kind == cdk_function in cp_parser_type_id_1()
25371 if (declarator->kind == cdk_function) in cp_parser_member_declaration()
28550 case cdk_function: in cp_parser_check_declarator_template_parameters()
H A Dcp-tree.h6055 cdk_function, enumerator