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

/external/llvm/include/llvm/Support/
H A DCompiler.h271 /// LLVM_BUILTIN_TRAP - On compilers which support it, expands to an expression
274 # define LLVM_BUILTIN_TRAP __builtin_trap() macro
276 # define LLVM_BUILTIN_TRAP *(volatile int*)0x11 = 0 macro

Completed in 549 milliseconds