Home
last modified time | relevance | path

Searched refs:__builtin_snprintf (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
100 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
124 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
H A Dpr79352.c12 return __builtin_snprintf (0, 0, "%-s", a->a1); in test_array_1()
17 return __builtin_snprintf (0, 0, "%-s", b->a3); in test_array_3()
22 return __builtin_snprintf (0, 0, "%-s", i ? a->a1 : b->a3); in test_array_1_3()
27 return __builtin_snprintf (0, 0, "%-s", i ? "123" : b->a3); in test_string_and_array_3()
32 return __builtin_snprintf (0, 0, "%-s", c->ax); in test_flexarray()
37 return __builtin_snprintf (0, 0, "%-s", i ? b->a3 : c->ax); in test_array_and_flexarray()
42 return __builtin_snprintf (0, 0, "%-s", i ? "123" : c->ax); in test_string_and_flexarray()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
100 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
124 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
H A Dpr79352.c12 return __builtin_snprintf (0, 0, "%-s", a->a1); in test_array_1()
17 return __builtin_snprintf (0, 0, "%-s", b->a3); in test_array_3()
22 return __builtin_snprintf (0, 0, "%-s", i ? a->a1 : b->a3); in test_array_1_3()
27 return __builtin_snprintf (0, 0, "%-s", i ? "123" : b->a3); in test_string_and_array_3()
32 return __builtin_snprintf (0, 0, "%-s", c->ax); in test_flexarray()
37 return __builtin_snprintf (0, 0, "%-s", i ? b->a3 : c->ax); in test_array_and_flexarray()
42 return __builtin_snprintf (0, 0, "%-s", i ? "123" : c->ax); in test_string_and_flexarray()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
100 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
124 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
H A Dpr79352.c12 return __builtin_snprintf (0, 0, "%-s", a->a1); in test_array_1()
17 return __builtin_snprintf (0, 0, "%-s", b->a3); in test_array_3()
22 return __builtin_snprintf (0, 0, "%-s", i ? a->a1 : b->a3); in test_array_1_3()
27 return __builtin_snprintf (0, 0, "%-s", i ? "123" : b->a3); in test_string_and_array_3()
32 return __builtin_snprintf (0, 0, "%-s", c->ax); in test_flexarray()
37 return __builtin_snprintf (0, 0, "%-s", i ? b->a3 : c->ax); in test_array_and_flexarray()
42 return __builtin_snprintf (0, 0, "%-s", i ? "123" : c->ax); in test_string_and_flexarray()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
101 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
125 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
H A Dpr79352.c12 return __builtin_snprintf (0, 0, "%-s", a->a1); in test_array_1()
17 return __builtin_snprintf (0, 0, "%-s", b->a3); in test_array_3()
22 return __builtin_snprintf (0, 0, "%-s", i ? a->a1 : b->a3); in test_array_1_3()
27 return __builtin_snprintf (0, 0, "%-s", i ? "123" : b->a3); in test_string_and_array_3()
32 return __builtin_snprintf (0, 0, "%-s", c->ax); in test_flexarray()
37 return __builtin_snprintf (0, 0, "%-s", i ? b->a3 : c->ax); in test_array_and_flexarray()
42 return __builtin_snprintf (0, 0, "%-s", i ? "123" : c->ax); in test_string_and_flexarray()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
100 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
124 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
H A Dpr79352.c12 return __builtin_snprintf (0, 0, "%-s", a->a1); in test_array_1()
17 return __builtin_snprintf (0, 0, "%-s", b->a3); in test_array_3()
22 return __builtin_snprintf (0, 0, "%-s", i ? a->a1 : b->a3); in test_array_1_3()
27 return __builtin_snprintf (0, 0, "%-s", i ? "123" : b->a3); in test_string_and_array_3()
32 return __builtin_snprintf (0, 0, "%-s", c->ax); in test_flexarray()
37 return __builtin_snprintf (0, 0, "%-s", i ? b->a3 : c->ax); in test_array_and_flexarray()
42 return __builtin_snprintf (0, 0, "%-s", i ? "123" : c->ax); in test_string_and_flexarray()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
100 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
124 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
H A Dpr79352.c12 return __builtin_snprintf (0, 0, "%-s", a->a1); in test_array_1()
17 return __builtin_snprintf (0, 0, "%-s", b->a3); in test_array_3()
22 return __builtin_snprintf (0, 0, "%-s", i ? a->a1 : b->a3); in test_array_1_3()
27 return __builtin_snprintf (0, 0, "%-s", i ? "123" : b->a3); in test_string_and_array_3()
32 return __builtin_snprintf (0, 0, "%-s", c->ax); in test_flexarray()
37 return __builtin_snprintf (0, 0, "%-s", i ? b->a3 : c->ax); in test_array_and_flexarray()
42 return __builtin_snprintf (0, 0, "%-s", i ? "123" : c->ax); in test_string_and_flexarray()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
101 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
125 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
H A Dpr79352.c12 return __builtin_snprintf (0, 0, "%-s", a->a1); in test_array_1()
17 return __builtin_snprintf (0, 0, "%-s", b->a3); in test_array_3()
22 return __builtin_snprintf (0, 0, "%-s", i ? a->a1 : b->a3); in test_array_1_3()
27 return __builtin_snprintf (0, 0, "%-s", i ? "123" : b->a3); in test_string_and_array_3()
32 return __builtin_snprintf (0, 0, "%-s", c->ax); in test_flexarray()
37 return __builtin_snprintf (0, 0, "%-s", i ? b->a3 : c->ax); in test_array_and_flexarray()
42 return __builtin_snprintf (0, 0, "%-s", i ? "123" : c->ax); in test_string_and_flexarray()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
101 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
125 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
H A Dpr79352.c12 return __builtin_snprintf (0, 0, "%-s", a->a1); in test_array_1()
17 return __builtin_snprintf (0, 0, "%-s", b->a3); in test_array_3()
22 return __builtin_snprintf (0, 0, "%-s", i ? a->a1 : b->a3); in test_array_1_3()
27 return __builtin_snprintf (0, 0, "%-s", i ? "123" : b->a3); in test_string_and_array_3()
32 return __builtin_snprintf (0, 0, "%-s", c->ax); in test_flexarray()
37 return __builtin_snprintf (0, 0, "%-s", i ? b->a3 : c->ax); in test_array_and_flexarray()
42 return __builtin_snprintf (0, 0, "%-s", i ? "123" : c->ax); in test_string_and_flexarray()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
100 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
124 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
H A Dpr79352.c12 return __builtin_snprintf (0, 0, "%-s", a->a1); in test_array_1()
17 return __builtin_snprintf (0, 0, "%-s", b->a3); in test_array_3()
22 return __builtin_snprintf (0, 0, "%-s", i ? a->a1 : b->a3); in test_array_1_3()
27 return __builtin_snprintf (0, 0, "%-s", i ? "123" : b->a3); in test_string_and_array_3()
32 return __builtin_snprintf (0, 0, "%-s", c->ax); in test_flexarray()
37 return __builtin_snprintf (0, 0, "%-s", i ? b->a3 : c->ax); in test_array_and_flexarray()
42 return __builtin_snprintf (0, 0, "%-s", i ? "123" : c->ax); in test_string_and_flexarray()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
101 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
125 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
101 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
125 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
101 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
125 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
101 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
125 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
101 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
125 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
101 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
125 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr79327-2.c27 ASSERT (1 == __builtin_snprintf (0, 0, "%#.1hho", 0)); in test_hho_cst()
28 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 0)); in test_hho_cst()
30 ASSERT (2 == __builtin_snprintf (0, 0, "%#.1hho", 1)); in test_hho_cst()
31 ASSERT (2 == __builtin_snprintf (0, 0, "%#.2hho", 1)); in test_hho_cst()
32 ASSERT (3 == __builtin_snprintf (0, 0, "%#.3hho", 1)); in test_hho_cst()
37 int n = __builtin_snprintf (0, 0, "%#hho", i); in test_hho_var()
51 int n = __builtin_snprintf (0, 0, "%#ho", i); in test_ho_var()
68 int n = __builtin_snprintf (0, 0, "%#o", i); in test_o_var()
101 int n = __builtin_snprintf (0, 0, "%#hhx", i); in test_hhx_var()
125 int n = __builtin_snprintf (0, 0, "%#hx", i); in test_hx_var()
[all …]

12345678910>>...24