Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h46 inline bool isAggregate(CVType CVT) { in isAggregate() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h252 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
H A DCGValue.h56 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() function
74 assert(isAggregate() && "Not an aggregate!"); in getAggregateAddress()
80 assert(isAggregate() && "Not an aggregate!"); in getAggregatePointer()
H A DCGAtomic.cpp1670 if (rvalue.isAggregate()) { in emitCopyIntoMemory()
1703 if (rvalue.isAggregate()) in materializeRValue()
2051 assert(!rvalue.isAggregate() || in EmitAtomicStore()
2122 assert(!Expected.isAggregate() || in EmitAtomicCompareExchange()
2125 assert(!Desired.isAggregate() || in EmitAtomicCompareExchange()
H A DCGCleanup.cpp29 if (rv.isAggregate()) in needsSaving()
60 assert(rv.isAggregate()); in save()
H A DCGExprAgg.cpp334 assert(src.isAggregate() && "value must be aggregate value!"); in EmitFinalDestCopy()
1050 if (RV.isAggregate()) in VisitBinCmp()
H A DCGCall.cpp4881 if (I->isAggregate()) { in EmitCall()
4931 if (!I->isAggregate()) { in EmitCall()
5042 if (!I->isAggregate()) in EmitCall()
5087 if (!I->isAggregate()) { in EmitCall()
5159 if (I->isAggregate()) { in EmitCall()
H A DCGObjCGNU.cpp2828 assert(msgRet.isAggregate()); in GenerateMessageSend()
2847 } else if (msgRet.isAggregate()) { in GenerateMessageSend()
H A DCGStmt.cpp1227 } else if (RV.isAggregate()) { in EmitReturnOfRValue()
H A DCGObjCMac.cpp1797 if (result.isAggregate()) { in complete()
1798 assert(result.isAggregate() && "null init of non-aggregate result?"); in complete()
H A DCGDebugInfo.cpp2486 return !RD->isLambda() && !RD->isAggregate() && in canUseCtorHoming()
H A DCGStmtOpenMP.cpp5916 assert(!Val.isAggregate() && "Must be a scalar or complex."); in convertToScalarValue()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaFixItUtils.cpp217 if (RD->isAggregate()) in getFixItZeroInitializerForType()
H A DSemaInit.cpp6249 RD->isAggregate() && Failed() && in InitializeFrom()
7708 assert(RD->isAggregate() && "aggregate init on non-aggregate"); in visitLocalsRetainedByInitializer()
H A DSemaType.cpp9148 } else if (!RD->isAggregate() && !RD->hasConstexprNonCopyMoveConstructor() && in RequireLiteralType()
H A DSemaCodeComplete.cpp6286 (!LangOpts.CPlusPlus || (CRD && CRD->isAggregate()))) { in ProduceConstructorSignatureHelp()
H A DSemaDeclCXX.cpp6801 !Record->isAggregate() && !Record->hasUserDeclaredConstructor() && in CheckCompletedCXXClass()
H A DSemaChecking.cpp626 if (InnerRD && (!InnerCXXRD || InnerCXXRD->isAggregate())) { in dumpRecordValue()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h1119 bool isAggregate() const { return data().Aggregate; } in isAggregate() function
1429 (isAggregate() || isLambda() || in isLiteral()
/openbsd/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp481 FIELD1(isAggregate); in createCXXRecordDefinitionData()
H A DTextNodeDumper.cpp1983 FLAG(isAggregate, aggregate); in VisitCXXRecordDecl()
H A DType.cpp2237 return ClassDecl->isAggregate(); in isAggregateType()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2683 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) && in bindStruct()