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

  /external/llvm/include/llvm/Support/
ErrorHandling.h 105 #elif defined(LLVM_BUILTIN_UNREACHABLE)
106 #define llvm_unreachable(msg) LLVM_BUILTIN_UNREACHABLE
Compiler.h 294 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
298 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable()
300 # define LLVM_BUILTIN_UNREACHABLE __assume(false)
315 #elif defined(LLVM_BUILTIN_UNREACHABLE)
318 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
  /external/llvm/lib/Support/
ErrorHandling.cpp 99 #ifdef LLVM_BUILTIN_UNREACHABLE
102 LLVM_BUILTIN_UNREACHABLE;

Completed in 1109 milliseconds