Searched refs:LLVM_BUILTIN_UNREACHABLE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DErrorHandling.h105 #elif defined(LLVM_BUILTIN_UNREACHABLE)
106 #define llvm_unreachable(msg) LLVM_BUILTIN_UNREACHABLE
H A DCompiler.h300 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
304 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
306 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
321 #elif defined(LLVM_BUILTIN_UNREACHABLE)
324 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DErrorHandling.cpp100 #ifdef LLVM_BUILTIN_UNREACHABLE
103 LLVM_BUILTIN_UNREACHABLE;

Completed in 60 milliseconds