/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtObjC.h | 359 Stmt *Throw; variable 363 : Stmt(ObjCAtThrowStmtClass), Throw(throwExpr) { in ObjCAtThrowStmt() 369 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() 370 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() 371 void setThrowExpr(Stmt *S) { Throw = S; } in setThrowExpr() 378 return Throw ? Throw->getEndLoc() : AtThrowLoc; in getEndLoc() 385 child_range children() { return child_range(&Throw, &Throw+1); } in children() 388 return const_child_range(&Throw, &Throw + 1); in children()
|
H A D | CommentCommands.td | 136 def Throw : BlockCommand<"throw"> { let IsThrowsCommand = 1; }
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/tests/ |
H A D | asan_exceptions_test.cpp | 11 void Throw(const char& arg) const { in Throw() function in Action 21 a.Throw('c'); in main()
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/regression/ |
H A D | async_subtest_missing_parent.t | 21 "Throw an error when a subtest finishes without a parent"
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelDAGToDAG.cpp | 228 MachineSDNode *Throw = in Select() local 236 ReplaceNode(Node, Throw); in Select()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | java-tree.def | 65 /* Throw statement.
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4230 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt() argument 4231 if (Throw) { in BuildObjCAtThrowStmt() 4232 ExprResult Result = DefaultLvalueConversion(Throw); in BuildObjCAtThrowStmt() 4239 Throw = Result.get(); in BuildObjCAtThrowStmt() 4241 QualType ThrowType = Throw->getType(); in BuildObjCAtThrowStmt() 4248 << Throw->getType() << Throw->getSourceRange()); in BuildObjCAtThrowStmt() 4252 return new (Context) ObjCAtThrowStmt(AtLoc, Throw); in BuildObjCAtThrowStmt() 4256 Sema::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt() argument 4261 if (!Throw) { in ActOnObjCAtThrowStmt() 4270 return BuildObjCAtThrowStmt(AtLoc, Throw); in ActOnObjCAtThrowStmt()
|
H A D | AnalysisBasedWarnings.cpp | 336 if (auto *Throw = dyn_cast<CXXThrowExpr>(S->getStmt())) in visitReachableThrows() local 337 Visit(Throw, *B); in visitReachableThrows() 369 visitReachableThrows(BodyCFG, [&](const CXXThrowExpr *Throw, CFGBlock &Block) { in checkThrowInNonThrowingFunc() argument 370 if (throwEscapes(S, Throw, Block, BodyCFG)) in checkThrowInNonThrowingFunc() 371 EmitDiagForCXXThrowInNonThrowingFunc(S, Throw->getThrowLoc(), FD); in checkThrowInNonThrowingFunc()
|
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/ |
H A D | basic.txt | 217 Throw in a few verbatim paragraphs.
|
H A D | basic.pod | 330 Throw in a few verbatim paragraphs.
|
H A D | basic.man | 260 Throw in a few verbatim paragraphs.
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | JustPod02.t | 404 Throw in a few verbatim paragraphs.
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 4053 llvm::CallBase *Throw = CGF.EmitRuntimeCallOrInvoke(ExceptionReThrowFn); in EmitThrowStmt() local 4054 Throw->setDoesNotReturn(); in EmitThrowStmt() 4058 llvm::CallBase *Throw = in EmitThrowStmt() local 4060 Throw->setDoesNotReturn(); in EmitThrowStmt()
|
H A D | CodeGenFunction.cpp | 1869 if (const CXXThrowExpr *Throw = dyn_cast<CXXThrowExpr>(Cond)) { in EmitBranchOnBoolExpr() local 1875 EmitCXXThrowExpr(Throw, /*KeepInsertionPoint*/false); in EmitBranchOnBoolExpr()
|
H A D | MicrosoftCXXABI.cpp | 772 llvm::FunctionCallee Throw = in getThrowFn() local 776 if (auto *Fn = dyn_cast<llvm::Function>(Throw.getCallee())) in getThrowFn() 779 return Throw; in getThrowFn()
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx14Issues.csv | 93 "`2078 <https://wg21.link/lwg2078>`__","Throw specification of async() incomplete","Chicago","|Comp…
|
/openbsd/gnu/gcc/config/ |
H A D | lib-link.m4 | 472 dnl Handle this in the next round. Throw away the .la's
|
/openbsd/gnu/usr.bin/binutils-2.17/config/ |
H A D | lib-link.m4 | 472 dnl Handle this in the next round. Throw away the .la's
|
/openbsd/gnu/usr.bin/texinfo/m4/ |
H A D | lib-link.m4 | 472 dnl Handle this in the next round. Throw away the .la's
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | ExceptionHandling.rst | 121 Throw section in LLVM Code Generation 279 Throw Filters
|
/openbsd/games/hack/ |
H A D | rumors | 452 Want fun? Throw a potion in a pool and go swimming!
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-1994 | 308 * except.c (expand_end_all_catch): Throw into outer context, if we 2283 * init.c (build_delete): Throw away const and volatile on `this'. 2691 * decl.c (push_overloaded_decl): Throw away built-in decls here.
|
H A D | ChangeLog-1996 | 538 * rtti.c (build_x_typeid): Throw bad_typeid from here. 564 (build_typeid): Throw bad_typeid as needed.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | tree-ssa.texi | 431 @item Throw an exception. This is currently not explicitly represented in
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 5238 StmtResult BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw); 5239 StmtResult ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw,
|