Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h46 inline bool isAggregate(CVType CVT) { in isAggregate() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h267 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
H A DCGValue.h66 bool isAggregate() const { return Flavor == Aggregate; }
84 assert(isAggregate() && "Not an aggregate!");
H A DCGAtomic.cpp1566 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 DCGCleanup.cpp29 if (rv.isAggregate()) in needsSaving()
49 assert(rv.isAggregate()); in save()
H A DCGExprAgg.cpp342 assert(src.isAggregate() && "value must be aggregate value!"); in EmitFinalDestCopy()
1067 if (RV.isAggregate()) in VisitBinCmp()
H A DCGCall.cpp5137 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 DCGObjCGNU.cpp2954 assert(msgRet.isAggregate()); in GenerateMessageSend()
2973 } else if (msgRet.isAggregate()) { in GenerateMessageSend()
H A DCGStmt.cpp1416 } else if (RV.isAggregate()) { in EmitReturnOfRValue()
H A DCGObjCMac.cpp1805 if (result.isAggregate()) { in complete()
1806 assert(result.isAggregate() && "null init of non-aggregate result?"); in complete()
H A DCGDebugInfo.cpp2728 if (RD->isLambda() || RD->isAggregate() || in canUseCtorHoming()
H A DCGStmtOpenMP.cpp6020 assert(!Val.isAggregate() && "Must be a scalar or complex."); in convertToScalarValue()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp217 if (RD->isAggregate()) in getFixItZeroInitializerForType()
H A DCheckExprLifetime.cpp762 assert(RD->isAggregate() && "aggregate init on non-aggregate"); in visitLocalsRetainedByInitializer()
H A DSemaOpenACC.cpp1188 CXXRD && !CXXRD->isAggregate()) { in CheckReductionVar()
H A DSemaInit.cpp6536 RD->isAggregate() && Failed() && in InitializeFrom()
9862 if (!(RD->getDefinition() && RD->isAggregate())) in DeduceTemplateSpecializationFromInitializer()
H A DSemaType.cpp9295 } else if (!RD->isAggregate() && !RD->hasConstexprNonCopyMoveConstructor() && in RequireLiteralType()
H A DSemaCodeComplete.cpp6420 (!getLangOpts().CPlusPlus || (CRD && CRD->isAggregate()))) { in ProduceConstructorSignatureHelp()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp519 FIELD1(isAggregate); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp2443 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
H A DDeclCXX.cpp1450 return isAggregate() || (isLambda() && LangOpts.CPlusPlus17) || in isLiteral()
H A DType.cpp2341 return ClassDecl->isAggregate(); in isAggregateType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2668 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) && in bindStruct()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1147 bool isAggregate() const { return data().Aggregate; } in isAggregate() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1928 isAggregate(CVEntry) in visitKnownRecord()

12