HomeSort by relevance Sort by last modified time
    Searched refs:UndefinedType (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/test/Sema/
invalid-decl.c 26 UndefinedType undef; // expected-error {{unknown type name 'UndefinedType'}}
  /art/runtime/verifier/
reg_type-inl.h 201 inline const UndefinedType* UndefinedType::GetInstance() {
reg_type.cc 43 const UndefinedType* UndefinedType::instance_ = nullptr;
289 std::string UndefinedType::Dump() const REQUIRES_SHARED(Locks::mutator_lock_) {
293 const UndefinedType* UndefinedType::CreateInstance(mirror::Class* klass,
297 instance_ = new UndefinedType(klass, descriptor, cache_id);
301 void UndefinedType::Destroy() {
595 const UndefinedType& undefined = reg_types->Undefined();
    [all...]
reg_type_cache-inl.h 78 inline const UndefinedType& RegTypeCache::Undefined() {
79 return *UndefinedType::GetInstance();
reg_type_cache.h 57 class UndefinedType;
125 const UndefinedType& Undefined() REQUIRES_SHARED(Locks::mutator_lock_);
reg_type.h 415 // Merging with UndefinedType yields ConflictType which is the true bottom.
416 class UndefinedType FINAL : public RegType {
423 static const UndefinedType* GetInstance() PURE;
426 static const UndefinedType* CreateInstance(mirror::Class* klass,
439 UndefinedType(mirror::Class* klass, const StringPiece& descriptor,
445 static const UndefinedType* instance_;
    [all...]
reg_type_cache.cc 59 entries_.push_back(UndefinedType::GetInstance());
301 UndefinedType::Destroy();
359 create_primitive_type_instance(TypeHelper<UndefinedType>(""));
686 UndefinedType::GetInstance()->VisitRoots(visitor, ri);
  /external/ImageMagick/tests/
validate.h 462 { UndefinedType, 0 }
validate.c     [all...]
  /external/ImageMagick/MagickCore/
attribute.c 673 return(UndefinedType);
685 type=UndefinedType;
693 if (type == UndefinedType)
767 type=UndefinedType;
772 if (type == UndefinedType)
829 if (IdentifyImageGray(image,exception) != UndefinedType)
    [all...]
image.h 53 UndefinedType,
identify.c 597 if (image->type != UndefinedType)
    [all...]
option.c     [all...]
cache.c     [all...]
colorspace.c     [all...]
  /external/ImageMagick/coders/
mpc.c     [all...]
miff.c     [all...]
tiff.c     [all...]
png.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 688 using MagickCore::UndefinedType;
    [all...]
  /external/ImageMagick/MagickWand/
mogrify.c     [all...]
magick-image.c     [all...]
  /external/ImageMagick/www/api/
magick-property.php     [all...]
magick-image.php     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]

Completed in 632 milliseconds

1 2