Home
last modified time | relevance | path

Searched refs:eh_index (Results 1 – 24 of 24) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Derrhandler_f2c.c42 int eh_index = OMPI_FINT_2_INT(errhandler_f); in MPI_Errhandler_f2c() local
56 if (eh_index < 0 || in MPI_Errhandler_f2c()
57 eh_index >= in MPI_Errhandler_f2c()
63 eh_index); in MPI_Errhandler_f2c()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Derrhandler_f2c.c42 int eh_index = OMPI_FINT_2_INT(errhandler_f); in MPI_Errhandler_f2c() local
56 if (eh_index < 0 || in MPI_Errhandler_f2c()
57 eh_index >= in MPI_Errhandler_f2c()
63 eh_index); in MPI_Errhandler_f2c()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-eh.c1143 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1158 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1159 fallthru_index = eh_index + tf->may_throw; in lower_try_finally_switch()
1209 build_int_cst (NULL_TREE, eh_index)); in lower_try_finally_switch()
1213 build_int_cst (NULL_TREE, eh_index), NULL, in lower_try_finally_switch()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-eh.c1334 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1363 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1364 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1424 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1431 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-eh.c1334 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1366 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1367 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1427 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1434 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-eh.c1363 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1393 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1394 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1454 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1461 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-eh.c1367 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1397 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1398 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1459 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1466 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-eh.c1367 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1397 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1398 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1459 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1466 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-eh.c1367 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1397 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1398 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1459 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1466 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-eh.c1365 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1394 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1395 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1455 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1462 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-eh.c1367 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1397 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1398 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1459 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1466 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-eh.c1367 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1397 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1398 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1459 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1466 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-eh.c1367 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1397 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1398 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1459 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1466 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-eh.c1367 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1397 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1398 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1459 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1466 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-eh.c1363 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1393 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1394 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1454 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1461 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-eh.c1367 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1397 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1398 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1459 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1466 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-eh.c1367 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1397 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1398 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1459 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1466 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-eh.c1363 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1393 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1394 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1455 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1462 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-eh.c1363 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1393 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1394 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1455 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1462 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-eh.c1368 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1398 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1399 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1460 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1467 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-eh.c1368 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1398 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1399 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1460 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1467 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-eh.c1363 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1393 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1394 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1455 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1462 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-eh.c1363 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local
1393 eh_index = return_index + tf->may_return; in lower_try_finally_switch()
1394 fallthru_index = eh_index + (tf->may_throw && !eh_else); in lower_try_finally_switch()
1455 build_int_cst (integer_type_node, eh_index)); in lower_try_finally_switch()
1462 tmp = build_int_cst (integer_type_node, eh_index); in lower_try_finally_switch()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-eh.c1368 int return_index, eh_index, fallthru_index;
1398 eh_index = return_index + tf->may_return;
1399 fallthru_index = eh_index + (tf->may_throw && !eh_else);
1460 build_int_cst (integer_type_node, eh_index));
1467 tmp = build_int_cst (integer_type_node, eh_index);