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 129 // LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
134 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable()

Completed in 858 milliseconds