HomeSort by: relevance | last modified time | path
    Searched defs:UNREACHABLE (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/detail/
sanity.h 71 #define UNREACHABLE INV(0)
  /src/usr.sbin/timed/timedc/
timedc.h 50 #define UNREACHABLE 2
  /src/external/bsd/kyua-cli/dist/utils/
sanity.hpp 58 unreachable, enumerator in enum:utils::assert_type
175 #define UNREACHABLE UNREACHABLE_MSG("")
189 utils::sanity_failure(utils::unreachable, __FILE__, __LINE__, msg); \
  /src/crypto/external/bsd/heimdal/include/
roken.h 68 #define UNREACHABLE(x)
  /src/usr.sbin/mrouted/
dvmrp.h 45 * DVMRP report. The metric may have the value of UNREACHABLE
162 #define UNREACHABLE 32 /* "infinity" metric, must be <= 64 */
  /src/usr.sbin/timed/timed/
globals.h 75 #define UNREACHABLE 2
  /src/external/mit/libuv/dist/src/unix/
internal.h 114 #define UNREACHABLE() \
116 assert(0 && "unreachable code"); \
  /src/external/mpl/bind/dist/lib/isc/include/isc/
util.h 324 #define UNREACHABLE() \
325 (mock_assert(0, "unreachable", __FILE__, __LINE__), abort())
348 #define UNREACHABLE() ISC_UNREACHABLE()
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h 280 #define UNREACHABLE() \
281 (mock_assert(0, "unreachable", __FILE__, __LINE__), abort())
306 #define UNREACHABLE() ISC_UNREACHABLE()
327 #define UNREACHABLE() abort()
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 330 #define UNREACHABLE(msg) do { \
335 #define UNIMPLEMENTED() UNREACHABLE("unimplemented")
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 100 /// Unreachable-terminating branch taken probability.
103 /// (eventually) in unreachable. These are predicted as unlikely as possible.
130 /// Weight to an 'unreachable' block.
131 UNREACHABLE = ZERO,
303 // 'expect' intrinsic processing. Examine metadata against unreachable
304 // heuristic. The probability of the edge coming to unreachable block is
305 // set to min of metadata and unreachable heuristic.
347 static_cast<uint32_t>(BlockExecWeight::UNREACHABLE))
380 // Examine the metadata against unreachable heuristic.
381 // If the unreachable heuristic is more strong then we use it for this edge
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 351 #define UNREACHABLE(msg) do { \
356 #define UNIMPLEMENTED() UNREACHABLE("unimplemented")
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 347 #define UNREACHABLE(msg) do { \
352 #define UNIMPLEMENTED() UNREACHABLE("unimplemented")

Completed in 36 milliseconds