Lines Matching full:signed
1 // RUN: %clang -x c -fsanitize=implicit-signed-integer-truncation -O0 %s -o %t && %run %t 2>&1 …
2 // RUN: %clang -x c -fsanitize=implicit-signed-integer-truncation -O1 %s -o %t && %run %t 2>&1 …
3 // RUN: %clang -x c -fsanitize=implicit-signed-integer-truncation -O2 %s -o %t && %run %t 2>&1 …
4 // RUN: %clang -x c -fsanitize=implicit-signed-integer-truncation -O3 %s -o %t && %run %t 2>&1 …
6 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation -O0 %s -o %t && %run %t 2>&1 …
7 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation -O1 %s -o %t && %run %t 2>&1 …
8 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation -O2 %s -o %t && %run %t 2>&1 …
9 // RUN: %clangxx -x c++ -fsanitize=implicit-signed-integer-truncation -O3 %s -o %t && %run %t 2>&1 …
21 …HECK: {{.*}}signed-integer-truncation-incdec.c:[[@LINE-1]]:4: runtime error: implicit conversion f… in test_unsigned()
24 …HECK: {{.*}}signed-integer-truncation-incdec.c:[[@LINE-1]]:3: runtime error: implicit conversion f… in test_unsigned()
48 …HECK: {{.*}}signed-integer-truncation-incdec.c:[[@LINE-1]]:4: runtime error: implicit conversion f… in test_unsigned()
51 …HECK: {{.*}}signed-integer-truncation-incdec.c:[[@LINE-1]]:3: runtime error: implicit conversion f… in test_unsigned()
60 signed char x; in test_signed()
69 …signed-integer-truncation-incdec.c:[[@LINE-1]]:4: runtime error: implicit conversion from type 'in… in test_signed()
72 …signed-integer-truncation-incdec.c:[[@LINE-1]]:3: runtime error: implicit conversion from type 'in… in test_signed()
106 …signed-integer-truncation-incdec.c:[[@LINE-1]]:4: runtime error: implicit conversion from type 'in… in test_signed()
109 …signed-integer-truncation-incdec.c:[[@LINE-1]]:3: runtime error: implicit conversion from type 'in… in test_signed()