Home
last modified time | relevance | path

Searched refs:ex_spec (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcxx-pretty-print.c1460 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t); in pp_cxx_exception_specification() local
1463 if (ex_spec == NULL) in pp_cxx_exception_specification()
1465 if (TREE_PURPOSE (ex_spec)) in pp_cxx_exception_specification()
1470 if (DEFERRED_NOEXCEPT_SPEC_P (ex_spec)) in pp_cxx_exception_specification()
1473 pp_cxx_expression (pp, TREE_PURPOSE (ex_spec)); in pp_cxx_exception_specification()
1479 for (; ex_spec && TREE_VALUE (ex_spec); ex_spec = TREE_CHAIN (ex_spec)) in pp_cxx_exception_specification()
1481 tree type = TREE_VALUE (ex_spec); in pp_cxx_exception_specification()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcxx-pretty-print.c1517 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t); in pp_cxx_exception_specification() local
1520 if (ex_spec == NULL) in pp_cxx_exception_specification()
1522 if (TREE_PURPOSE (ex_spec)) in pp_cxx_exception_specification()
1527 if (DEFERRED_NOEXCEPT_SPEC_P (ex_spec)) in pp_cxx_exception_specification()
1530 pp->expression (TREE_PURPOSE (ex_spec)); in pp_cxx_exception_specification()
1536 for (; ex_spec && TREE_VALUE (ex_spec); ex_spec = TREE_CHAIN (ex_spec)) in pp_cxx_exception_specification()
1538 tree type = TREE_VALUE (ex_spec); in pp_cxx_exception_specification()