Searched defs:llvm_unreachable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DErrorHandling.h82 /// Use the llvm_unreachable macro (that adds location info), instead of
98 #define llvm_unreachable(msg) \ macro
101 #define llvm_unreachable(msg) LLVM_BUILTIN_UNREACHABLE
103 #define llvm_unreachable(msg) ::llvm::llvm_unreachable_internal()

Completed in 308 milliseconds