Home
last modified time | relevance | path

Searched refs:isAggregate (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h46 inline bool isAggregate(CVType CVT) { in isAggregate() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h251 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
H A DCGValue.h56 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() function
74 assert(isAggregate() && "Not an aggregate!"); in getAggregateAddress()
80 assert(isAggregate() && "Not an aggregate!"); in getAggregatePointer()
H A DCGAtomic.cpp1775 if (rvalue.isAggregate()) { in emitCopyIntoMemory()
1808 if (rvalue.isAggregate()) in materializeRValue()
2152 assert(!rvalue.isAggregate() || in EmitAtomicStore()
2220 assert(!Expected.isAggregate() || in EmitAtomicCompareExchange()
2223 assert(!Desired.isAggregate() || in EmitAtomicCompareExchange()
H A DCGCleanup.cpp29 if (rv.isAggregate()) in needsSaving()
60 assert(rv.isAggregate()); in save()
H A DCGExprAgg.cpp339 assert(src.isAggregate() && "value must be aggregate value!"); in EmitFinalDestCopy()
1053 if (RV.isAggregate()) in VisitBinCmp()
H A DCGCall.cpp5093 if (I->isAggregate()) { in EmitCall()
5140 if (!I->isAggregate()) { in EmitCall()
5252 if (!I->isAggregate()) in EmitCall()
5297 if (!I->isAggregate()) { in EmitCall()
5389 if (I->isAggregate()) { in EmitCall()
H A DCGObjCGNU.cpp2955 assert(msgRet.isAggregate()); in GenerateMessageSend()
2974 } else if (msgRet.isAggregate()) { in GenerateMessageSend()
H A DCGStmt.cpp1246 } else if (RV.isAggregate()) { in EmitReturnOfRValue()
H A DCGObjCMac.cpp1797 if (result.isAggregate()) { in complete()
1798 assert(result.isAggregate() && "null init of non-aggregate result?"); in complete()
H A DCGDebugInfo.cpp2602 if (RD->isLambda() || RD->isAggregate() || in canUseCtorHoming()
H A DCGStmtOpenMP.cpp5966 assert(!Val.isAggregate() && "Must be a scalar or complex."); in convertToScalarValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp217 if (RD->isAggregate()) in getFixItZeroInitializerForType()
H A DSemaInit.cpp6392 RD->isAggregate() && Failed() && in InitializeFrom()
7868 assert(RD->isAggregate() && "aggregate init on non-aggregate"); in visitLocalsRetainedByInitializer()
10742 if (!(RD->getDefinition() && RD->isAggregate())) in DeduceTemplateSpecializationFromInitializer()
H A DSemaType.cpp9640 } else if (!RD->isAggregate() && !RD->hasConstexprNonCopyMoveConstructor() && in RequireLiteralType()
H A DSemaCodeComplete.cpp6376 (!LangOpts.CPlusPlus || (CRD && CRD->isAggregate()))) { in ProduceConstructorSignatureHelp()
H A DSemaDeclCXX.cpp7004 !Record->isAggregate() && !Record->hasUserDeclaredConstructor() && in CheckCompletedCXXClass()
H A DSemaChecking.cpp656 if (InnerRD && (!InnerCXXRD || InnerCXXRD->isAggregate())) { in dumpRecordValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp486 FIELD1(isAggregate); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp2192 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
H A DDeclCXX.cpp1407 return isAggregate() || (isLambda() && LangOpts.CPlusPlus17) || in isLiteral()
H A DType.cpp2278 return ClassDecl->isAggregate(); in isAggregateType()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2667 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) && in bindStruct()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1146 bool isAggregate() const { return data().Aggregate; } in isAggregate() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1928 isAggregate(CVEntry) in visitKnownRecord()