Searched refs:CatchTypes (Results 1 – 3 of 3) sorted by relevance
92 typedef TestTypes<Catch, first> CatchTypes; typedef107 typedef typename CatchTypes::Type Type; in run_catch_tests()108 typedef typename CatchTypes::CType CType; in run_catch_tests()109 typedef typename CatchTypes::VType VType; in run_catch_tests()110 typedef typename CatchTypes::CVType CVType; in run_catch_tests()
91 typedef TestTypes<Catch, first> CatchTypes; typedef106 typedef typename CatchTypes::Type Type; in run_catch_tests()107 typedef typename CatchTypes::CType CType; in run_catch_tests()108 typedef typename CatchTypes::VType VType; in run_catch_tests()109 typedef typename CatchTypes::CVType CVType; in run_catch_tests()
979 SmallVector<llvm::Value *, 4> CatchTypes; in emitWasmCatchPadBlock() local985 CatchTypes.push_back(TypeInfo.RTTI); in emitWasmCatchPadBlock()987 auto *CPI = CGF.Builder.CreateCatchPad(CatchSwitch, CatchTypes); in emitWasmCatchPadBlock()