Home
last modified time | relevance | path

Searched refs:grokblockdecl (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/
HDc-tree.h474 extern tree grokblockdecl (struct c_declspecs *, struct c_declarator *);
HDc-parser.c9188 return grokblockdecl (specs, declarator); in c_parser_block_id()
HDc-decl.c3201 grokblockdecl (struct c_declspecs *specs, struct c_declarator *declarator) in grokblockdecl() function
/NextBSD/contrib/gcc/cp/
HDcp-tree.h3960 extern tree grokblockdecl (cp_decl_specifier_seq *, const cp_declarator *);
HDdecl.c3809 grokblockdecl (cp_decl_specifier_seq *type_specifiers, in grokblockdecl() function
HDparser.c19696 return grokblockdecl (&type_specifier_seq, declarator); in cp_parser_block_id()