Home
last modified time | relevance | path

Searched refs:mempcpy (Results 1 – 25 of 3612) sorted by relevance

12345678910>>...145

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-45.c132 mempcpy (p - 4, s, n); in nowarn_mempcpy()
137 mempcpy (p - 4, s, n); in nowarn_mempcpy()
142 mempcpy (p - 4, s, n); in nowarn_mempcpy()
147 mempcpy (p - 4, s, n); in nowarn_mempcpy()
152 mempcpy (p - 4, s, n); in nowarn_mempcpy()
163 p = mempcpy (p + 1, s, 7); in nowarn_mempcpy_chain()
178 mempcpy (p - 1, s, 1); in nowarn_mempcpy_chain()
181 mempcpy (p - 8, s, 8); in nowarn_mempcpy_chain()
191 p = mempcpy (p, s, 5); in warn_mempcpy()
197 p = mempcpy (p, s, 3); in warn_mempcpy()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-45.c132 mempcpy (p - 4, s, n); in nowarn_mempcpy()
137 mempcpy (p - 4, s, n); in nowarn_mempcpy()
142 mempcpy (p - 4, s, n); in nowarn_mempcpy()
147 mempcpy (p - 4, s, n); in nowarn_mempcpy()
152 mempcpy (p - 4, s, n); in nowarn_mempcpy()
163 p = mempcpy (p + 1, s, 7); in nowarn_mempcpy_chain()
178 mempcpy (p - 1, s, 1); in nowarn_mempcpy_chain()
181 mempcpy (p - 8, s, 8); in nowarn_mempcpy_chain()
191 p = mempcpy (p, s, 5); in warn_mempcpy()
197 p = mempcpy (p, s, 3); in warn_mempcpy()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-45.c132 mempcpy (p - 4, s, n); in nowarn_mempcpy()
137 mempcpy (p - 4, s, n); in nowarn_mempcpy()
142 mempcpy (p - 4, s, n); in nowarn_mempcpy()
147 mempcpy (p - 4, s, n); in nowarn_mempcpy()
152 mempcpy (p - 4, s, n); in nowarn_mempcpy()
163 p = mempcpy (p + 1, s, 7); in nowarn_mempcpy_chain()
178 mempcpy (p - 1, s, 1); in nowarn_mempcpy_chain()
181 mempcpy (p - 8, s, 8); in nowarn_mempcpy_chain()
191 p = mempcpy (p, s, 5); in warn_mempcpy()
197 p = mempcpy (p, s, 3); in warn_mempcpy()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWstringop-overflow-45.c132 mempcpy (p - 4, s, n); in nowarn_mempcpy()
137 mempcpy (p - 4, s, n); in nowarn_mempcpy()
142 mempcpy (p - 4, s, n); in nowarn_mempcpy()
147 mempcpy (p - 4, s, n); in nowarn_mempcpy()
152 mempcpy (p - 4, s, n); in nowarn_mempcpy()
163 p = mempcpy (p + 1, s, 7); in nowarn_mempcpy_chain()
178 mempcpy (p - 1, s, 1); in nowarn_mempcpy_chain()
181 mempcpy (p - 8, s, 8); in nowarn_mempcpy_chain()
191 p = mempcpy (p, s, 5); in warn_mempcpy()
197 p = mempcpy (p, s, 3); in warn_mempcpy()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmempcpy-chk.c54 if (mempcpy (mempcpy (p, "abcdEFG", 4), "efg", 4) != p + 8 in test1()
66 mempcpy (p + 5, s3, 1); in test1()
74 mempcpy (p + 6, s1 + 1, l1); in test1()
269 vx = mempcpy (r, s3, l1 + 1); in test3()
271 vx = mempcpy (r, s2, l1 + 2); in test3()
272 vx = mempcpy (r + 2, s3, l1); in test3()
285 vx = mempcpy (r, s2, l1); in test3()
294 vx = mempcpy (r, s3, 2); in test3()
296 vx = mempcpy (r, s2, 3); in test3()
310 vx = mempcpy (r, s2, 1); in test3()
[all …]

12345678910>>...145