Home
last modified time | relevance | path

Searched refs:ExceptionType (Results 1 – 25 of 66) sorted by relevance

123

/external/ImageMagick/MagickCore/
Dexception.h99 } ExceptionType; typedef
103 ExceptionType
127 (*ErrorHandler)(const ExceptionType,const char *,const char *);
130 (*FatalErrorHandler)(const ExceptionType,const char *,const char *);
133 (*WarningHandler)(const ExceptionType,const char *,const char *);
139 *GetLocaleExceptionMessage(const ExceptionType,const char *);
153 ThrowException(ExceptionInfo *,const ExceptionType,const char *,
156 const size_t,const ExceptionType,const char *,const char *,va_list),
158 const ExceptionType,const char *,const char *,...)
165 MagickError(const ExceptionType,const char *,const char *),
[all …]
Dexception.c71 DefaultErrorHandler(const ExceptionType,const char *,const char *),
72 DefaultFatalErrorHandler(const ExceptionType,const char *,const char *),
73 DefaultWarningHandler(const ExceptionType,const char *,const char *);
298 static void DefaultErrorHandler(const ExceptionType magick_unused(severity), in DefaultErrorHandler()
340 static void DefaultFatalErrorHandler(const ExceptionType severity, in DefaultFatalErrorHandler()
382 static void DefaultWarningHandler(const ExceptionType magick_unused(severity), in DefaultWarningHandler()
571 static const char *ExceptionSeverityToTag(const ExceptionType severity) in ExceptionSeverityToTag()
643 MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity, in GetLocaleExceptionMessage()
773 MagickExport void MagickError(const ExceptionType error,const char *reason, in MagickError()
809 MagickExport void MagickFatalError(const ExceptionType error,const char *reason, in MagickFatalError()
[all …]
Dnt-base.h323 NTErrorHandler(const ExceptionType,const char *,const char *),
325 NTWarningHandler(const ExceptionType,const char *,const char *);
Dimage-view.h38 *GetImageViewException(const ImageView *,ExceptionType *);
/external/ImageMagick/MagickWand/
Dpixel-iterator.h32 *PixelGetIteratorException(const PixelIterator *,ExceptionType *);
34 extern WandExport ExceptionType
DMagickWand.h101 *MagickGetException(const MagickWand *,ExceptionType *);
103 extern WandExport ExceptionType
Dpixel-wand.h31 *PixelGetException(const PixelWand *,ExceptionType *);
45 extern WandExport ExceptionType
Dwandcli.h38 const ExceptionType,const char *,const char *,...)
Ddrawing-wand.h36 *DrawGetException(const DrawingWand *,ExceptionType *),
75 extern WandExport ExceptionType
Dwand-view.h38 *GetWandViewException(const WandView *,ExceptionType *);
/external/antlr/runtime/Cpp/include/
Dantlr3interfaces.hpp72 enum ExceptionType enum
107 template<class ImplTraits, ExceptionType Ex, class StreamType>
Dantlr3exception.inl173 template<class ImplTraits, ExceptionType Ex, class StreamType>
185 template<class ImplTraits, ExceptionType Ex, class StreamType>
191 template<class ImplTraits, ExceptionType Ex, class StreamType>
208 template<class ImplTraits, ExceptionType Ex, class StreamType>
227 template<class ImplTraits, ExceptionType Ex, class StreamType>
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DFuturesGetCheckedBenchmark.java75 private enum ExceptionType { enum in FuturesGetCheckedBenchmark
81 ExceptionType(Class<? extends Exception> exceptionType) { in ExceptionType() method in FuturesGetCheckedBenchmark.ExceptionType
103 @Param ExceptionType exceptionType;
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
DFuturesGetCheckedBenchmark.java75 private enum ExceptionType { enum in FuturesGetCheckedBenchmark
81 ExceptionType(Class<? extends Exception> exceptionType) { in ExceptionType() method in FuturesGetCheckedBenchmark.ExceptionType
103 @Param ExceptionType exceptionType;
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp671 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { in handlerCanCatch() argument
682 if (Context.hasSameUnqualifiedType(ExceptionType, HandlerType)) in handlerCanCatch()
693 if (ExceptionType->isNullPtrType()) in handlerCanCatch()
705 if (IsQualificationConversion(ExceptionType, HandlerType, false, in handlerCanCatch()
707 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch()
711 if (!ExceptionType->isPointerType() || !HandlerType->isPointerType()) in handlerCanCatch()
716 ExceptionType = Context.getUnqualifiedArrayType( in handlerCanCatch()
717 ExceptionType->getPointeeType(), EQuals); in handlerCanCatch()
723 if (HandlerType->isVoidType() && ExceptionType->isObjectType()) in handlerCanCatch()
731 if (!ExceptionType->isRecordType() || !HandlerType->isRecordType()) in handlerCanCatch()
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExceptionAnalyzer.cpp16 const Type *ExceptionType) { in registerException() argument
17 assert(ExceptionType != nullptr && "Only valid types are accepted"); in registerException()
19 ThrownExceptions.insert(ExceptionType); in registerException()
/external/ImageMagick/www/source/
Dwand.c12 ExceptionType \ in main()
/external/ImageMagick/MagickWand/tests/
Dadd_norm.c12 ExceptionType in ThrowWandException()
Dadd_last.c12 ExceptionType in ThrowWandException()
Dadd_first.c12 ExceptionType in ThrowWandException()
Dadd_index.c12 ExceptionType in ThrowWandException()
Dadd_mixed.c12 ExceptionType in ThrowWandException()
Dadd_first_lists.c12 ExceptionType in ThrowWandException()
Dadd_norm_lists.c12 ExceptionType in ThrowWandException()
/external/ImageMagick/api_examples/
Dwand.c33 ExceptionType in ThrowWandException()

123