Home
last modified time | relevance | path

Searched refs:__builtin_strncat (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-9.c11 __builtin_strncat (d, &c, 1); in fchar()
19 __builtin_strncat (d, &c, 1); // { dg-warning "-Wstringop-truncation" } in fcstchar()
25 __builtin_strncat (d, s, 1); in fstr()
33 __builtin_strncat (d, a, 1); // { dg-warning "-Wstringop-truncation" } in farr()
39__builtin_strncat (d, "x", 1); // { dg-warning "-Wstringop-truncation" "pr?????" { xfail *-*-*}… in flit()
H A DWstringop-overflow-44.c41 __builtin_strncat (d, s, n); // can be eliminated but isn't in f4()
84 __builtin_strncat (a, s, n); // can be eliminated but isn't in g4()
122 __builtin_strncat (d, s, n); // can be eliminated but isn't in h4()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-9.c11 __builtin_strncat (d, &c, 1); in fchar()
19 __builtin_strncat (d, &c, 1); // { dg-warning "-Wstringop-truncation" } in fcstchar()
25 __builtin_strncat (d, s, 1); in fstr()
33 __builtin_strncat (d, a, 1); // { dg-warning "-Wstringop-truncation" } in farr()
39__builtin_strncat (d, "x", 1); // { dg-warning "-Wstringop-truncation" "pr?????" { xfail *-*-*}… in flit()
H A DWstringop-overflow-44.c41 __builtin_strncat (d, s, n); // can be eliminated but isn't in f4()
84 __builtin_strncat (a, s, n); // can be eliminated but isn't in g4()
122 __builtin_strncat (d, s, n); // can be eliminated but isn't in h4()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-9.c11 __builtin_strncat (d, &c, 1); in fchar()
19 __builtin_strncat (d, &c, 1); // { dg-warning "-Wstringop-truncation" } in fcstchar()
25 __builtin_strncat (d, s, 1); in fstr()
33 __builtin_strncat (d, a, 1); // { dg-warning "-Wstringop-truncation" } in farr()
39__builtin_strncat (d, "x", 1); // { dg-warning "-Wstringop-truncation" "pr?????" { xfail *-*-*}… in flit()
H A DWstringop-overflow-44.c41 __builtin_strncat (d, s, n); // can be eliminated but isn't in f4()
84 __builtin_strncat (a, s, n); // can be eliminated but isn't in g4()
122 __builtin_strncat (d, s, n); // can be eliminated but isn't in h4()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-9.c11 __builtin_strncat (d, &c, 1); in fchar()
19 __builtin_strncat (d, &c, 1); // { dg-warning "-Wstringop-truncation" } in fcstchar()
25 __builtin_strncat (d, s, 1); in fstr()
33 __builtin_strncat (d, a, 1); // { dg-warning "-Wstringop-truncation" } in farr()
39__builtin_strncat (d, "x", 1); // { dg-warning "-Wstringop-truncation" "pr?????" { xfail *-*-*}… in flit()
H A DWstringop-overflow-44.c41 __builtin_strncat (d, s, n); // can be eliminated but isn't in f4()
84 __builtin_strncat (a, s, n); // can be eliminated but isn't in g4()
122 __builtin_strncat (d, s, n); // can be eliminated but isn't in h4()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/compile/
H A Dstring-large-1.c97 vp1 = __builtin_strncat (a, b, SIZE1); in test_strncat()
98 vp2 = __builtin_strncat (a, b, SIZE2); in test_strncat()
99 vp3 = __builtin_strncat (a, b, SIZE3); in test_strncat()
100 vp4 = __builtin_strncat (a, b, SIZE4); in test_strncat()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dstrncat.c11 __builtin_strncat (q, p, n0); /* { dg-warning "specified bound depends on the length" } */ in foo()
23 __builtin_strncat (a + 3, a, n0); /* { dg-warning "specified bound depends on the length" } */ in main()

12345678910