HomeSort by: relevance | last modified time | path
    Searched refs:ExceptionType (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 87 IN EXCEPTION_TYPE ExceptionType,
103 IN EXCEPTION_TYPE ExceptionType
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 673 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) {
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->isObjectType()
    [all...]
SemaDeclObjC.cpp 5195 QualType ExceptionType = TInfo->getType();
5197 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType,
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidebug.h 524 IN EFI_EXCEPTION_TYPE ExceptionType,
604 IN EFI_EXCEPTION_TYPE ExceptionType);
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1057 for (auto exceptionType : info.ExceptionSpec.Exceptions) {
1058 QualType newExceptionType = recurse(exceptionType);
1062 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr())
1352 for (auto exceptionType : info.ExceptionSpec.Exceptions) {
1353 QualType newExceptionType = exceptionType.substObjCTypeArgs(
1358 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr())
3184 reinterpret_cast<QualType *>(getTrailingObjects<ExceptionType>());
3186 for (QualType ExceptionType : epi.ExceptionSpec.Exceptions) {
3191 ExceptionType->getDependence() &
3194 exnSlot[I++] = ExceptionType;
    [all...]
ASTContext.cpp 4369 FunctionType::ExceptionType, Expr *, FunctionDecl *,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3786 struct ExceptionType { QualType Type; };
3892 FunctionType::FunctionTypeExtraBitfields, FunctionType::ExceptionType,
3913 // * an array of getNumExceptions() ExceptionType,
4005 unsigned numTrailingObjects(OverloadToken<ExceptionType>) const {
4272 getTrailingObjects<ExceptionType>());
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2004 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);
4801 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,

Completed in 169 milliseconds