Searched refs:Caught (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | ExceptionAnalyzer.cpp | 147 const Stmt *St, const ExceptionInfo::Throwables &Caught, in throwsException() argument 167 Results.registerExceptions(Caught); in throwsException() 170 throwsException(Try->getTryBlock(), Caught, CallStack); in throwsException() 214 throwsException(DefaultInit->getExpr(), Caught, CallStack); in throwsException() 218 ExceptionInfo Excs = throwsException(Child, Caught, CallStack); in throwsException()
|
| H A D | ExceptionAnalyzer.h | 139 throwsException(const Stmt *St, const ExceptionInfo::Throwables &Caught,
|
| /llvm-project-15.0.7/clang/unittests/Interpreter/ExceptionTests/ |
| H A D | InterpreterExceptionTest.cpp | 89 printf("Caught: '%s'\n", E.Message); in TEST()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | LandingPadClauses.ll | 72 ; Caught types should not be removed from filters 92 ; Caught types should not be removed from filters
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | rapid-cxx-test.h | 235 } catch (Except const& Caught) { \ 236 Checker(Caught); \
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | 2010-07-26-GlobalMerge.ll | 18 @str1 = internal constant [8 x i8] c"Caught.\00" ; <[8 x i8]*> [#uses=1]
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 4686 llvm::CallInst *Caught = in EmitTryOrSynchronizedStmt() local 4692 CGF.ObjCEHValueStack.push_back(Caught); in EmitTryOrSynchronizedStmt() 4703 PropagatingExnVar = CGF.CreateTempAlloca(Caught->getType(), in EmitTryOrSynchronizedStmt() 4706 CGF.Builder.CreateStore(Caught, PropagatingExnVar); in EmitTryOrSynchronizedStmt() 4761 EmitInitOfCatchParam(CGF, Caught, CatchParam); in EmitTryOrSynchronizedStmt() 4783 llvm::Value *matchArgs[] = { Class, Caught }; in EmitTryOrSynchronizedStmt() 4806 CGF.Builder.CreateBitCast(Caught, in EmitTryOrSynchronizedStmt() 4824 if (Caught->use_empty()) in EmitTryOrSynchronizedStmt() 4825 Caught->eraseFromParent(); in EmitTryOrSynchronizedStmt() 4874 llvm::CallInst *Caught = in EmitTryOrSynchronizedStmt() local [all …]
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 304 QualType Caught = Catch->getCaughtType(); in throwEscapes() local 305 if (Caught.isNull() || // catch (...) catches everything in throwEscapes() 307 S.handlerCanCatch(Caught, E->getSubExpr()->getType())) in throwEscapes()
|