Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h468 # define LLVM_BUILTIN_TRAP __builtin_trap() macro
474 # define LLVM_BUILTIN_TRAP __debugbreak() macro
476 # define LLVM_BUILTIN_TRAP *(volatile int*)0x11 = 0 macro
H A DErrorHandling.h173 LLVM_BUILTIN_TRAP; \
/freebsd/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp88 LLVM_BUILTIN_TRAP;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp425 LLVM_BUILTIN_TRAP; in analyzerCrash()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc372 LLVM_BUILTIN_TRAP;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1063 LLVM_BUILTIN_TRAP; in HandlePragma()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6757 LLVM_BUILTIN_TRAP; in ParseDirectDeclarator()