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

/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()
/external/swiftshader/third_party/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 273 milliseconds