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

/external/llvm/include/llvm/Support/
H A DErrorHandling.h100 #elif defined(LLVM_BUILTIN_UNREACHABLE)
101 #define llvm_unreachable(msg) LLVM_BUILTIN_UNREACHABLE
H A DCompiler.h262 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
266 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
268 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
283 #elif defined(LLVM_BUILTIN_UNREACHABLE)
286 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/external/llvm/lib/Support/
H A DErrorHandling.cpp117 #ifdef LLVM_BUILTIN_UNREACHABLE
120 LLVM_BUILTIN_UNREACHABLE;

Completed in 126 milliseconds