Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win.cc41 # define BUILTIN_UNREACHABLE() __builtin_unreachable() macro
44 # define BUILTIN_UNREACHABLE() __builtin_unreachable() macro
46 # define BUILTIN_UNREACHABLE() __assume(0) macro
48 # define BUILTIN_UNREACHABLE() macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cc39 # define BUILTIN_UNREACHABLE() __builtin_unreachable() macro
42 # define BUILTIN_UNREACHABLE() __builtin_unreachable() macro
44 # define BUILTIN_UNREACHABLE() __assume(0) macro
46 # define BUILTIN_UNREACHABLE() macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cpp56 # define BUILTIN_UNREACHABLE() __builtin_unreachable() macro
59 # define BUILTIN_UNREACHABLE() __builtin_unreachable() macro
61 # define BUILTIN_UNREACHABLE() __assume(0) macro
63 # define BUILTIN_UNREACHABLE() macro