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

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

Completed in 77 milliseconds