Home
last modified time | relevance | path

Searched refs:vla_bound_not_positive (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/tests/lib/libc/misc/
H A Dt_ubsan.c756 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 Dubsan_minimal_handlers.cc107 HANDLER(vla_bound_not_positive, "vla-bound-not-positive")
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.h98 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.h108 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.h96 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h143 SANITIZER_CHECK(VLABoundNotPositive, vla_bound_not_positive, 0)