/llvm-project/clang/test/AST/Interp/ |
H A D | invalid.cpp |
|
/llvm-project/compiler-rt/test/asan/TestCases/Windows/msvc/ |
H A D | seh.cpp | 28 void Throw() { in Throw() function
|
H A D | dll_seh.cpp | 21 void Throw() { in Throw() function
|
/llvm-project/compiler-rt/lib/asan/tests/ |
H A D | asan_exceptions_test.cpp | 11 void Throw(const char& arg) const { in Throw() function in Action
|
/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
H A D | queue_user_work_item.cpp | 13 void Throw() { in Throw() function
|
H A D | bind_io_completion_callback.cpp | 13 void Throw() { in Throw() function
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | throw_catch.cpp | 8 void Throw() { in Throw() function
|
H A D | throw_invoke_test.cpp | 26 void Throw() { in Throw() function
|
H A D | throw_call_test.cpp | 19 void Throw() { in Throw() function
|
H A D | contiguous_container.cpp | 250 __attribute__((noinline)) void Throw() { throw 1; } in Throw() function
|
/llvm-project/clang/test/CXX/conv/conv.fctptr/ |
H A D | p1.cpp | 6 typedef void Throw(); typedef
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | swapcontext_test.cpp | 23 __attribute__((noinline)) void Throw() { throw 1; } in Throw() function
|
/llvm-project/llvm/docs/ |
H A D | ExceptionHandling.rst | 121 Throw section in LLVM Code Generation
|
/llvm-project/clang/test/CXX/except/except.spec/ |
H A D | p14.cpp | 135 template<typename T> struct Throw { struct
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-expr.cpp | 50 void Throw() { in Throw() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | member-init.cpp | 43 struct Throw { ThrowCtor tc = 42; }; argument
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelDAGToDAG.cpp | 237 MachineSDNode *Throw = Select() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | ExceptionAnalyzer.cpp | 489 if (const auto *Throw = dyn_cast<CXXThrowExpr>(St)) { throwsException() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtObjC.h | 360 Stmt *Throw; variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 242 BuildObjCAtThrowStmt(SourceLocation AtLoc,Expr * Throw) BuildObjCAtThrowStmt() argument 269 ActOnObjCAtThrowStmt(SourceLocation AtLoc,Expr * Throw,Scope * CurScope) ActOnObjCAtThrowStmt() argument [all...] |
H A D | AnalysisBasedWarnings.cpp | 359 if (auto *Throw = dyn_cast<CXXThrowExpr>(S->getStmt())) visitReachableThrows() local 392 __anon0bef6d8e0302(const CXXThrowExpr *Throw, CFGBlock &Block) checkThrowInNonThrowingFunc() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | XRefs.cpp | 1005 Throw = 16, global() enumerator 1136 enum class Cur { None, Break, Continue, Return, Case, Throw } Cursor; relatedControlFlow() enumerator
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p2-0x.cpp | 620 namespace Throw { global() namespace
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 4193 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); EmitThrowStmt() local 4197 llvm::CallBase *Throw = EmitThrowStmt() local
|
H A D | CodeGenFunction.cpp | 1974 if (const CXXThrowExpr *Throw = dyn_cast<CXXThrowExpr>(Cond)) { EmitBranchOnBoolExpr() local
|