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

  /external/chromium_org/v8/src/
types.cc 22 } else if (type->IsUnion()) {
55 } else if (type->IsUnion()) {
87 } else if (type->IsUnion()) {
306 if (this->IsUnion()) {
316 ASSERT(!this->IsUnion());
317 if (that->IsUnion()) {
367 if (this->IsUnion()) {
376 if (that->IsUnion()) {
384 ASSERT(!this->IsUnion() && !that->IsUnion());
    [all...]
types-inl.h 23 t->IsUnion() || t->IsArray() || t->IsFunction() || t->IsContext());
types.h 441 bool IsUnion() { return Config::is_struct(this, StructuralType::kUnionTag); }
577 ASSERT(type->IsUnion());
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 555 unsigned IsUnion : 1;
632 Packed(false), IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 50 static bool IsUnion(Type* t) { return IsStruct(t, 5); }
99 static bool IsUnion(Handle<HeapType> t) { return IsStruct(t, 5); }
374 Rep::IsUnion(type1) == Rep::IsUnion(type2) &&
384 (!Rep::IsUnion(type1) ||
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 333 bool IsUnion(const NamedDecl *ND) const;
    [all...]

Completed in 4748 milliseconds