Searched refs:is_throw (Results 1 – 3 of 3) sorted by relevance
858 is_admissible_throw_operand_or_catch_parameter (tree t, bool is_throw) in is_admissible_throw_operand_or_catch_parameter() argument860 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()
102 unsigned int is_throw : 1; member1128 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()
1861 * gcov.c (struct arc_info): Add is_throw field.