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

/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Defidbg.h87 IN EXCEPTION_TYPE ExceptionType,
103 IN EXCEPTION_TYPE ExceptionType
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp673 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { argument
677 // HandlerType must be ExceptionType or derived from it, or pointer or
684 if (Context.hasSameUnqualifiedType(ExceptionType, HandlerType))
695 if (ExceptionType->isNullPtrType())
707 if (IsQualificationConversion(ExceptionType, HandlerType, false,
709 IsFunctionConversion(ExceptionType, HandlerType, Result))
713 if (!ExceptionType->isPointerType() || !HandlerType->isPointerType())
718 ExceptionType = Context.getUnqualifiedArrayType(
719 ExceptionType->getPointeeType(), EQuals);
725 if (HandlerType->isVoidType() && ExceptionType
[all...]
H A DSemaDeclObjC.cpp5195 QualType ExceptionType = TInfo->getType(); local
5197 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType,
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defidebug.h524 IN EFI_EXCEPTION_TYPE ExceptionType,
604 IN EFI_EXCEPTION_TYPE ExceptionType);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3184 reinterpret_cast<QualType *>(getTrailingObjects<ExceptionType>());
3186 for (QualType ExceptionType : epi.ExceptionSpec.Exceptions) {
3191 ExceptionType->getDependence() &
3194 exnSlot[I++] = ExceptionType;
H A DASTContext.cpp4369 FunctionType::ExceptionType, Expr *, FunctionDecl *,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h3786 struct ExceptionType { QualType Type; };
3892 FunctionType::FunctionTypeExtraBitfields, FunctionType::ExceptionType,
3913 // * an array of getNumExceptions() ExceptionType,
4005 unsigned numTrailingObjects(OverloadToken<ExceptionType>) const {
4272 getTrailingObjects<ExceptionType>());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2004 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);
4801 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,

Completed in 276 milliseconds