Home
last modified time | relevance | path

Searched refs:is_admissible_throw_operand_or_catch_parameter (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc43 static bool is_admissible_throw_operand_or_catch_parameter (tree, bool);
398 if (!is_admissible_throw_operand_or_catch_parameter (decl, false)) in expand_start_catch_block()
627 if (!is_admissible_throw_operand_or_catch_parameter (exp, true)) in build_throw()
858 is_admissible_throw_operand_or_catch_parameter (tree t, bool is_throw) in is_admissible_throw_operand_or_catch_parameter() function
H A DChangeLog-20121909 * except.c (is_admissible_throw_operand_or_catch_parameter): Use it.
1935 is_admissible_throw_operand_or_catch_parameter and handle
H A DChangeLog-20132766 * except.c (is_admissible_throw_operand_or_catch_parameter): Check
3754 * except.c (is_admissible_throw_operand_or_catch_parameter): Call it.
H A DChangeLog-2019170 * except.c (is_admissible_throw_operand_or_catch_parameter):
371 (is_admissible_throw_operand_or_catch_parameter): Use
3918 * except.c (is_admissible_throw_operand_or_catch_parameter): Same.
H A DChangeLog-20182961 is_admissible_throw_operand_or_catch_parameter): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c43 static bool is_admissible_throw_operand_or_catch_parameter (tree, bool);
440 if (!is_admissible_throw_operand_or_catch_parameter (decl, false)) in expand_start_catch_block()
650 if (!is_admissible_throw_operand_or_catch_parameter (exp, true)) in build_throw()
913 is_admissible_throw_operand_or_catch_parameter (tree t, bool is_throw) in is_admissible_throw_operand_or_catch_parameter() function