Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp55 # define BUILTIN_UNREACHABLE() __builtin_unreachable() macro
58 # define BUILTIN_UNREACHABLE() __builtin_unreachable() macro
60 # define BUILTIN_UNREACHABLE() __assume(0) macro
62 # define BUILTIN_UNREACHABLE() macro