/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecordHelpers.h | 46 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 | 1566 if (rvalue.isAggregate()) { in emitCopyIntoMemory() 1599 if (rvalue.isAggregate()) in materializeRValue() 1952 assert(!rvalue.isAggregate() || in EmitAtomicStore() 2025 assert(!Expected.isAggregate() || in EmitAtomicCompareExchange() 2028 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 | 342 assert(src.isAggregate() && "value must be aggregate value!"); in EmitFinalDestCopy() 1067 if (RV.isAggregate()) in VisitBinCmp()
|
H A D | CGCall.cpp | 5137 if (I->isAggregate()) { in EmitCall() 5184 if (I->isAggregate()) { in EmitCall() 5288 if (!I->isAggregate()) in EmitCall() 5351 if (!I->isAggregate()) { in EmitCall() 5441 if (I->isAggregate()) { in EmitCall()
|
H A D | CGObjCGNU.cpp | 2954 assert(msgRet.isAggregate()); in GenerateMessageSend() 2973 } else if (msgRet.isAggregate()) { in GenerateMessageSend()
|
H A D | CGStmt.cpp | 1416 } else if (RV.isAggregate()) { in EmitReturnOfRValue()
|
H A D | CGObjCMac.cpp | 1805 if (result.isAggregate()) { in complete() 1806 assert(result.isAggregate() && "null init of non-aggregate result?"); in complete()
|
H A D | CGDebugInfo.cpp | 2728 if (RD->isLambda() || RD->isAggregate() || in canUseCtorHoming()
|
H A D | CGStmtOpenMP.cpp | 6020 assert(!Val.isAggregate() && "Must be a scalar or complex."); in convertToScalarValue()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaFixItUtils.cpp | 217 if (RD->isAggregate()) in getFixItZeroInitializerForType()
|
H A D | CheckExprLifetime.cpp | 762 assert(RD->isAggregate() && "aggregate init on non-aggregate"); in visitLocalsRetainedByInitializer()
|
H A D | SemaOpenACC.cpp | 1188 CXXRD && !CXXRD->isAggregate()) { in CheckReductionVar()
|
H A D | SemaInit.cpp | 6536 RD->isAggregate() && Failed() && in InitializeFrom() 9862 if (!(RD->getDefinition() && RD->isAggregate())) in DeduceTemplateSpecializationFromInitializer()
|
H A D | SemaType.cpp | 9295 } else if (!RD->isAggregate() && !RD->hasConstexprNonCopyMoveConstructor() && in RequireLiteralType()
|
H A D | SemaCodeComplete.cpp | 6420 (!getLangOpts().CPlusPlus || (CRD && CRD->isAggregate()))) { in ProduceConstructorSignatureHelp()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 519 FIELD1(isAggregate); in createCXXRecordDefinitionData()
|
H A D | TextNodeDumper.cpp | 2443 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
|
H A D | DeclCXX.cpp | 1450 return isAggregate() || (isLambda() && LangOpts.CPlusPlus17) || in isLiteral()
|
H A D | Type.cpp | 2341 return ClassDecl->isAggregate(); in isAggregateType()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 2668 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) && in bindStruct()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 1147 bool isAggregate() const { return data().Aggregate; } in isAggregate() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 1928 isAggregate(CVEntry) in visitKnownRecord()
|