Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dconstruction.d141 struct Throw struct
153 Throw[4] a; argument
272 struct Throw struct
284 Throw[4] a; argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_exceptions_test.cc11 void Throw(const char& arg) const { in Throw() function in Action
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-more-actions.h151 ACTION_P(Throw, exception) { throw exception; } in ACTION_P() argument
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExceptionHandling.rst121 Throw section in LLVM Code Generation
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtObjC.h334 Stmt *Throw; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp332 if (auto *Throw = dyn_cast<CXXThrowExpr>(S->getStmt())) in visitReachableThrows() local
365 visitReachableThrows(BodyCFG, [&](const CXXThrowExpr *Throw, CFGBlock &Block) { in checkThrowInNonThrowingFunc()
H A DSemaStmt.cpp4218 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt()
4244 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3969 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt() local
3974 llvm::CallBase *Throw = in EmitThrowStmt() local
H A DCodeGenFunction.cpp1772 if (const CXXThrowExpr *Throw = dyn_cast<CXXThrowExpr>(Cond)) { in EmitBranchOnBoolExpr() local
H A DMicrosoftCXXABI.cpp753 llvm::FunctionCallee Throw = in getThrowFn() local