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

/external/llvm/include/llvm/Support/
H A DCompiler.h246 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
250 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
252 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
273 #elif defined(LLVM_BUILTIN_UNREACHABLE)
276 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))

Completed in 174 milliseconds