Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h54 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() function
72 assert(isAggregate() && "Not an aggregate!"); in getAggregateAddress()
77 assert(isAggregate() && "Not an aggregate!"); in getAggregatePointer()
H A DCGCall.h257 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
H A DCGAtomic.cpp1616 if (rvalue.isAggregate()) { in emitCopyIntoMemory()
1649 if (rvalue.isAggregate()) in materializeRValue()
1997 assert(!rvalue.isAggregate() || in EmitAtomicStore()
2068 assert(!Expected.isAggregate() || in EmitAtomicCompareExchange()
2071 assert(!Desired.isAggregate() || in EmitAtomicCompareExchange()
H A DCGCleanup.cpp29 if (rv.isAggregate()) in needsSaving()
60 assert(rv.isAggregate()); in save()
H A DCGCall.cpp4732 if (I->isAggregate()) { in EmitCall()
4785 if (!I->isAggregate()) { in EmitCall()
4884 if (!I->isAggregate()) in EmitCall()
4927 if (!I->isAggregate()) { in EmitCall()
4995 if (I->isAggregate()) { in EmitCall()
H A DCGExprAgg.cpp316 assert(src.isAggregate() && "value must be aggregate value!"); in EmitFinalDestCopy()
1029 if (RV.isAggregate()) in VisitBinCmp()
H A DCGStmt.cpp1155 } else if (RV.isAggregate()) { in EmitReturnOfRValue()
H A DCGObjCMac.cpp1821 if (result.isAggregate()) { in complete()
1822 assert(result.isAggregate() && "null init of non-aggregate result?"); in complete()
H A DCGObjCGNU.cpp2758 } else if (msgRet.isAggregate()) { in GenerateMessageSend()
H A DCGDebugInfo.cpp2349 return !RD->isLambda() && !RD->isAggregate() && in canUseCtorHoming()
H A DCGStmtOpenMP.cpp5348 assert(!Val.isAggregate() && "Must be a scalar or complex."); in convertToScalarValue()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp213 if (RD->isAggregate()) in getFixItZeroInitializerForType()
H A DSemaType.cpp8818 } else if (!RD->isAggregate() && !RD->hasConstexprNonCopyMoveConstructor() && in RequireLiteralType()
H A DSemaInit.cpp7321 assert(RD->isAggregate() && "aggregate init on non-aggregate"); in visitLocalsRetainedByInitializer()
H A DSemaDeclCXX.cpp6648 !Record->isAggregate() && !Record->hasUserDeclaredConstructor() && in CheckCompletedCXXClass()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1098 bool isAggregate() const { return data().Aggregate; } in isAggregate() function
1405 (isAggregate() || isLambda() || in isLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp480 FIELD1(isAggregate); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp1926 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
H A DType.cpp2189 return ClassDecl->isAggregate(); in isAggregateType()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2389 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) && in bindStruct()