Home
last modified time | relevance | path

Searched refs:CatchHandlerType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4344 class CatchHandlerType { class
4350 friend struct llvm::DenseMapInfo<CatchHandlerType>;
4370 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anonb6e159cd1511::CatchHandlerType
4376 friend bool operator==(const CatchHandlerType &LHS, in operator ==()
4388 template <> struct DenseMapInfo<CatchHandlerType> {
4389 static CatchHandlerType getEmptyKey() { in getEmptyKey()
4391 CatchHandlerType::ForDenseMap); in getEmptyKey()
4394 static CatchHandlerType getTombstoneKey() { in getTombstoneKey()
4403 static bool isEqual(const CatchHandlerType &LHS, in isEqual()
4404 const CatchHandlerType &RHS) { in isEqual()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dwin32-eh-states.ll20 %eh.CatchHandlerType = type { i32, ptr }
32 @llvm.eh.handlertype.H.0 = private unnamed_addr constant %eh.CatchHandlerType { i32 0, ptr @"\01??_…
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXXABI.h268 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
H A DMicrosoftCXXABI.cpp134 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;
3950 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument
3958 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
H A DItaniumCXXABI.cpp175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument