Searched refs:ex_spec (Results 1 – 2 of 2) sorted by relevance
1460 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t); in pp_cxx_exception_specification() local1463 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()
1517 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t); in pp_cxx_exception_specification() local1520 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()