Home
last modified time | relevance | path

Searched refs:store_before_nul (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-strlen.c4976 int store_before_nul[2]; in handle_store() local
4981 store_before_nul[0] in handle_store()
4984 store_before_nul[1] = store_before_nul[0]; in handle_store()
4986 store_before_nul[1] in handle_store()
4991 store_before_nul[0] in handle_store()
4993 store_before_nul[1] = store_before_nul[0]; in handle_store()
4998 && store_before_nul[0] == 0 in handle_store()
4999 && store_before_nul[1] == 0 in handle_store()
5019 if (store_before_nul[1] > 0 in handle_store()
5054 || (offset != 0 && store_before_nul[1] > 0)) in handle_store()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-strlen.c5067 int store_before_nul[2]; in handle_store() local
5072 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
5074 store_before_nul[1] = store_before_nul[0]; in handle_store()
5080 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
5081 store_before_nul[1] = store_before_nul[0]; in handle_store()
5082 gcc_assert (offset == 0 || store_before_nul[0] >= 0); in handle_store()
5086 && store_before_nul[0] == 0 in handle_store()
5087 && store_before_nul[1] == 0 in handle_store()
5107 if (store_before_nul[1] > 0 in handle_store()
5142 || (offset != 0 && store_before_nul[1] > 0)) in handle_store()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-strlen.c4809 int store_before_nul[2]; in handle_store() local
4814 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
4816 store_before_nul[1] = store_before_nul[0]; in handle_store()
4822 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
4823 store_before_nul[1] = store_before_nul[0]; in handle_store()
4824 gcc_assert (offset == 0 || store_before_nul[0] >= 0); in handle_store()
4828 && store_before_nul[0] == 0 in handle_store()
4829 && store_before_nul[1] == 0 in handle_store()
4849 if (store_before_nul[1] > 0 in handle_store()
4884 || (offset != 0 && store_before_nul[1] > 0)) in handle_store()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-strlen.c4809 int store_before_nul[2]; in handle_store() local
4814 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
4816 store_before_nul[1] = store_before_nul[0]; in handle_store()
4822 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
4823 store_before_nul[1] = store_before_nul[0]; in handle_store()
4824 gcc_assert (offset == 0 || store_before_nul[0] >= 0); in handle_store()
4828 && store_before_nul[0] == 0 in handle_store()
4829 && store_before_nul[1] == 0 in handle_store()
4849 if (store_before_nul[1] > 0 in handle_store()
4884 || (offset != 0 && store_before_nul[1] > 0)) in handle_store()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-strlen.c5059 int store_before_nul[2]; in handle_store() local
5064 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
5066 store_before_nul[1] = store_before_nul[0]; in handle_store()
5072 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
5073 store_before_nul[1] = store_before_nul[0]; in handle_store()
5074 gcc_assert (offset == 0 || store_before_nul[0] >= 0); in handle_store()
5078 && store_before_nul[0] == 0 in handle_store()
5079 && store_before_nul[1] == 0 in handle_store()
5099 if (store_before_nul[1] > 0 in handle_store()
5134 || (offset != 0 && store_before_nul[1] > 0)) in handle_store()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-strlen.c4809 int store_before_nul[2]; in handle_store() local
4814 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
4816 store_before_nul[1] = store_before_nul[0]; in handle_store()
4822 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
4823 store_before_nul[1] = store_before_nul[0]; in handle_store()
4824 gcc_assert (offset == 0 || store_before_nul[0] >= 0); in handle_store()
4828 && store_before_nul[0] == 0 in handle_store()
4829 && store_before_nul[1] == 0 in handle_store()
4849 if (store_before_nul[1] > 0 in handle_store()
4884 || (offset != 0 && store_before_nul[1] > 0)) in handle_store()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-strlen.c5067 int store_before_nul[2]; in handle_store() local
5072 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
5074 store_before_nul[1] = store_before_nul[0]; in handle_store()
5080 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
5081 store_before_nul[1] = store_before_nul[0]; in handle_store()
5082 gcc_assert (offset == 0 || store_before_nul[0] >= 0); in handle_store()
5086 && store_before_nul[0] == 0 in handle_store()
5087 && store_before_nul[1] == 0 in handle_store()
5107 if (store_before_nul[1] > 0 in handle_store()
5142 || (offset != 0 && store_before_nul[1] > 0)) in handle_store()
[all …]