Searched refs:vla_bound_not_positive (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/tests/lib/libc/misc/ |
H A D | t_ubsan.c | 756 UBSAN_TC(vla_bound_not_positive); 757 UBSAN_TC_HEAD(vla_bound_not_positive, tc) in UBSAN_TC_HEAD() argument 772 UBSAN_TC_BODY(vla_bound_not_positive, tc) in UBSAN_TC_BODY() argument 901 UBSAN_TEST_CASE(tp, vla_bound_not_positive); in UBSAN_CASES()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/ |
H A D | ubsan_minimal_handlers.cc | 107 HANDLER(vla_bound_not_positive, "vla-bound-not-positive")
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_handlers.h | 98 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.h | 108 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.h | 96 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 143 SANITIZER_CHECK(VLABoundNotPositive, vla_bound_not_positive, 0)
|