HomeSort by: relevance | last modified time | path
    Searched refs:IsUnion (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp 614 unsigned IsUnion : 1;
697 InferAlignment(false), Packed(false), IsUnion(false),
1069 assert(!IsUnion && "Unions cannot be dynamic classes.");
1207 assert(!IsUnion && "Unions cannot have base classes.");
1315 IsUnion = RD->isUnion();
1501 if (IsUnion) {
1652 IsUnion ? 0 : (getDataSizeInBits() - UnfilledBitsInLastUnit);
1660 if (!IsUnion && FieldOffset == 0 &&
1703 if (IsMsStruct && IsUnion) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Descriptor.cpp 119 const bool IsUnion = D->ElemRecord->isUnion();
126 Desc->IsActive = IsActive && !IsUnion;
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.h 80 BTFTypeFwd(StringRef Name, bool IsUnion);
290 void visitFwdDeclType(const DICompositeType *CTy, bool IsUnion,
BTFDebug.cpp 98 BTFTypeFwd::BTFTypeFwd(StringRef Name, bool IsUnion) : Name(Name) {
100 BTFType.Info = IsUnion << 31 | Kind << 24;
557 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion,
559 auto TypeEntry = std::make_unique<BTFTypeFwd>(CTy->getName(), IsUnion);
1339 bool IsUnion = Fixup.second.first;
1351 auto FwdTypeEntry = std::make_unique<BTFTypeFwd>(TypeName, IsUnion);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 4714 << Record->isUnion() << DS.getSourceRange();
4837 bool IsUnion) {
4850 << IsUnion << Name;
4885 AnonRecord->isUnion())) {
4972 if (!Parent->isUnion() || !Parent->hasInClassInitializer())
4981 if (!Parent->isUnion() || !Parent->hasInClassInitializer())
4998 if (Record->isUnion() && !getLangOpts().CPlusPlus && !getLangOpts().C11)
5000 else if (!Record->isUnion() && getLangOpts().CPlusPlus)
5002 else if (!Record->isUnion() && !getLangOpts().C11)
5010 if (Record->isUnion()) {
    [all...]
SemaCodeComplete.cpp 369 bool IsUnion(const NamedDecl *ND) const;
1493 bool ResultBuilder::IsUnion(const NamedDecl *ND) const {
5477 Filter = &ResultBuilder::IsUnion;
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 130 bool IsUnion = false;
143 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {}
347 if (IsUnion) {
3545 if (Struct.IsUnion)
3751 if (Struct.IsUnion)
4249 if (OwningStruct.IsUnion)
4411 if (!ParentStruct.IsUnion) {
4418 if (ParentStruct.IsUnion)
4430 if (ParentStruct.IsUnion)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 2524 bool IsUnion = (RD && RD->isUnion());
2591 if (IsUnion) {
5362 if (RD->isUnion())
TargetInfo.cpp 3082 bool IsUnion = RT->isUnionType() && !UseClang11Compat;
3103 ((!IsUnion && Size != getContext().getTypeSize(i->getType())) ||
5114 Members = (RD->isUnion() ?
6623 if (!RD->isUnion())
6642 if (!RD->isUnion()) {
10618 if (RD->isUnion())

Completed in 41 milliseconds