Lines Matching full:signed

1 // RUN: %clang   -x c   -fsanitize=implicit-signed-integer-truncation %s -DV0 -o %t && %run %t 2>&1…
2 // RUN: %clang -x c -fsanitize=implicit-signed-integer-truncation %s -DV1 -o %t && %run %t 2>&1…
3 // RUN: %clang -x c -fsanitize=implicit-signed-integer-truncation %s -DV2 -o %t && %run %t 2>&1…
4 // RUN: %clang -x c -fsanitize=implicit-signed-integer-truncation %s -DV3 -o %t && %run %t 2>&1…
5 // RUN: %clang -x c -fsanitize=implicit-signed-integer-truncation %s -DV4 -o %t && %run %t 2>&1…
6 // RUN: %clang -x c -fsanitize=implicit-signed-integer-truncation %s -DV5 -o %t && %run %t 2>&1…
7 // RUN: %clang -x c -fsanitize=implicit-signed-integer-truncation %s -DV6 -o %t && %run %t 2>&1…
8 // RUN: %clang -x c -fsanitize=implicit-signed-integer-truncation %s -DV7 -o %t && %run %t 2>&1…
10 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation %s -DV0 -o %t && %run %t 2>&1…
11 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation %s -DV1 -o %t && %run %t 2>&1…
12 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation %s -DV2 -o %t && %run %t 2>&1…
13 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation %s -DV3 -o %t && %run %t 2>&1…
14 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation %s -DV4 -o %t && %run %t 2>&1…
15 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation %s -DV5 -o %t && %run %t 2>&1…
16 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation %s -DV6 -o %t && %run %t 2>&1…
17 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation %s -DV7 -o %t && %run %t 2>&1…
23 // * Two signs - signed and unsigned
162 …-V0: {{.*}}signed-integer-truncation.c:1100:10: runtime error: implicit conversion from type '{{.*… in main()
181 … {{.*}}signed-integer-truncation.c:1100:10: runtime error: implicit conversion from type '{{.*}}' … in main()
186signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
188signed-integer-truncation.c:1600:10: runtime error: implicit conversion from type '{{.*}}' (aka 'i… in main()
202 … {{.*}}signed-integer-truncation.c:1100:10: runtime error: implicit conversion from type '{{.*}}' … in main()
207signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
209signed-integer-truncation.c:1600:10: runtime error: implicit conversion from type '{{.*}}' (aka 'i… in main()
227signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
229signed-integer-truncation.c:1600:10: runtime error: implicit conversion from type '{{.*}}' (aka 'i… in main()
247signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
249signed-integer-truncation.c:1600:10: runtime error: implicit conversion from type '{{.*}}' (aka 'i… in main()
263 …V5: {{.*}}signed-integer-truncation.c:1100:10: runtime error: implicit conversion from type '{{.*}… in main()
268signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
270signed-integer-truncation.c:1600:10: runtime error: implicit conversion from type '{{.*}}' (aka 'i… in main()
284 … {{.*}}signed-integer-truncation.c:1100:10: runtime error: implicit conversion from type '{{.*}}' … in main()
289signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
291signed-integer-truncation.c:1600:10: runtime error: implicit conversion from type '{{.*}}' (aka 'i… in main()
305 … {{.*}}signed-integer-truncation.c:1100:10: runtime error: implicit conversion from type '{{.*}}' … in main()
310signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
312signed-integer-truncation.c:1600:10: runtime error: implicit conversion from type '{{.*}}' (aka 'i… in main()