Home
last modified time | relevance | path

Searched refs:Throw (Results 1 – 25 of 135) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dconstruction.d141 struct Throw struct
153 Throw[4] a; argument
154 Throw[4] b = [Throw(1), Throw(2), Throw(3), Throw(4)];
272 struct Throw struct
284 Throw[4] a; argument
285 Throw[4] b = [Throw(1), Throw(2), Throw(3), Throw(4)];
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtObjC.h334 Stmt *Throw; variable
338 : Stmt(ObjCAtThrowStmtClass), Throw(throwExpr) { in ObjCAtThrowStmt()
344 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr()
345 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr()
346 void setThrowExpr(Stmt *S) { Throw = S; } in setThrowExpr()
353 return Throw ? Throw->getEndLoc() : AtThrowLoc; in getEndLoc()
360 child_range children() { return child_range(&Throw, &Throw+1); } in children()
363 return const_child_range(&Throw, &Throw + 1); in children()
H A DCommentCommands.td116 def Throw : BlockCommand<"throw"> { let IsThrowsCommand = 1; }
/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
21 a.Throw('c'); in main()
/netbsd-src/external/mit/isl/dist/cpp/
H A Dcpp.h.top173 /* Throw an exception of the class that corresponds to "error", with
197 /* Throw an exception corresponding to the last error on "ctx" and
237 /* Throw an exception corresponding to the last
/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/sys/dev/usb/
H A DTODO22 Throw out more USBDI gunk.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4218 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt() argument
4219 if (Throw) { in BuildObjCAtThrowStmt()
4220 ExprResult Result = DefaultLvalueConversion(Throw); in BuildObjCAtThrowStmt()
4227 Throw = Result.get(); in BuildObjCAtThrowStmt()
4229 QualType ThrowType = Throw->getType(); in BuildObjCAtThrowStmt()
4236 << Throw->getType() << Throw->getSourceRange()); in BuildObjCAtThrowStmt()
4240 return new (Context) ObjCAtThrowStmt(AtLoc, Throw); in BuildObjCAtThrowStmt()
4244 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt() argument
4249 if (!Throw) { in ActOnObjCAtThrowStmt()
4258 return BuildObjCAtThrowStmt(AtLoc, Throw); in ActOnObjCAtThrowStmt()
H A DAnalysisBasedWarnings.cpp332 if (auto *Throw = dyn_cast<CXXThrowExpr>(S->getStmt())) in visitReachableThrows() local
333 Visit(Throw, *B); in visitReachableThrows()
365 visitReachableThrows(BodyCFG, [&](const CXXThrowExpr *Throw, CFGBlock &Block) { in checkThrowInNonThrowingFunc() argument
366 if (throwEscapes(S, Throw, Block, BodyCFG)) in checkThrowInNonThrowingFunc()
367 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dforeachvar.d273 case STMT.Throw: visitThrow(s.isThrowStatement()); break; in foreachExpAndVar()
H A Dastenums.d373 Throw,
H A Dstatement.d396 …inout(ThrowStatement) isThrowStatement() { return stmt == STMT.Throw ? cast(type… in isThrowStatement()
1709 super(loc, STMT.Throw); in this()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcheckedint.d250 auto x = -1.checked!Throw;
1505 struct Throw
1674 Checked!(int, Throw) x;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3969 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt() local
3970 Throw->setDoesNotReturn(); in EmitThrowStmt()
3974 llvm::CallBase *Throw = in EmitThrowStmt() local
3976 Throw->setDoesNotReturn(); in EmitThrowStmt()
H A DCodeGenFunction.cpp1772 if (const CXXThrowExpr *Throw = dyn_cast<CXXThrowExpr>(Cond)) { in EmitBranchOnBoolExpr() local
1778 EmitCXXThrowExpr(Throw, /*KeepInsertionPoint*/false); in EmitBranchOnBoolExpr()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dcheckedint.d1184 struct Throw
1337 Checked!(int, Throw) x;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dgdc.texi226 Throw an @code{AssertError} with extra context information.
230 Throw an @code{AssertError} (the default).
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1yStatusIssuesStatus.csv93 "`2078 <https://wg21.link/lwg2078>`__","Throw specification of async() incomplete","Chicago","|Comp…
/netbsd-src/external/gpl2/diffutils/dist/m4/
H A Dlib-link.m4442 dnl Handle this in the next round. Throw away the .la's
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dlib-link.m4477 dnl Handle this in the next round. Throw away the .la's
/netbsd-src/external/gpl2/texinfo/dist/m4/
H A Dlib-link.m4472 dnl Handle this in the next round. Throw away the .la's
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dlib-link.m4477 dnl Handle this in the next round. Throw away the .la's
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dlib-link.m4477 dnl Handle this in the next round. Throw away the .la's
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dlib-link.m4477 dnl Handle this in the next round. Throw away the .la's
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dlib-link.m4477 dnl Handle this in the next round. Throw away the .la's

123456