HomeSort by relevance Sort by last modified time
    Searched refs:IsUnion (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
types.cc 81 if (this->IsUnion()) {
99 if (this->IsUnion()) {
124 } else if (type->IsUnion()) {
140 if (type->IsUnion()) {
445 if (this->IsUnion()) {
454 if (that->IsUnion()) {
509 if (this->IsUnion()) {
518 if (that->IsUnion()) {
553 if (this->IsUnion() && this->AsUnion()->Get(1)->IsRange()) {
588 DCHECK(!this->Get(i)->IsUnion()); // (4
    [all...]
types-inl.h 23 t->IsUnion() || t->IsArray() || t->IsFunction() || t->IsContext());
types.h 506 bool IsUnion() { return Config::is_struct(this, StructuralType::kUnionTag); }
700 DCHECK(type->IsUnion());
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 599 unsigned IsUnion : 1;
664 Packed(false), IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
    [all...]
  /external/v8/test/cctest/
test-types.cc 24 static bool IsUnion(Type* t) { return IsStruct(t, 6); }
57 static bool IsUnion(Handle<HeapType> t) { return IsStruct(t, 6); }
358 this->IsUnion(type1) == this->IsUnion(type2) &&
363 (!this->IsUnion(type1) ||
405 this->IsUnion(t) + t->IsArray() + t->IsFunction() + t->IsContext());
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 333 bool IsUnion(const NamedDecl *ND) const;
    [all...]

Completed in 243 milliseconds