Searched refs:CatchTypes (Results 1 – 2 of 2) sorted by relevance
94 typedef TestTypes<Catch, first> CatchTypes; typedef109 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()
1016 SmallVector<llvm::Value *, 4> CatchTypes; in emitWasmCatchPadBlock() local1022 CatchTypes.push_back(TypeInfo.RTTI); in emitWasmCatchPadBlock()1024 auto *CPI = CGF.Builder.CreateCatchPad(CatchSwitch, CatchTypes); in emitWasmCatchPadBlock()