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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp965 SmallVector<llvm::Value *, 4> CatchTypes; local
971 CatchTypes.push_back(TypeInfo.RTTI);
973 auto *CPI = CGF.Builder.CreateCatchPad(CatchSwitch, CatchTypes);

Completed in 105 milliseconds