| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
| H A D | construction.d | 141 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 D | StmtObjC.h | 334 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 D | CommentCommands.td | 116 def Throw : BlockCommand<"throw"> { let IsThrowsCommand = 1; }
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| H A D | asan_exceptions_test.cc | 11 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 D | cpp.h.top | 173 /* 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 D | gmock-more-actions.h | 151 ACTION_P(Throw, exception) { throw exception; } in ACTION_P() argument
|
| /netbsd-src/sys/dev/usb/ |
| H A D | TODO | 22 Throw out more USBDI gunk.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 4218 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 D | AnalysisBasedWarnings.cpp | 332 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 D | foreachvar.d | 273 case STMT.Throw: visitThrow(s.isThrowStatement()); break; in foreachExpAndVar()
|
| H A D | astenums.d | 373 Throw,
|
| H A D | statement.d | 396 …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 D | checkedint.d | 250 auto x = -1.checked!Throw; 1505 struct Throw 1674 Checked!(int, Throw) x;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 3969 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 D | CodeGenFunction.cpp | 1772 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 D | checkedint.d | 1184 struct Throw 1337 Checked!(int, Throw) x;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | gdc.texi | 226 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 D | Cxx1yStatusIssuesStatus.csv | 93 "`2078 <https://wg21.link/lwg2078>`__","Throw specification of async() incomplete","Chicago","|Comp…
|
| /netbsd-src/external/gpl2/diffutils/dist/m4/ |
| H A D | lib-link.m4 | 442 dnl Handle this in the next round. Throw away the .la's
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | lib-link.m4 | 477 dnl Handle this in the next round. Throw away the .la's
|
| /netbsd-src/external/gpl2/texinfo/dist/m4/ |
| H A D | lib-link.m4 | 472 dnl Handle this in the next round. Throw away the .la's
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | lib-link.m4 | 477 dnl Handle this in the next round. Throw away the .la's
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | lib-link.m4 | 477 dnl Handle this in the next round. Throw away the .la's
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | lib-link.m4 | 477 dnl Handle this in the next round. Throw away the .la's
|
| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | lib-link.m4 | 477 dnl Handle this in the next round. Throw away the .la's
|