Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp1240 bool HasCatchAll = false; in ExitCXXTryStmt() local
1242 HasCatchAll |= Handlers[I - 1].isCatchAll(); in ExitCXXTryStmt()
1291 if (EHPersonality::get(*this).isWasmPersonality() && !HasCatchAll) { in ExitCXXTryStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp4303 bool HasCatchAll = false; in VisitCXXTryStmt() local
4309 HasCatchAll = true; in VisitCXXTryStmt()
4319 if (!HasCatchAll) { in VisitCXXTryStmt()