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

  /external/v8/src/ast/
ast-types.cc 77 if (this->IsUnion()) {
93 if (this->IsUnion()) {
115 } else if (type->IsUnion()) {
132 if (type->IsUnion()) {
539 if (this->IsUnion()) {
547 if (that->IsUnion()) {
626 if (this->IsUnion()) {
634 if (that->IsUnion()) {
679 if (this->IsUnion() && this->AsUnion()->Get(1)->IsRange()) {
713 DCHECK(!this->Get(i)->IsUnion()); // (4
    [all...]
ast-types.h 896 bool IsUnionForTesting() { return IsUnion(); }
915 bool IsUnion() { return IsKind(AstTypeBase::kUnion); }
    [all...]
  /external/v8/src/compiler/
types.cc 72 if (this->IsUnion()) {
89 if (this->IsUnion()) {
112 } else if (type->IsUnion()) {
129 if (type->IsUnion()) {
516 if (this->IsUnion()) {
524 if (that->IsUnion()) {
548 if (this->IsUnion()) {
556 if (that->IsUnion()) {
592 if (this->IsUnion() && this->AsUnion()->Get(1)->IsRange()) {
614 DCHECK(!this->Get(i)->IsUnion()); // (4
    [all...]
types.h 618 bool IsUnionForTesting() { return IsUnion(); }
635 bool IsUnion() { return IsKind(TypeBase::kUnion); }
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 598 unsigned IsUnion : 1;
663 IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 332 bool IsUnion(const NamedDecl *ND) const;
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 192 milliseconds