Searched refs:exception_ (Results 1 – 9 of 9) sorted by relevance
685 std::string Magick::formatExceptionMessage(const MagickCore::ExceptionInfo *exception_) in formatExceptionMessage() argument689 if (exception_->reason != (char *) NULL) in formatExceptionMessage()692 message+=std::string(exception_->reason); in formatExceptionMessage()695 if (exception_->description != (char *) NULL) in formatExceptionMessage()696 message += " (" + std::string(exception_->description) + ")"; in formatExceptionMessage()700 Magick::Exception* Magick::createException(const MagickCore::ExceptionInfo *exception_) in createException() argument702 std::string message=formatExceptionMessage(exception_); in createException()703 switch (exception_->severity) in createException()819 MagickPPExport void Magick::throwException(ExceptionInfo *exception_, in throwException() argument839 if (exception_->severity == MagickCore::UndefinedException) in throwException()[all …]
2891 exception_(), in MinidumpException()2908 if (expected_size != sizeof(exception_)) { in Read()2910 " != " << sizeof(exception_); in Read()2914 if (!minidump_->ReadBytes(&exception_, sizeof(exception_))) { in Read()2920 Swap(&exception_.thread_id); in Read()2923 Swap(&exception_.exception_record.exception_code); in Read()2924 Swap(&exception_.exception_record.exception_flags); in Read()2925 Swap(&exception_.exception_record.exception_record); in Read()2926 Swap(&exception_.exception_record.exception_address); in Read()2927 Swap(&exception_.exception_record.number_parameters); in Read()[all …]
410 const MagickCore::ExceptionInfo *exception_);412 Exception* createException(const MagickCore::ExceptionInfo *exception_);421 MagickCore::ExceptionInfo *exception_,const bool quiet_=false);
600 return valid_ ? &exception_ : NULL; in exception()623 MDRawExceptionStream exception_; variable
644 catch ( Exception &exception_) in main() local647 << " \"" << exception_.what() << "\"" << endl; in main()
264 bit_cast<Object**>(&(block->exception_))); in Iterate()1622 if (scheduled_exception() == handler->exception_) { in Throw()1961 handler->exception_ = pending_exception(); in Throw()2788 try_catch_handler()->exception_ = ReadOnlyRoots(heap()).null_value(); in Throw()2813 handler->exception_ = pending_exception(); in Throw()
2710 return !reinterpret_cast<i::Object*>(exception_)->IsTheHole(isolate_); in HasCaught()2734 i::Object* exception = reinterpret_cast<i::Object*>(exception_); in Exception()2744 i::Object* raw_obj = reinterpret_cast<i::Object*>(exception_); in StackTrace()2785 exception_ = the_hole; in ResetInternal()
2198 Expression* exception() const { return exception_; } in exception()2204 : Expression(pos, kThrow), exception_(exception) {} in Throw()2206 Expression* exception_; variable
8968 void* exception_;