Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp92 typedef TestTypes<Catch, first> CatchTypes; typedef
107 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()
/external/llvm-project/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp91 typedef TestTypes<Catch, first> CatchTypes; typedef
106 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()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp979 SmallVector<llvm::Value *, 4> CatchTypes; in emitWasmCatchPadBlock() local
985 CatchTypes.push_back(TypeInfo.RTTI); in emitWasmCatchPadBlock()
987 auto *CPI = CGF.Builder.CreateCatchPad(CatchSwitch, CatchTypes); in emitWasmCatchPadBlock()