Searched refs:IsUnion (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Dtypes.cc81 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()); // (
[all...]
H A Dtypes-inl.h23 t->IsUnion() || t->IsArray() || t->IsFunction() || t->IsContext());
H A Dtypes.h506 bool IsUnion() { return Config::is_struct(this, StructuralType::kUnionTag); } function in class:v8::internal::TypeImpl
700 DCHECK(type->IsUnion());
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp555 unsigned IsUnion : 1;
632 Packed(false), IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
1223 IsUnion = RD->isUnion();
1388 if (IsUnion) {
1508 IsUnion ? 0 : (getDataSizeInBits() - UnfilledBitsInLastUnit);
1613 if (IsUnion) {
1666 IsUnion ? CharUnits::Zero() : getDataSize();
1732 if (!IsUnion && EmptySubobjects) {
1739 if (!IsUnion && EmptySubobjects) {
1758 if (IsUnion)
2226 bool IsUnion : 1; member in struct:__anon17745::MicrosoftRecordLayoutBuilder
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc24 static bool IsUnion(Type* t) { return IsStruct(t, 6); } function in struct:ZoneRep
57 static bool IsUnion(Handle<HeapType> t) { return IsStruct(t, 6); } function in struct:HeapRep
358 this->IsUnion(type1) == this->IsUnion(type2) &&
363 (!this->IsUnion(type1) ||
405 this->IsUnion(t) + t->IsArray() + t->IsFunction() + t->IsContext());
1016 this->IsUnion(type2) || this->IsUnion(type1) ||
1558 CHECK(this->IsUnion(T.Union(T.NumberArray, T.Number)));
1567 CHECK(this->IsUnion(
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2068 bool IsUnion = (RD && RD->isUnion()); local
2138 if (IsUnion) {
4501 bool IsUnion = (RD && RD->isUnion()); local
4596 if (IsUnion) {
4610 if (IsUnion) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp333 bool IsUnion(const NamedDecl *ND) const;
1129 bool ResultBuilder::IsUnion(const NamedDecl *ND) const { function in class:ResultBuilder
3660 Filter = &ResultBuilder::IsUnion;

Completed in 949 milliseconds