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()
186 …signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
188 …signed-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()
207 …signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
209 …signed-integer-truncation.c:1600:10: runtime error: implicit conversion from type '{{.*}}' (aka 'i… in main()
227 …signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
229 …signed-integer-truncation.c:1600:10: runtime error: implicit conversion from type '{{.*}}' (aka 'i… in main()
247 …signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
249 …signed-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()
268 …signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
270 …signed-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()
289 …signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
291 …signed-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()
310 …signed-integer-truncation.c:1500:10: runtime error: implicit conversion from type '{{.*}}' (aka 'u… in main()
312 …signed-integer-truncation.c:1600:10: runtime error: implicit conversion from type '{{.*}}' (aka 'i… in main()