Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dbuffer-overflow-on-input.test3 RUN: not %run %t-BufferOverflowOnInput 2>&1 | FileCheck %s --check-prefix=OOB
4 OOB: AddressSanitizer: heap-buffer-overflow
5 OOB: is located 0 bytes to the right of 3-byte region
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Dstack-history-length.c25 __attribute__((noinline)) void OOB() { int x[4]; x[four] = 0; USE(&x[0]); } in OOB() function
36 OOB(); in main()
37 OOB(); in main()
H A Ddeep-recursion.c31 __attribute__((noinline)) void OOB() { int x[4]; x[four] = 0; USE(&x[0]); } in OOB() function
32 __attribute__((noinline)) void FUNC1() { int x; USE(&x); OOB(); } in FUNC1()
/llvm-project-15.0.7/lld/test/ELF/invalid/
H A Dverneed-shared.test52 # RUN: not ld.lld %t.o %t3.so -o /dev/null 2>&1 | FileCheck --check-prefix=AUX-OOB %s
53 # AUX-OOB: {{.*}}.so has an invalid Vernaux
76 # RUN: not ld.lld %t.o %t5.so -o /dev/null 2>&1 | FileCheck --check-prefix=NAME-OOB %s
77 # NAME-OOB: {{.*}}.so has a Vernaux with an invalid vna_name
/llvm-project-15.0.7/llvm/test/Instrumentation/HWAddressSanitizer/
H A Dbasic.ll39 ; RECOVER: %[[OOB:[^ ]*]] = icmp uge i8 %[[LAST]], %[[MEMTAG]]
40 ; RECOVER: br i1 %[[OOB]], label %[[FAIL]], label %[[INBOUNDS:[0-9]*]], !prof {{.*}}
89 ; RECOVER: %[[OOB:[^ ]*]] = icmp uge i8 %[[LAST]], %[[MEMTAG]]
90 ; RECOVER: br i1 %[[OOB]], label %[[FAIL]], label %[[INBOUNDS:[0-9]*]], !prof {{.*}}
/llvm-project-15.0.7/llvm/test/Analysis/StackSafetyAnalysis/
H A Dlocal.ll519 ; OOB in a loop.