HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_BUILTIN_UNREACHABLE (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
ErrorHandling.h 100 #elif defined(LLVM_BUILTIN_UNREACHABLE)
101 #define llvm_unreachable(msg) LLVM_BUILTIN_UNREACHABLE
Compiler.h 267 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
272 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable()
274 # define LLVM_BUILTIN_UNREACHABLE __assume(false)
292 #elif defined(LLVM_BUILTIN_UNREACHABLE)
294 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))

Completed in 32 milliseconds