Searched refs:CatchHandlerType (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 3537 class CatchHandlerType { class 3543 friend struct llvm::DenseMapInfo<CatchHandlerType>; 3545 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon364b15b50811::CatchHandlerType 3551 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon364b15b50811::CatchHandlerType 3563 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon364b15b50811::CatchHandlerType 3569 friend bool operator==(const CatchHandlerType &LHS, in operator ==() 3570 const CatchHandlerType &RHS) { in operator ==() 3581 template <> struct DenseMapInfo<CatchHandlerType> { 3582 static CatchHandlerType getEmptyKey() { in getEmptyKey() 3583 return CatchHandlerType(DenseMapInfo<QualType>::getEmptyKey(), in getEmptyKey() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | win32-eh-states.ll | 20 %eh.CatchHandlerType = type { i32, i8* } 32 @llvm.eh.handlertype.H.0 = private unnamed_addr constant %eh.CatchHandlerType { i32 0, i8* bitcast …
|
/external/clang/lib/CodeGen/ |
D | CGCXXABI.h | 251 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
|
D | MicrosoftCXXABI.cpp | 129 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override; 3677 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument 3685 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
|
D | ItaniumCXXABI.cpp | 176 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument
|