Home
last modified time | relevance | path

Searched refs:HasCatchAll (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1270 bool HasCatchAll = false; in ExitCXXTryStmt() local
1272 HasCatchAll |= Handlers[I - 1].isCatchAll(); in ExitCXXTryStmt()
1320 if (EHPersonality::get(*this).isWasmPersonality() && !HasCatchAll) { in ExitCXXTryStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4086 bool HasCatchAll = false; in VisitObjCAtTryStmt() local
4091 HasCatchAll = true; in VisitObjCAtTryStmt()
4103 if (!HasCatchAll) { in VisitObjCAtTryStmt()
4587 bool HasCatchAll = false; in VisitCXXTryStmt() local
4593 HasCatchAll = true; in VisitCXXTryStmt()
4603 if (!HasCatchAll) { in VisitCXXTryStmt()