HomeSort by: relevance | last modified time | path
    Searched refs:BUILTIN_UNREACHABLE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win.cc 41 # define BUILTIN_UNREACHABLE() __builtin_unreachable()
44 # define BUILTIN_UNREACHABLE() __builtin_unreachable()
46 # define BUILTIN_UNREACHABLE() __assume(0)
48 # define BUILTIN_UNREACHABLE()
752 BUILTIN_UNREACHABLE();
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_win.cpp 56 # define BUILTIN_UNREACHABLE() __builtin_unreachable()
59 # define BUILTIN_UNREACHABLE() __builtin_unreachable()
61 # define BUILTIN_UNREACHABLE() __assume(0)
63 # define BUILTIN_UNREACHABLE()
805 BUILTIN_UNREACHABLE();

Completed in 24 milliseconds