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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h255 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.cpp1592 if (rvalue.isAggregate()) {
1625 if (rvalue.isAggregate())
1978 assert(!rvalue.isAggregate() ||
2049 assert(!Expected.isAggregate() ||
2052 assert(!Desired.isAggregate() ||
H A DCGCleanup.cpp29 if (rv.isAggregate())
60 assert(rv.isAggregate());
H A DCGCall.cpp4366 if (I->isAggregate()) {
4418 if (!I->isAggregate()) {
4517 if (!I->isAggregate())
4560 if (!I->isAggregate()) {
4628 if (I->isAggregate()) {
H A DCGExprAgg.cpp316 assert(src.isAggregate() && "value must be aggregate value!");
1022 if (RV.isAggregate())
H A DCGStmt.cpp1062 } else if (RV.isAggregate()) {
H A DCGObjCMac.cpp1807 if (result.isAggregate()) {
1808 assert(result.isAggregate() && "null init of non-aggregate result?");
H A DCGObjCGNU.cpp2754 } else if (msgRet.isAggregate()) {
H A DCGStmtOpenMP.cpp4803 assert(!Val.isAggregate() && "Must be a scalar or complex.");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp213 if (RD->isAggregate())
H A DSemaInit.cpp7197 assert(RD->isAggregate() && "aggregate init on non-aggregate");
H A DSemaType.cpp8661 } else if (!RD->isAggregate() && !RD->hasConstexprNonCopyMoveConstructor() &&
H A DSemaDeclCXX.cpp6525 !Record->isAggregate() && !Record->hasUserDeclaredConstructor() &&
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1087 bool isAggregate() const { return data().Aggregate; } function in class:clang::CXXRecordDecl
1394 (isAggregate() || isLambda() ||
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp449 FIELD1(isAggregate);
H A DTextNodeDumper.cpp1836 FLAG(isAggregate, aggregate);
H A DType.cpp2187 return ClassDecl->isAggregate();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2390 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) &&

Completed in 560 milliseconds