Home
last modified time | relevance | path

Searched refs:fake_tf (Results 1 – 22 of 22) sorted by relevance

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-eh.c1532 struct leh_tf_state fake_tf; in lower_cleanup() local
1556 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1557 fake_tf.top_p = tp; in lower_cleanup()
1558 fake_tf.outer = state; in lower_cleanup()
1559 fake_tf.region = this_region; in lower_cleanup()
1561 fake_tf.may_throw = true; in lower_cleanup()
1563 fake_tf.eh_label = create_artificial_label (); in lower_cleanup()
1566 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1568 if (fake_tf.may_throw) in lower_cleanup()
1573 frob_into_branch_around (tp, fake_tf.eh_label, fake_tf.fallthru_label); in lower_cleanup()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-eh.c1890 struct leh_tf_state fake_tf; in lower_cleanup() local
1907 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1908 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1909 fake_tf.outer = state; in lower_cleanup()
1910 fake_tf.region = this_region; in lower_cleanup()
1912 fake_tf.may_throw = true; in lower_cleanup()
1914 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1916 if (fake_tf.may_throw) in lower_cleanup()
1922 fake_tf.fallthru_label); in lower_cleanup()
1930 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-eh.c1882 struct leh_tf_state fake_tf; in lower_cleanup() local
1899 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1900 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1901 fake_tf.outer = state; in lower_cleanup()
1902 fake_tf.region = this_region; in lower_cleanup()
1904 fake_tf.may_throw = true; in lower_cleanup()
1906 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1908 if (fake_tf.may_throw) in lower_cleanup()
1914 fake_tf.fallthru_label); in lower_cleanup()
1922 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-eh.c1922 struct leh_tf_state fake_tf; in lower_cleanup() local
1939 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1940 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1941 fake_tf.outer = state; in lower_cleanup()
1942 fake_tf.region = this_region; in lower_cleanup()
1944 fake_tf.may_throw = true; in lower_cleanup()
1946 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1948 if (fake_tf.may_throw) in lower_cleanup()
1954 fake_tf.fallthru_label); in lower_cleanup()
1962 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-eh.c1921 struct leh_tf_state fake_tf; in lower_cleanup() local
1938 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1939 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1940 fake_tf.outer = state; in lower_cleanup()
1941 fake_tf.region = this_region; in lower_cleanup()
1943 fake_tf.may_throw = true; in lower_cleanup()
1945 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1947 if (fake_tf.may_throw) in lower_cleanup()
1953 fake_tf.fallthru_label); in lower_cleanup()
1961 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-eh.c1921 struct leh_tf_state fake_tf; in lower_cleanup() local
1938 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1939 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1940 fake_tf.outer = state; in lower_cleanup()
1941 fake_tf.region = this_region; in lower_cleanup()
1943 fake_tf.may_throw = true; in lower_cleanup()
1945 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1947 if (fake_tf.may_throw) in lower_cleanup()
1953 fake_tf.fallthru_label); in lower_cleanup()
1961 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-eh.c1921 struct leh_tf_state fake_tf; in lower_cleanup() local
1938 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1939 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1940 fake_tf.outer = state; in lower_cleanup()
1941 fake_tf.region = this_region; in lower_cleanup()
1943 fake_tf.may_throw = true; in lower_cleanup()
1945 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1947 if (fake_tf.may_throw) in lower_cleanup()
1953 fake_tf.fallthru_label); in lower_cleanup()
1961 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-eh.c1911 struct leh_tf_state fake_tf; in lower_cleanup() local
1928 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1929 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1930 fake_tf.outer = state; in lower_cleanup()
1931 fake_tf.region = this_region; in lower_cleanup()
1933 fake_tf.may_throw = true; in lower_cleanup()
1935 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1937 if (fake_tf.may_throw) in lower_cleanup()
1943 fake_tf.fallthru_label); in lower_cleanup()
1951 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-eh.c1921 struct leh_tf_state fake_tf; in lower_cleanup() local
1938 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1939 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1940 fake_tf.outer = state; in lower_cleanup()
1941 fake_tf.region = this_region; in lower_cleanup()
1943 fake_tf.may_throw = true; in lower_cleanup()
1945 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1947 if (fake_tf.may_throw) in lower_cleanup()
1953 fake_tf.fallthru_label); in lower_cleanup()
1961 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-eh.c1921 struct leh_tf_state fake_tf; in lower_cleanup() local
1938 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1939 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1940 fake_tf.outer = state; in lower_cleanup()
1941 fake_tf.region = this_region; in lower_cleanup()
1943 fake_tf.may_throw = true; in lower_cleanup()
1945 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1947 if (fake_tf.may_throw) in lower_cleanup()
1953 fake_tf.fallthru_label); in lower_cleanup()
1961 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-eh.c1921 struct leh_tf_state fake_tf; in lower_cleanup() local
1938 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1939 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1940 fake_tf.outer = state; in lower_cleanup()
1941 fake_tf.region = this_region; in lower_cleanup()
1943 fake_tf.may_throw = true; in lower_cleanup()
1945 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1947 if (fake_tf.may_throw) in lower_cleanup()
1953 fake_tf.fallthru_label); in lower_cleanup()
1961 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-eh.c1921 struct leh_tf_state fake_tf; in lower_cleanup() local
1938 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1939 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1940 fake_tf.outer = state; in lower_cleanup()
1941 fake_tf.region = this_region; in lower_cleanup()
1943 fake_tf.may_throw = true; in lower_cleanup()
1945 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1947 if (fake_tf.may_throw) in lower_cleanup()
1953 fake_tf.fallthru_label); in lower_cleanup()
1961 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-eh.c1922 struct leh_tf_state fake_tf; in lower_cleanup() local
1939 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1940 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1941 fake_tf.outer = state; in lower_cleanup()
1942 fake_tf.region = this_region; in lower_cleanup()
1944 fake_tf.may_throw = true; in lower_cleanup()
1946 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1948 if (fake_tf.may_throw) in lower_cleanup()
1954 fake_tf.fallthru_label); in lower_cleanup()
1962 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-eh.c1921 struct leh_tf_state fake_tf; in lower_cleanup() local
1938 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1939 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1940 fake_tf.outer = state; in lower_cleanup()
1941 fake_tf.region = this_region; in lower_cleanup()
1943 fake_tf.may_throw = true; in lower_cleanup()
1945 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1947 if (fake_tf.may_throw) in lower_cleanup()
1953 fake_tf.fallthru_label); in lower_cleanup()
1961 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-eh.c1921 struct leh_tf_state fake_tf; in lower_cleanup() local
1938 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1939 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1940 fake_tf.outer = state; in lower_cleanup()
1941 fake_tf.region = this_region; in lower_cleanup()
1943 fake_tf.may_throw = true; in lower_cleanup()
1945 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1947 if (fake_tf.may_throw) in lower_cleanup()
1953 fake_tf.fallthru_label); in lower_cleanup()
1961 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-eh.c1942 struct leh_tf_state fake_tf; in lower_cleanup() local
1960 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1961 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1962 fake_tf.outer = state; in lower_cleanup()
1963 fake_tf.region = this_region; in lower_cleanup()
1965 fake_tf.may_throw = true; in lower_cleanup()
1967 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1969 if (fake_tf.may_throw) in lower_cleanup()
1975 fake_tf.fallthru_label); in lower_cleanup()
1983 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-eh.c1942 struct leh_tf_state fake_tf; in lower_cleanup() local
1960 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1961 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1962 fake_tf.outer = state; in lower_cleanup()
1963 fake_tf.region = this_region; in lower_cleanup()
1965 fake_tf.may_throw = true; in lower_cleanup()
1967 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1969 if (fake_tf.may_throw) in lower_cleanup()
1975 fake_tf.fallthru_label); in lower_cleanup()
1983 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-eh.c1947 struct leh_tf_state fake_tf; in lower_cleanup() local
1965 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1966 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1967 fake_tf.outer = state; in lower_cleanup()
1968 fake_tf.region = this_region; in lower_cleanup()
1970 fake_tf.may_throw = true; in lower_cleanup()
1972 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1974 if (fake_tf.may_throw) in lower_cleanup()
1980 fake_tf.fallthru_label); in lower_cleanup()
1988 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-eh.c1947 struct leh_tf_state fake_tf; in lower_cleanup() local
1965 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1966 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1967 fake_tf.outer = state; in lower_cleanup()
1968 fake_tf.region = this_region; in lower_cleanup()
1970 fake_tf.may_throw = true; in lower_cleanup()
1972 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1974 if (fake_tf.may_throw) in lower_cleanup()
1980 fake_tf.fallthru_label); in lower_cleanup()
1988 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-eh.c1942 struct leh_tf_state fake_tf; in lower_cleanup() local
1960 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1961 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1962 fake_tf.outer = state; in lower_cleanup()
1963 fake_tf.region = this_region; in lower_cleanup()
1965 fake_tf.may_throw = true; in lower_cleanup()
1967 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1969 if (fake_tf.may_throw) in lower_cleanup()
1975 fake_tf.fallthru_label); in lower_cleanup()
1983 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-eh.c1942 struct leh_tf_state fake_tf; in lower_cleanup() local
1960 memset (&fake_tf, 0, sizeof (fake_tf)); in lower_cleanup()
1961 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()
1962 fake_tf.outer = state; in lower_cleanup()
1963 fake_tf.region = this_region; in lower_cleanup()
1965 fake_tf.may_throw = true; in lower_cleanup()
1967 honor_protect_cleanup_actions (state, NULL, &fake_tf); in lower_cleanup()
1969 if (fake_tf.may_throw) in lower_cleanup()
1975 fake_tf.fallthru_label); in lower_cleanup()
1983 if (fake_tf.fallthru_label) in lower_cleanup()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-eh.c1947 struct leh_tf_state fake_tf;
1965 memset (&fake_tf, 0, sizeof (fake_tf));
1966 fake_tf.top_p = fake_tf.try_finally_expr = tp;
1967 fake_tf.outer = state;
1968 fake_tf.region = this_region;
1970 fake_tf.may_throw = true;
1972 honor_protect_cleanup_actions (state, NULL, &fake_tf);
1974 if (fake_tf.may_throw)
1980 fake_tf.fallthru_label);
1988 if (fake_tf.fallthru_label)
[all …]