Searched refs:cdk_id (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dc-tree.h294 cdk_id, enumerator in enum:c_declarator_kind
331 /* Except for cdk_id, the contained declarator. For cdk_id, NULL. */
333 location_t id_loc; /* Currently only set for cdk_id. */
H A Dc-decl.c4502 case cdk_id:
4690 while (declarator && declarator->kind != cdk_id)
4702 or a cdk_id (for the name being declared
4738 if (inner_decl->kind == cdk_id)
4982 really_funcdef = (t->kind == cdk_id);
5957 if (declarator->kind == cdk_id && declarator->u.id == NULL_TREE
7736 ret->kind = cdk_id;
/freebsd-11.0-release/contrib/gcc/cp/
H A Ddecl.c7232 while (declarator && declarator->kind != cdk_id)
7529 if (id_declarator->kind != cdk_id)
7536 && id_declarator->declarator->kind == cdk_id)
7544 case cdk_id:
7670 if (id_declarator->kind == cdk_id)
8138 if (declarator == NULL || declarator->kind == cdk_id)
8149 if (declarator->kind == cdk_id)
8194 funcdecl_p = inner_declarator && inner_declarator->kind == cdk_id;
8274 && inner_declarator->kind == cdk_id
8405 is non-NULL, we know it is a cdk_id declarato
[all...]
H A Dparser.c916 declarator = make_declarator (cdk_id);
1044 && declarator->declarator->kind == cdk_id)
1046 if (declarator->kind == cdk_id
12380 || (declarator && declarator->kind == cdk_id))
15779 case cdk_id:
H A Dcp-tree.h3735 cdk_id,
3773 /* For all but cdk_id and cdk_error, the contained declarator. For
3774 cdk_id and cdk_error, guaranteed to be NULL. */
3776 location_t id_loc; /* Currently only set for cdk_id. */
3726 cdk_id, enumerator in enum:cp_declarator_kind

Completed in 159 milliseconds