OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVM_BUILTIN_UNREACHABLE
(Results
1 - 3
of
3
) 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
246
///
LLVM_BUILTIN_UNREACHABLE
- On compilers which support it, expands
250
# define
LLVM_BUILTIN_UNREACHABLE
__builtin_unreachable()
252
# define
LLVM_BUILTIN_UNREACHABLE
__assume(false)
273
#elif defined(
LLVM_BUILTIN_UNREACHABLE
)
276
(((uintptr_t(p) % (a)) == 0) ? (p) : (
LLVM_BUILTIN_UNREACHABLE
, (p)))
/external/llvm/lib/Support/
ErrorHandling.cpp
118
#ifdef
LLVM_BUILTIN_UNREACHABLE
121
LLVM_BUILTIN_UNREACHABLE
;
Completed in 211 milliseconds