HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_BUILTIN_TRAP (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
Compiler.h 255 /// LLVM_BUILTIN_TRAP - On compilers which support it, expands to an expression
258 # define LLVM_BUILTIN_TRAP __builtin_trap()
264 # define LLVM_BUILTIN_TRAP __debugbreak()
266 # define LLVM_BUILTIN_TRAP *(volatile int*)0x11 = 0
  /external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 184 LLVM_BUILTIN_TRAP;
  /external/clang/lib/Lex/
Pragma.cpp 872 LLVM_BUILTIN_TRAP;
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 546 milliseconds