Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.h158 bool isAggregate() const { return hasLV || rv.isAggregate(); } in isAggregate() function
H A DCIRGenValue.h51 bool isAggregate() const { return flavor == Aggregate; } in isAggregate() function
63 assert(isAggregate() && "Not an aggregate!"); in getAggregateAddress()
H A DCIRGenCall.cpp503 if (arg.isAggregate()) in emitCall()
519 if (!arg.isAggregate()) in emitCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h47 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.cpp1610 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 DCGCleanup.cpp29 if (rv.isAggregate()) in needsSaving()
49 assert(rv.isAggregate()); in save()
H A DCGExprAgg.cpp347 assert(src.isAggregate() && "value must be aggregate value!"); in EmitFinalDestCopy()
1016 assert(RV.isAggregate() && in VisitCastExpr()
1200 if (RV.isAggregate()) in VisitBinCmp()
H A DCGCall.cpp5329 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 DCGObjCGNU.cpp3051 assert(msgRet.isAggregate()); in GenerateMessageSend()
3070 } else if (msgRet.isAggregate()) { in GenerateMessageSend()
H A DCGStmt.cpp1559 } else if (RV.isAggregate()) { in EmitReturnOfRValue()
H A DCGObjCMac.cpp1737 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 DSemaFixItUtils.cpp217 if (RD->isAggregate()) in getFixItZeroInitializerForType()
H A DCheckExprLifetime.cpp951 assert(RD->isAggregate() && "aggregate init on non-aggregate"); in visitLocalsRetainedByInitializer()
H A DSemaOpenACCClause.cpp1935 CXXRD && !CXXRD->isAggregate()) { in CheckReductionVar()
H A DSemaInit.cpp4634 DestRecordDecl->isAggregate() && in TryConstructorInitialization()
7484 if (RD && RD->isAggregate() && RD->hasUninitializedExplicitInitFields()) { in PerformConstructorInitialization()
10158 if (!(RD->getDefinition() && RD->isAggregate())) in DeduceTemplateSpecializationFromInitializer()
H A DSemaHLSL.cpp3164 if (RD->isUnion() || !RD->isAggregate()) { in BuildFlattenedTypeList()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp462 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 DJSONNodeDumper.cpp518 FIELD1(isAggregate); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp2605 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
H A DType.cpp2413 return ClassDecl->isAggregate(); in isAggregateType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2899 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) && in bindStruct()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1152 bool isAggregate() const { return data().Aggregate; } in isAggregate() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1921 isAggregate(CVEntry) in visitKnownRecord()

12