| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.h | 158 bool isAggregate() const { return hasLV || rv.isAggregate(); } in isAggregate() function
|
| H A D | CIRGenValue.h | 51 bool isAggregate() const { return flavor == Aggregate; } in isAggregate() function 63 assert(isAggregate() && "Not an aggregate!"); in getAggregateAddress()
|
| H A D | CIRGenCall.cpp | 503 if (arg.isAggregate()) in emitCall() 519 if (!arg.isAggregate()) in emitCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecordHelpers.h | 47 inline bool isAggregate(CVType CVT) { in isAggregate() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.h | 267 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
|
| H A D | CGValue.h | 66 bool isAggregate() const { return Flavor == Aggregate; } 84 assert(isAggregate() && "Not an aggregate!");
|
| H A D | CGAtomic.cpp | 1610 if (rvalue.isAggregate()) { in emitCopyIntoMemory() 1643 if (rvalue.isAggregate()) in materializeRValue() 1996 assert(!rvalue.isAggregate() || in EmitAtomicStore() 2069 assert(!Expected.isAggregate() || in EmitAtomicCompareExchange() 2072 assert(!Desired.isAggregate() || in EmitAtomicCompareExchange()
|
| H A D | CGCleanup.cpp | 29 if (rv.isAggregate()) in needsSaving() 49 assert(rv.isAggregate()); in save()
|
| H A D | CGExprAgg.cpp | 347 assert(src.isAggregate() && "value must be aggregate value!"); in EmitFinalDestCopy() 1016 assert(RV.isAggregate() && in VisitCastExpr() 1200 if (RV.isAggregate()) in VisitBinCmp()
|
| H A D | CGCall.cpp | 5329 if (I->isAggregate()) { in EmitCall() 5376 if (I->isAggregate()) { in EmitCall() 5481 if (!I->isAggregate()) in EmitCall() 5535 if (!I->isAggregate()) { in EmitCall() 5627 if (I->isAggregate()) { in EmitCall()
|
| H A D | CGObjCGNU.cpp | 3051 assert(msgRet.isAggregate()); in GenerateMessageSend() 3070 } else if (msgRet.isAggregate()) { in GenerateMessageSend()
|
| H A D | CGStmt.cpp | 1559 } else if (RV.isAggregate()) { in EmitReturnOfRValue()
|
| H A D | CGObjCMac.cpp | 1737 if (result.isAggregate()) { in complete() 1738 assert(result.isAggregate() && "null init of non-aggregate result?"); in complete()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 217 if (RD->isAggregate()) in getFixItZeroInitializerForType()
|
| H A D | CheckExprLifetime.cpp | 951 assert(RD->isAggregate() && "aggregate init on non-aggregate"); in visitLocalsRetainedByInitializer()
|
| H A D | SemaOpenACCClause.cpp | 1935 CXXRD && !CXXRD->isAggregate()) { in CheckReductionVar()
|
| H A D | SemaInit.cpp | 4634 DestRecordDecl->isAggregate() && in TryConstructorInitialization() 7484 if (RD && RD->isAggregate() && RD->hasUninitializedExplicitInitFields()) { in PerformConstructorInitialization() 10158 if (!(RD->getDefinition() && RD->isAggregate())) in DeduceTemplateSpecializationFromInitializer()
|
| H A D | SemaHLSL.cpp | 3164 if (RD->isUnion() || !RD->isAggregate()) { in BuildFlattenedTypeList()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 462 BaseClassDecl->isAggregate()) in setBases() 1411 FieldRec->isAggregate()) in addedMember() 1534 return isAggregate() || (isLambda() && LangOpts.CPlusPlus17) || in isLiteral() 2274 if (isAggregate() && hasUserDeclaredConstructor() && in completeDefinition() 2286 if (!isAggregate() && hasUninitializedExplicitInitFields()) { in completeDefinition()
|
| H A D | JSONNodeDumper.cpp | 518 FIELD1(isAggregate); in createCXXRecordDefinitionData()
|
| H A D | TextNodeDumper.cpp | 2605 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
|
| H A D | Type.cpp | 2413 return ClassDecl->isAggregate(); in isAggregateType()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 2899 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) && in bindStruct()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 1152 bool isAggregate() const { return data().Aggregate; } in isAggregate() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1921 isAggregate(CVEntry) in visitKnownRecord()
|