Searched refs:exception_specification (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | lex.c | 175 make_call_declarator (target, parms, cv_qualifiers, exception_specification) in make_call_declarator() argument 176 tree target, parms, cv_qualifiers, exception_specification; in make_call_declarator() 183 CALL_DECLARATOR_EXCEPTION_SPEC (target) = exception_specification; 188 set_quals_and_spec (call_declarator, cv_qualifiers, exception_specification) in set_quals_and_spec() argument 189 tree call_declarator, cv_qualifiers, exception_specification; in set_quals_and_spec() 192 CALL_DECLARATOR_EXCEPTION_SPEC (call_declarator) = exception_specification;
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | parser.c | 978 tree exception_specification) in make_call_declarator() argument 986 declarator->u.function.exception_specification = exception_specification; in make_call_declarator() 11620 tree exception_specification; in cp_parser_direct_declarator() local 11631 exception_specification in cp_parser_direct_declarator() 11638 exception_specification); in cp_parser_direct_declarator()
|
| H A D | cp-tree.h | 3746 tree exception_specification; member
|
| H A D | decl.c | 7700 raises = declarator->u.function.exception_specification; in grokdeclarator()
|