HomeSort by relevance Sort by last modified time
    Searched defs:llvm_unreachable (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
ErrorHandling.h 82 /// 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/
ErrorHandling.h 82 /// 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-7.0/llvm/include/llvm/Support/
ErrorHandling.h 120 /// Use the llvm_unreachable macro (that adds location info), instead of
136 #define llvm_unreachable(msg) \ macro
139 #define llvm_unreachable(msg) LLVM_BUILTIN_UNREACHABLE
141 #define llvm_unreachable(msg) ::llvm::llvm_unreachable_internal()
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ErrorHandling.h 82 /// 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 1079 milliseconds