Home
last modified time | relevance | path

Searched refs:CATCHPARM (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.h26 CATCHPARM, /* Declaration of catch parm */ enumerator
Ddecl.cc12006 else if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
12642 if ((decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
12661 else if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
13800 && decl_context != CATCHPARM in grokdeclarator()
13836 if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
DChangeLog-1994549 (CATCHPARM).
550 * except.c (expand_start_catch_block): Use the new CATCHPARM context
Dparser.cc28292 return grokdeclarator (declarator, &type_specifiers, CATCHPARM, 1, NULL); in cp_parser_exception_declaration()