| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.h | 46 inline bool isAggregate(CVType CVT) { in isAggregate() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.h | 251 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
|
| H A D | CGValue.h | 56 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 D | CGAtomic.cpp | 1775 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 D | CGCleanup.cpp | 29 if (rv.isAggregate()) in needsSaving() 60 assert(rv.isAggregate()); in save()
|
| H A D | CGExprAgg.cpp | 339 assert(src.isAggregate() && "value must be aggregate value!"); in EmitFinalDestCopy() 1053 if (RV.isAggregate()) in VisitBinCmp()
|
| H A D | CGCall.cpp | 5093 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 D | CGObjCGNU.cpp | 2955 assert(msgRet.isAggregate()); in GenerateMessageSend() 2974 } else if (msgRet.isAggregate()) { in GenerateMessageSend()
|
| H A D | CGStmt.cpp | 1246 } else if (RV.isAggregate()) { in EmitReturnOfRValue()
|
| H A D | CGObjCMac.cpp | 1797 if (result.isAggregate()) { in complete() 1798 assert(result.isAggregate() && "null init of non-aggregate result?"); in complete()
|
| H A D | CGDebugInfo.cpp | 2602 if (RD->isLambda() || RD->isAggregate() || in canUseCtorHoming()
|
| H A D | CGStmtOpenMP.cpp | 5966 assert(!Val.isAggregate() && "Must be a scalar or complex."); in convertToScalarValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 217 if (RD->isAggregate()) in getFixItZeroInitializerForType()
|
| H A D | SemaInit.cpp | 6392 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 D | SemaType.cpp | 9640 } else if (!RD->isAggregate() && !RD->hasConstexprNonCopyMoveConstructor() && in RequireLiteralType()
|
| H A D | SemaCodeComplete.cpp | 6376 (!LangOpts.CPlusPlus || (CRD && CRD->isAggregate()))) { in ProduceConstructorSignatureHelp()
|
| H A D | SemaDeclCXX.cpp | 7004 !Record->isAggregate() && !Record->hasUserDeclaredConstructor() && in CheckCompletedCXXClass()
|
| H A D | SemaChecking.cpp | 656 if (InnerRD && (!InnerCXXRD || InnerCXXRD->isAggregate())) { in dumpRecordValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 486 FIELD1(isAggregate); in createCXXRecordDefinitionData()
|
| H A D | TextNodeDumper.cpp | 2192 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
|
| H A D | DeclCXX.cpp | 1407 return isAggregate() || (isLambda() && LangOpts.CPlusPlus17) || in isLiteral()
|
| H A D | Type.cpp | 2278 return ClassDecl->isAggregate(); in isAggregateType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 2667 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) && in bindStruct()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 1146 bool isAggregate() const { return data().Aggregate; } in isAggregate() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1928 isAggregate(CVEntry) in visitKnownRecord()
|