Home
last modified time | relevance | path

Searched refs:MUST_NOT_THROW_EXPR (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dexpr.c121 case MUST_NOT_THROW_EXPR: in cxx_expand_expr()
H A Dexcept.c365 init = build1 (MUST_NOT_THROW_EXPR, TREE_TYPE (init), init); in initialize_handler_parm()
550 cleanup = build1 (MUST_NOT_THROW_EXPR, void_type_node, cleanup); in wrap_cleanups_r()
694 exp = build1 (MUST_NOT_THROW_EXPR, void_type_node, exp); in build_throw()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dexpr.c121 case MUST_NOT_THROW_EXPR: in cxx_expand_expr()
H A Dexcept.c365 init = build1 (MUST_NOT_THROW_EXPR, TREE_TYPE (init), init); in initialize_handler_parm()
550 cleanup = build1 (MUST_NOT_THROW_EXPR, void_type_node, cleanup); in wrap_cleanups_r()
694 exp = build1 (MUST_NOT_THROW_EXPR, void_type_node, exp); in build_throw()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dexcept.c283 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
462 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
481 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
554 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dexcept.c283 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
462 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
481 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
554 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dexcept.c283 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
462 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
481 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
554 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dexcept.c283 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
462 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
481 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
554 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dexcept.c283 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
462 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
481 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
554 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gcc8/gcc-8.5.0/gcc/cp/
H A Dexcept.c283 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
462 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
481 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
554 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dexcept.c304 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
485 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
504 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
577 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dexcept.c345 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
525 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
544 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
617 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Dexcept.c391 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
585 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
604 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
691 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dexcept.c304 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
484 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
503 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
576 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Dexcept.c395 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
588 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
607 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
692 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Dexcept.c392 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
585 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
604 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
689 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dexcept.c304 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
484 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
503 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
576 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Dexcept.c345 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
525 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
544 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
617 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A Dexcept.c345 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
525 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
544 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
617 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dexcept.c304 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
484 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
503 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
576 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dexcept.c387 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
585 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
604 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
701 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dexcept.c346 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
526 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
545 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
618 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A Dexcept.c346 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
526 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
545 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
618 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dexcept.c346 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
526 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
545 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
618 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dexcept.c387 return build2 (MUST_NOT_THROW_EXPR, type, body, cond); in build_must_not_throw_expr()
585 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
604 if (TREE_CODE (eh_spec_block) == MUST_NOT_THROW_EXPR) in finish_eh_spec_block()
701 cleanup = build2 (MUST_NOT_THROW_EXPR, void_type_node, cleanup, in wrap_cleanups_r()

12345678910>>...19