Searched refs:cdk_function (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h418 cdk_function, enumerator in enum:c_declarator_kind
H A Dc-decl.c5162 if (ce->kind == cdk_function)
6045 case cdk_function:
6047 funcdef_syntax = (decl->kind == cdk_function);
6306 a cdk_function (for ...(...)),
6357 else if (inner_decl->kind == cdk_function)
6729 case cdk_function:
10363 ret->kind = cdk_function;
H A Dc-parser.c2290 case cdk_function:
2308 /* If it exists and is cdk_function, use its parameters. */
2310 && last_non_id_attrs->kind == cdk_function)
2320 if (ce->kind == cdk_function)
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h420 cdk_function, enumerator in enum:c_declarator_kind
H A Dc-decl.cc5273 if (ce->kind == cdk_function)
5806 if ((pd->kind == cdk_pointer || pd->kind == cdk_function)
6363 case cdk_function:
6365 funcdef_syntax = (decl->kind == cdk_function);
6630 a cdk_function (for ...(...)),
6681 else if (inner_decl->kind == cdk_function)
7053 case cdk_function:
10760 ret->kind = cdk_function;
H A Dc-parser.cc2321 case cdk_function:
2339 /* If it exists and is cdk_function declaration whose
2342 && last_non_id_attrs->kind == cdk_function)
2359 if (ce->kind == cdk_function)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc11836 case cdk_function:
11886 else if (innermost_code != cdk_function
11904 if (innermost_code != cdk_function)
11991 if (funcdef_flag && innermost_code != cdk_function)
11998 && innermost_code != cdk_function
12008 && innermost_code != cdk_function)
12437 && innermost_code != cdk_function
12770 if (declarator->kind == cdk_function)
12838 case cdk_function:
13379 if (innermost_code != cdk_function
[all...]
H A Dparser.cc1715 declarator = make_declarator (cdk_function);
1833 if (declarator->kind == cdk_function
3281 && declarator->kind == cdk_function)
22224 if (declarator->kind != cdk_function
24225 && abstract_declarator->kind == cdk_function
27423 if (declarator->kind == cdk_function)
30769 case cdk_function:
[all...]
H A Dcp-tree.h6299 cdk_function,
6340 /* Currently only set for cdk_id, cdk_decomp and cdk_function. */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c11162 case cdk_function:
11212 else if (innermost_code != cdk_function
11230 if (innermost_code != cdk_function)
11317 if (funcdef_flag && innermost_code != cdk_function)
11324 && innermost_code != cdk_function
11334 && innermost_code != cdk_function)
11741 && innermost_code != cdk_function
12070 if (declarator->kind == cdk_function)
12129 case cdk_function:
12685 if (constexpr_p && innermost_code != cdk_function)
[all...]
H A Dparser.c1615 declarator = make_declarator (cdk_function);
1732 if (declarator->kind == cdk_function
3128 && declarator->kind == cdk_function)
22297 && abstract_declarator->kind == cdk_function
25373 if (declarator->kind == cdk_function)
28552 case cdk_function:
[all...]
H A Dcp-tree.h6065 cdk_function,
6108 cdk_function. */
6055 cdk_function, enumerator in enum:cp_declarator_kind

Completed in 803 milliseconds