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

  /external/v8/src/compiler/
types.h 618 bool IsUnionForTesting() { return IsUnion(); }
635 bool IsUnion() { return IsKind(TypeBase::kUnion); }
  /external/v8/src/ast/
ast-types.h 896 bool IsUnionForTesting() { return IsUnion(); }
915 bool IsUnion() { return IsKind(AstTypeBase::kUnion); }
    [all...]
  /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...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 787 milliseconds