Home
last modified time | relevance | path

Searched refs:is_throw (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dexcept.cc858 is_admissible_throw_operand_or_catch_parameter (tree t, bool is_throw) in is_admissible_throw_operand_or_catch_parameter() argument
860 tree expr = is_throw ? t : NULL_TREE; in is_admissible_throw_operand_or_catch_parameter()
884 else if (abstract_virtuals_error (is_throw ? ACU_THROW : ACU_CATCH, type)) in is_admissible_throw_operand_or_catch_parameter()
886 else if (!is_throw in is_admissible_throw_operand_or_catch_parameter()
896 if (is_throw) in is_admissible_throw_operand_or_catch_parameter()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgcov.cc102 unsigned int is_throw : 1; member
1128 branch->set ("throw", new json::literal ((*it)->is_throw)); in output_intermediate_json_line()
1954 arc->is_throw = 1; in read_graph_file()
2403 if (!arc->fake && !arc->is_throw && arc->dst->exceptional) in find_exception_blocks()
2887 : arc->is_throw ? " (throw)" : ""); in output_branch_count()
DChangeLog-20111861 * gcov.c (struct arc_info): Add is_throw field.