Searched refs:isAggregate (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h254 bool isAggregate() const { return HasLV || RV.isAggregate(); } function in struct:clang::CodeGen::CGCallee::CallArg
H A DCGValue.h54 bool isAggregate() const { return V1.getInt() == Aggregate; } function in class:clang::CodeGen::RValue
72 assert(isAggregate() && "Not an aggregate!");
77 assert(isAggregate() && "Not an aggregate!");
H A DCGAtomic.cpp1591 if (rvalue.isAggregate()) {
1624 if (rvalue.isAggregate())
1977 assert(!rvalue.isAggregate() ||
2044 assert(!Expected.isAggregate() ||
2047 assert(!Desired.isAggregate() ||
H A DCGCleanup.cpp29 if (rv.isAggregate())
60 assert(rv.isAggregate());
H A DCGCall.cpp3942 if (I->isAggregate()) {
3973 if (!I->isAggregate()) {
4072 if (!I->isAggregate())
4115 if (!I->isAggregate()) {
4173 if (I->isAggregate()) {
H A DCGExprAgg.cpp312 assert(src.isAggregate() && "value must be aggregate value!");
996 if (RV.isAggregate())
H A DCGStmt.cpp1046 } else if (RV.isAggregate()) {
H A DCGObjCMac.cpp1812 if (result.isAggregate()) {
1813 assert(result.isAggregate() && "null init of non-aggregate result?");
H A DCGObjCGNU.cpp2742 } else if (msgRet.isAggregate()) {
H A DCGStmtOpenMP.cpp3887 assert(!Val.isAggregate() && "Must be a scalar or complex.");
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp213 if (RD->isAggregate())
H A DSemaType.cpp8316 } else if (!RD->isAggregate() && !RD->hasConstexprNonCopyMoveConstructor() &&
H A DSemaInit.cpp7148 assert(RD->isAggregate() && "aggregate init on non-aggregate");
H A DSemaDeclCXX.cpp6336 !Record->isAggregate() && !Record->hasUserDeclaredConstructor() &&
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1056 bool isAggregate() const { return data().Aggregate; } function in class:clang::CXXRecordDecl
1363 (isAggregate() || isLambda() ||
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1563 FLAG(isAggregate, aggregate);
H A DJSONNodeDumper.cpp438 FIELD1(isAggregate);
H A DType.cpp2094 return ClassDecl->isAggregate();
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2433 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) &&

Completed in 326 milliseconds