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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h326 # define LLVM_BUILTIN_TRAP __builtin_trap() macro
332 # define LLVM_BUILTIN_TRAP __debugbreak() macro
334 # define LLVM_BUILTIN_TRAP *(volatile int*)0x11 = 0 macro

Completed in 102 milliseconds