Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp533 if (DtorDec || (CtorDec && CtorDec->isCopyOrMoveConstructor()) || in isInMoveSafeContext()
608 if (CtorDec && CtorDec->isCopyOrMoveConstructor()) { in checkPreCall()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp49 assert(Ctor->getDecl()->isCopyOrMoveConstructor()); in performTrivialCopy()
774 CE->getConstructor()->isCopyOrMoveConstructor() && in handleConstructor()
H A DBugReporterVisitors.cpp1424 return CtorDecl->isCopyOrMoveConstructor() && CtorDecl->isTrivial(); in isTrivialCopyOrMoveCtor()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp826 if (Constructor->isConstexpr() && !Constructor->isCopyOrMoveConstructor()) in addedMember()
2694 return isCopyOrMoveConstructor(TypeQuals) && in isCopyConstructor()
2699 return isCopyOrMoveConstructor(TypeQuals) && in isMoveConstructor()
2704 bool CXXConstructorDecl::isCopyOrMoveConstructor(unsigned &TypeQuals) const { in isCopyOrMoveConstructor() function in CXXConstructorDecl
H A DExprConstant.cpp6266 if (Definition->isDefaulted() && Definition->isCopyOrMoveConstructor() && in HandleConstructorCall()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp600 if (!(CD && CD->isCopyOrMoveConstructor()) && in isMemcpyEquivalentSpecialMember()
664 Constructor->isCopyOrMoveConstructor()) { in EmitMemberInitializer()
1051 if (CD->isCopyOrMoveConstructor() && CD->isDefaulted()) in getTrivialCopySource()
1086 CD->isCopyOrMoveConstructor() && in ConstructorMemcpyizer()
H A DCGExprConstant.cpp1318 assert(E->getConstructor()->isCopyOrMoveConstructor() && in VisitCXXConstructExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2657 bool isCopyOrMoveConstructor(unsigned &TypeQuals) const;
2660 bool isCopyOrMoveConstructor() const { in isCopyOrMoveConstructor() function
2662 return isCopyOrMoveConstructor(Quals); in isCopyOrMoveConstructor()
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp546 if (ConstructorDecl->isCopyOrMoveConstructor()) { in VisitCXXConstructExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp1934 if (Ctor->isCopyOrMoveConstructor() && Ctor->isTrivial()) in checkTypeSupport()
H A DSemaInit.cpp7773 if (CCE->getConstructor()->isCopyOrMoveConstructor()) { in visitLocalsRetainedByInitializer()
8229 if (!CCE->getConstructor()->isCopyOrMoveConstructor()) in CheckMoveOnConstruction()
H A DSemaDeclCXX.cpp6748 if (CD && CD->isCopyOrMoveConstructor()) in canPassInRegisters()
10155 if (CD->isCopyOrMoveConstructor() && !CD->isDeleted()) in checkIllFormedTrivialABIStruct()
15592 Constructor->isCopyOrMoveConstructor() && hasOneRealArgument(ExprArgs)) { in BuildCXXConstructExpr()
H A DSemaTemplateInstantiateDecl.cpp2510 Constructor->isCopyOrMoveConstructor()) in VisitCXXMethodDecl()
H A DSemaOpenMP.cpp7966 if ((Ctor->isCopyOrMoveConstructor() || in setLCDeclAndLB()
8259 if ((Ctor->isCopyOrMoveConstructor() || in getInitLCDecl()
H A DSemaOverload.cpp11518 if (cast<CXXConstructorDecl>(Fn)->isCopyOrMoveConstructor()) in NoteFunctionCandidate()