Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp1209 bool HasCatchAll = false; in ExitCXXTryStmt() local
1211 HasCatchAll |= Handlers[I - 1].isCatchAll(); in ExitCXXTryStmt()
1260 if (EHPersonality::get(*this).isWasmPersonality() && !HasCatchAll) { in ExitCXXTryStmt()
/external/clang/lib/Analysis/
DCFG.cpp3329 bool HasCatchAll = false; in VisitCXXTryStmt() local
3335 HasCatchAll = true; in VisitCXXTryStmt()
3345 if (!HasCatchAll) { in VisitCXXTryStmt()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp4303 bool HasCatchAll = false; in VisitCXXTryStmt() local
4309 HasCatchAll = true; in VisitCXXTryStmt()
4319 if (!HasCatchAll) { in VisitCXXTryStmt()