Searched refs:ICCK_IntegerTruncation (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_handlers.h | 128 ICCK_IntegerTruncation = 0, // Legacy, was only used by clang 7. enumerator
|
H A D | ubsan_handlers.cc | 469 case ICCK_IntegerTruncation: { // Legacy, no longer used. in handleImplicitConversion()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.h | 138 ICCK_IntegerTruncation = 0, // Legacy, was only used by clang 7. enumerator
|
H A D | ubsan_handlers.cpp | 567 case ICCK_IntegerTruncation: { // Legacy, no longer used. in handleImplicitConversion()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.h | 126 ICCK_IntegerTruncation = 0, // Legacy, was only used by clang 7. enumerator
|
H A D | ubsan_handlers.cc | 465 case ICCK_IntegerTruncation: { // Legacy, no longer used. in handleImplicitConversion()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 314 ICCK_IntegerTruncation = 0, // Legacy, was only used by clang 7. enumerator
|