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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCompiler.h129 // LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
134 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
/external/llvm/include/llvm/Support/
H A DCompiler.h254 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
258 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
260 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
298 #elif defined(LLVM_BUILTIN_UNREACHABLE)
301 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h269 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
273 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
275 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
313 #elif defined(LLVM_BUILTIN_UNREACHABLE)
316 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))

Completed in 760 milliseconds