Home
last modified time | relevance | path

Searched refs:Caught (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/lib/
Dsigtrap.t83 like( $@, qr/^Caught a SIGFAKE/, 'does handler_die() croak?' );
/openbsd/src/gnu/usr.bin/perl/cpan/Params-Check/t/
D01_Params-Check.t283 like(last_error(), qr/$re/, "Caught non-reference 'store' variable" );
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGObjCMac.cpp4694 llvm::CallInst *Caught = in EmitTryOrSynchronizedStmt() local
4700 CGF.ObjCEHValueStack.push_back(Caught); in EmitTryOrSynchronizedStmt()
4711 PropagatingExnVar = CGF.CreateTempAlloca(Caught->getType(), in EmitTryOrSynchronizedStmt()
4714 CGF.Builder.CreateStore(Caught, PropagatingExnVar); in EmitTryOrSynchronizedStmt()
4769 EmitInitOfCatchParam(CGF, Caught, CatchParam); in EmitTryOrSynchronizedStmt()
4791 llvm::Value *matchArgs[] = { Class, Caught }; in EmitTryOrSynchronizedStmt()
4814 CGF.Builder.CreateBitCast(Caught, in EmitTryOrSynchronizedStmt()
4832 if (Caught->use_empty()) in EmitTryOrSynchronizedStmt()
4833 Caught->eraseFromParent(); in EmitTryOrSynchronizedStmt()
4882 llvm::CallInst *Caught = in EmitTryOrSynchronizedStmt() local
[all …]
/openbsd/src/gnu/llvm/clang/lib/Sema/
DAnalysisBasedWarnings.cpp308 QualType Caught = Catch->getCaughtType(); in throwEscapes() local
309 if (Caught.isNull() || // catch (...) catches everything in throwEscapes()
311 S.handlerCanCatch(Caught, E->getSubExpr()->getType())) in throwEscapes()
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dperlvaro.txt345 print "Caught a SIG$sig--shutting down\n";
Dperlvar.pod1034 print "Caught a SIG$sig--shutting down\n";
/openbsd/src/games/fortune/datfiles/
Dlimerick991 Caught the clap from her Apple IIE.
1251 Caught a stranger on top of his Maw.
2042 Caught a man on top of his mar.
Dfortunes212959 Caught by the lure of the sea.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlvar.pod679 print "Caught a SIG$sig--shutting down\n";