Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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.h253 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
H A DCGAtomic.cpp1532 if (rvalue.isAggregate()) { in emitCopyIntoMemory()
1565 if (rvalue.isAggregate()) in materializeRValue()
1918 assert(!rvalue.isAggregate() || in EmitAtomicStore()
1985 assert(!Expected.isAggregate() || in EmitAtomicCompareExchange()
1988 assert(!Desired.isAggregate() || in EmitAtomicCompareExchange()
H A DCGCleanup.cpp30 if (rv.isAggregate()) in needsSaving()
65 assert(rv.isAggregate()); in save()
H A DCGCall.cpp3907 if (I->isAggregate()) { in EmitCall()
3936 if (!I->isAggregate()) { in EmitCall()
4024 if (!I->isAggregate()) in EmitCall()
4067 if (!I->isAggregate()) { in EmitCall()
4127 if (I->isAggregate()) { in EmitCall()
H A DCGExprAgg.cpp308 assert(src.isAggregate() && "value must be aggregate value!"); in EmitFinalDestCopy()
975 if (RV.isAggregate()) in VisitBinCmp()
H A DCGStmt.cpp1007 } else if (RV.isAggregate()) { in EmitReturnOfRValue()
H A DCGObjCMac.cpp1755 if (result.isAggregate()) { in complete()
1756 assert(result.isAggregate() && "null init of non-aggregate result?"); in complete()
H A DCGObjCGNU.cpp2637 } else if (msgRet.isAggregate()) { in GenerateMessageSend()
H A DCGStmtOpenMP.cpp3549 assert(!Val.isAggregate() && "Must be a scalar or complex."); in convertToScalarValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp214 if (RD->isAggregate()) in getFixItZeroInitializerForType()
H A DSemaType.cpp7996 } else if (!RD->isAggregate() && !RD->hasConstexprNonCopyMoveConstructor() && in RequireLiteralType()
H A DSemaInit.cpp6776 assert(RD->isAggregate() && "aggregate init on non-aggregate"); in visitLocalsRetainedByInitializer()
H A DSemaDeclCXX.cpp6011 !Record->isAggregate() && !Record->hasUserDeclaredConstructor() && in CheckCompletedCXXClass()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1284 bool isAggregate() const { return data().Aggregate; }
1570 (isAggregate() || isLambda() ||
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp855 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
H A DType.cpp2010 return ClassDecl->isAggregate(); in isAggregateType()