Searched refs:LLVM_BUILTIN_UNREACHABLE (Results 1 – 9 of 9) sorted by relevance
100 #elif defined(LLVM_BUILTIN_UNREACHABLE)101 #define llvm_unreachable(msg) LLVM_BUILTIN_UNREACHABLE
134 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
258 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro260 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro298 #elif defined(LLVM_BUILTIN_UNREACHABLE)301 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
273 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro275 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro313 #elif defined(LLVM_BUILTIN_UNREACHABLE)316 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
119 #ifdef LLVM_BUILTIN_UNREACHABLE in llvm_unreachable_internal()122 LLVM_BUILTIN_UNREACHABLE; in llvm_unreachable_internal()
264 LLVM_BUILTIN_UNREACHABLE; in getDefaultPrecision()