Home
last modified time | relevance | path

Searched refs:isCopyOrMoveConstructor (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp534 if (DtorDec || (CtorDec && CtorDec->isCopyOrMoveConstructor()) || in isInMoveSafeContext()
609 if (CtorDec && CtorDec->isCopyOrMoveConstructor()) { in checkPreCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp47 assert(Ctor->getDecl()->isCopyOrMoveConstructor()); in performTrivialCopy()
621 CE->getConstructor()->isCopyOrMoveConstructor() && in handleConstructor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp601 if (!(CD && CD->isCopyOrMoveConstructor()) && in isMemcpyEquivalentSpecialMember()
665 Constructor->isCopyOrMoveConstructor()) { in EmitMemberInitializer()
1060 if (CD->isCopyOrMoveConstructor() && CD->isDefaulted()) in getTrivialCopySource()
1095 CD->isCopyOrMoveConstructor() && in ConstructorMemcpyizer()
H A DCGExprConstant.cpp1289 assert(E->getConstructor()->isCopyOrMoveConstructor() && in VisitCXXConstructExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp817 if (Constructor->isConstexpr() && !Constructor->isCopyOrMoveConstructor()) in addedMember()
2663 return isCopyOrMoveConstructor(TypeQuals) && in isCopyConstructor()
2668 return isCopyOrMoveConstructor(TypeQuals) && in isMoveConstructor()
2673 bool CXXConstructorDecl::isCopyOrMoveConstructor(unsigned &TypeQuals) const { in isCopyOrMoveConstructor() function in CXXConstructorDecl
H A DExprConstant.cpp6176 if (Definition->isDefaulted() && Definition->isCopyOrMoveConstructor() && in HandleConstructorCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2608 bool isCopyOrMoveConstructor(unsigned &TypeQuals) const;
2611 bool isCopyOrMoveConstructor() const { in isCopyOrMoveConstructor() function
2613 return isCopyOrMoveConstructor(Quals); in isCopyOrMoveConstructor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1811 if (Ctor->isCopyOrMoveConstructor() && Ctor->isTrivial()) in checkDeviceDecl()
H A DSemaInit.cpp7384 if (CCE->getConstructor()->isCopyOrMoveConstructor()) { in visitLocalsRetainedByInitializer()
7840 if (!CCE->getConstructor()->isCopyOrMoveConstructor()) in CheckMoveOnConstruction()
H A DSemaDeclCXX.cpp6595 if (CD && CD->isCopyOrMoveConstructor()) in canPassInRegisters()
9869 if (CD->isCopyOrMoveConstructor() && !CD->isDeleted()) in checkIllFormedTrivialABIStruct()
15069 Constructor->isCopyOrMoveConstructor() && hasOneRealArgument(ExprArgs)) { in BuildCXXConstructExpr()
H A DSemaOpenMP.cpp7335 if ((Ctor->isCopyOrMoveConstructor() || in setLCDeclAndLB()
7630 if ((Ctor->isCopyOrMoveConstructor() || in getInitLCDecl()
H A DSemaOverload.cpp11186 if (cast<CXXConstructorDecl>(Fn)->isCopyOrMoveConstructor()) in NoteFunctionCandidate()