Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-tree.h292 cdk_function, enumerator
H A Dc-decl.c3302 if (ce->kind == cdk_function) in start_decl()
3940 case cdk_function: in grokdeclarator()
3943 funcdef_syntax = (decl->kind == cdk_function); in grokdeclarator()
4184 else if (inner_decl->kind == cdk_function) in grokdeclarator()
4424 case cdk_function: in grokdeclarator()
7114 ret->kind = cdk_function; in build_function_declarator()
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c7059 case cdk_function: in grokdeclarator()
7100 if (innermost_code != cdk_function in grokdeclarator()
7119 if (innermost_code != cdk_function) in grokdeclarator()
7201 if (funcdef_flag && innermost_code != cdk_function) in grokdeclarator()
7208 && innermost_code != cdk_function in grokdeclarator()
7650 if (declarator->kind == cdk_function) in grokdeclarator()
7671 case cdk_function: in grokdeclarator()
H A Dparser.c982 declarator = make_declarator (cdk_function); in make_call_declarator()
1039 if (declarator->kind == cdk_function in function_declarator_p()
2111 && declarator->kind == cdk_function) in cp_parser_check_for_definition_in_return_type()
15310 case cdk_function: in cp_parser_check_declarator_template_parameters()
H A Dcp-tree.h3687 cdk_function, enumerator