Searched refs:exception_specification (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.c227 make_call_declarator (target, parms, cv_qualifiers, exception_specification)
228 tree target, parms, cv_qualifiers, exception_specification;
231 TREE_TYPE (target) = exception_specification;
236 set_quals_and_spec (call_declarator, cv_qualifiers, exception_specification)
237 tree call_declarator, cv_qualifiers, exception_specification;
240 TREE_TYPE (call_declarator) = exception_specification;
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c1540 tree exception_specification,
1551 declarator->u.function.exception_specification = exception_specification;
17591 tree exception_specification;
17608 exception_specification
17645 exception_specification,
1533 make_call_declarator(cp_declarator *target, tree parms, cp_cv_quals cv_qualifiers, cp_virt_specifiers virt_specifiers, cp_ref_qualifier ref_qualifier, tree exception_specification, tree late_return_type) argument
17589 tree exception_specification; local
H A Dcp-tree.h5100 tree exception_specification;
5092 tree exception_specification; member in struct:cp_declarator::__anon54::__anon56
H A Ddecl.c9814 raises = declarator->u.function.exception_specification;

Completed in 381 milliseconds