Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCompiler.h271 # define LLVM_BUILTIN_TRAP __builtin_trap() macro
277 # define LLVM_BUILTIN_TRAP __debugbreak() macro
279 # define LLVM_BUILTIN_TRAP *(volatile int*)0x11 = 0 macro