Home
last modified time | relevance | path

Searched refs:isCopyAssignmentOperator (Results 1 – 25 of 34) 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 DStdVariantChecker.cpp53 return AsMethodDecl->isCopyAssignmentOperator(); in isCopyAssignmentCall()
H A DIterator.cpp49 if (Method->isCopyAssignmentOperator()) { in isIterator()
H A DMoveChecker.cpp665 if (MethodDecl->isCopyAssignmentOperator() || in checkPreCall()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.cpp43 else if (MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator()) in Function()
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/
H A Dlldb-rpc-gen.cpp160 if (MDecl->isCopyAssignmentOperator()) in GetMethodSupportLevel()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenClass.cpp349 assert(assignOp->isCopyAssignmentOperator() || in emitImplicitAssignmentOperatorBody()
H A DCIRGenFunction.cpp476 (cast<CXXMethodDecl>(funcDecl)->isCopyAssignmentOperator() || in generateCode()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp437 if (MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator()) in shouldSkipFunction()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp581 if (!Method->isCopyAssignmentOperator() && in VisitCXXOperatorCallExpr()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp235 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon2875c4430a02()
H A DPathDiagnostic.cpp969 } else if (MD->isCopyAssignmentOperator()) { in describeCodeDecl()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp425 REGISTER_MATCHER(isCopyAssignmentOperator); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1603 if (A->isCopyAssignmentOperator() != B->isCopyAssignmentOperator()) in AddMethods()
1604 return A->isCopyAssignmentOperator(); in AddMethods()
H A DDeclCXX.cpp898 if (Method->isCopyAssignmentOperator()) { in addedMember()
1612 } else if (D->isCopyAssignmentOperator()) in finishedDefaultedOrDeletedMember()
2705 bool CXXMethodDecl::isCopyAssignmentOperator() const { in isCopyAssignmentOperator() function in CXXMethodDecl
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1208 if (!(MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator())) in isTrivialObjectAssignment()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp274 anyOf(isCopyAssignmentOperator(), isMoveAssignmentOperator())))), in isOptionalValueOrConversionAssignment()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6454 AST_MATCHER(CXXMethodDecl, isCopyAssignmentOperator) { in AST_MATCHER() argument
6455 return Node.isCopyAssignmentOperator(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp260 (MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator()) && in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGClass.cpp597 !D->isCopyAssignmentOperator() && !D->isMoveAssignmentOperator()) in isMemcpyEquivalentSpecialMember()
H A DCodeGenFunction.cpp1602 (cast<CXXMethodDecl>(FD)->isCopyAssignmentOperator() || in GenerateCode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp1017 &CXXMethodDecl::isCopyAssignmentOperator); in EvaluateUnaryTypeTrait()
H A DSema.cpp2130 if ((MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator()) && in checkTypeSupport()
H A DSemaDeclCXX.cpp6307 MD->isCopyAssignmentOperator() || in ReferenceDllExportedMembers()
6732 if (MD->isCopyAssignmentOperator()) in getDefaultedFunctionKind()
14856 if (Method->isCopyAssignmentOperator() || in buildSingleCopyAssignRecursively()
15143 if (I->isCopyAssignmentOperator()) { in diagnoseDeprecatedCopyOperation()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2215 bool isCopyAssignmentOperator() const;

12