Home
last modified time | relevance | path

Searched defs:OVERFLOW (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/test/ubsan_minimal/TestCases/
H A Drecover-dedup-limit.cpp5 #define OVERFLOW \ macro
/llvm-project/compiler-rt/test/msan/
H A Dparam_tls_limit.cpp25 #define OVERFLOW(x) assert(__msan_test_shadow(&x, sizeof(x)) == -1) macro
/llvm-project/libc/src/__support/FPUtil/riscv/
H A DFEnvImpl.h33 static constexpr uint32_t OVERFLOW = 0x4; member
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp178 static const int OVERFLOW = -1; member in __msan::OriginSet
/llvm-project/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h46 static constexpr uint32_t OVERFLOW = 0x4; global() member