Home
last modified time | relevance | path

Searched refs:isMoveAssignmentOperator (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp45 if (!MD->isCopyAssignmentOperator() && !MD->isMoveAssignmentOperator()) in checkBeginFunction()
H A DMoveChecker.cpp457 if (!ConstructorDecl && !MethodDecl->isMoveAssignmentOperator()) in checkPostCall()
662 MethodDecl->isMoveAssignmentOperator()) { in checkPreCall()
665 MethodDecl->isMoveAssignmentOperator() ? MK_Move : MK_Copy; in checkPreCall()
H A DStdVariantChecker.cpp76 return AsMethodDecl->isMoveAssignmentOperator(); in isMoveAssignmentCall()
H A DContainerModeling.cpp162 if (cast<CXXMethodDecl>(Func)->isMoveAssignmentOperator()) { in checkPostCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp415 if (MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator()) in shouldSkipFunction()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp176 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon2875c4430b02()
H A DPathDiagnostic.cpp977 } else if (MD->isMoveAssignmentOperator()) { in describeCodeDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp577 !Method->isMoveAssignmentOperator()) in VisitCXXOperatorCallExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp900 if (Method->isMoveAssignmentOperator()) in addedMember()
1531 else if (D->isMoveAssignmentOperator()) in finishedDefaultedOrDeletedMember()
2526 bool CXXMethodDecl::isMoveAssignmentOperator() const { in isMoveAssignmentOperator() function in CXXMethodDecl
H A DVTableBuilder.cpp1604 if (A->isMoveAssignmentOperator() != B->isMoveAssignmentOperator()) in AddMethods()
1605 return A->isMoveAssignmentOperator(); in AddMethods()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp241 anyOf(isCopyAssignmentOperator(), isMoveAssignmentOperator())))), in isOptionalValueOrConversionAssignment()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp459 REGISTER_MATCHER(isMoveAssignmentOperator); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1208 if (!(MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator())) in isTrivialObjectAssignment()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6425 AST_MATCHER(CXXMethodDecl, isMoveAssignmentOperator) { in AST_MATCHER() argument
6426 return Node.isMoveAssignmentOperator(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp257 (MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator()) && in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGClass.cpp602 !D->isCopyAssignmentOperator() && !D->isMoveAssignmentOperator()) in isMemcpyEquivalentSpecialMember()
H A DCodeGenFunction.cpp1554 cast<CXXMethodDecl>(FD)->isMoveAssignmentOperator())) { in GenerateCode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6200 MD->isMoveAssignmentOperator()) { in ReferenceDllExportedMembers()
6488 if ((MD->isMoveAssignmentOperator() || in checkClassLevelDLLAttribute()
6627 if (MD->isMoveAssignmentOperator()) in getDefaultedFunctionKind()
9681 if (I->isMoveAssignmentOperator()) { in ShouldDeleteSpecialMember()
9693 << UserDeclaredMove->isMoveAssignmentOperator(); in ShouldDeleteSpecialMember()
14567 (!Copying && Method->isMoveAssignmentOperator())) in buildSingleCopyAssignRecursively()
15223 !SMOR.getMethod()->isMoveAssignmentOperator()) in checkMoveAssignmentForRepeatedMove()
H A DSema.cpp1982 if ((MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator()) && in checkTypeSupport()
H A DSemaTemplateInstantiateDecl.cpp2843 Method->isMoveAssignmentOperator()) { in VisitCXXMethodDecl()
H A DSemaOverload.cpp7408 Method->isMoveAssignmentOperator()) in AddMethodCandidate()
10854 if (Meth->isMoveAssignmentOperator()) in ClassifyOverloadCandidate()
H A DSemaExprCXX.cpp5526 &CXXMethodDecl::isMoveAssignmentOperator); in EvaluateUnaryTypeTrait()
H A DSemaExpr.cpp314 MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator())) { in DiagnoseUseOfDecl()
17968 else if (MethodDecl->isMoveAssignmentOperator()) in MarkFunctionReferenced()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2161 bool isMoveAssignmentOperator() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7897 (cxx_method_decl->isMoveAssignmentOperator() && in AddMethodToCXXRecordType()

12