Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp94 typedef TestTypes<Catch, first> CatchTypes; typedef
109 typedef typename CatchTypes::Type Type; in run_catch_tests()
110 typedef typename CatchTypes::CType CType; in run_catch_tests()
111 typedef typename CatchTypes::VType VType; in run_catch_tests()
112 typedef typename CatchTypes::CVType CVType; in run_catch_tests()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp1016 SmallVector<llvm::Value *, 4> CatchTypes; in emitWasmCatchPadBlock() local
1022 CatchTypes.push_back(TypeInfo.RTTI); in emitWasmCatchPadBlock()
1024 auto *CPI = CGF.Builder.CreateCatchPad(CatchSwitch, CatchTypes); in emitWasmCatchPadBlock()