Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Ddecl.h27 CATCHPARM, /* Declaration of catch parm */ enumerator
H A Ddecl.c8654 else if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
9034 if ((decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
9052 if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
9969 && decl_context != CATCHPARM in grokdeclarator()
9999 if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
H A Dparser.c19818 return grokdeclarator (declarator, &type_specifiers, CATCHPARM, 1, NULL); in cp_parser_exception_declaration()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Ddecl.h26 CATCHPARM, /* Declaration of catch parm */ enumerator
H A Ddecl.c10451 else if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
10947 if ((decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
10965 if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
11989 && decl_context != CATCHPARM in grokdeclarator()
12025 if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
H A Dparser.c24740 return grokdeclarator (declarator, &type_specifiers, CATCHPARM, 1, NULL); in cp_parser_exception_declaration()