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

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/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)))
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/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)))
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DCompiler.h265 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
269 # define LLVM_BUILTIN_UNREACHABLE __builtin_unreachable() macro
271 # define LLVM_BUILTIN_UNREACHABLE __assume(false) macro
309 #elif defined(LLVM_BUILTIN_UNREACHABLE)
312 (((uintptr_t(p) % (a)) == 0) ? (p) : (LLVM_BUILTIN_UNREACHABLE, (p)))

Completed in 326 milliseconds