Home
last modified time | relevance | path

Searched refs:isCopyAssignmentOperator (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 DStdVariantChecker.cpp55 return AsMethodDecl->isCopyAssignmentOperator(); in isCopyAssignmentCall()
H A DIterator.cpp49 if (Method->isCopyAssignmentOperator()) { in isIterator()
H A DMoveChecker.cpp661 if (MethodDecl->isCopyAssignmentOperator() || in checkPreCall()
/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.cpp179 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon6308470b0b02()
H A DPathDiagnostic.cpp971 } else if (MD->isCopyAssignmentOperator()) { in describeCodeDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp512 if (!Method->isCopyAssignmentOperator() && in VisitCXXOperatorCallExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp849 if (Method->isCopyAssignmentOperator()) { in addedMember()
1486 } else if (D->isCopyAssignmentOperator()) in finishedDefaultedOrDeletedMember()
2462 bool CXXMethodDecl::isCopyAssignmentOperator() const { in isCopyAssignmentOperator() function in CXXMethodDecl
H A DVTableBuilder.cpp1569 if (A->isCopyAssignmentOperator() != B->isCopyAssignmentOperator()) in AddMethods()
1570 return A->isCopyAssignmentOperator(); in AddMethods()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp422 REGISTER_MATCHER(isCopyAssignmentOperator); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp155 anyOf(isCopyAssignmentOperator(), isMoveAssignmentOperator())))), in isOptionalValueOrConversionAssignment()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1207 if (!(MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator())) in isTrivialObjectAssignment()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6384 AST_MATCHER(CXXMethodDecl, isCopyAssignmentOperator) { in AST_MATCHER() argument
6385 return Node.isCopyAssignmentOperator(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp257 (MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator()) && in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCodeGenFunction.cpp1474 (cast<CXXMethodDecl>(FD)->isCopyAssignmentOperator() || in GenerateCode()
H A DCGClass.cpp593 !D->isCopyAssignmentOperator() && !D->isMoveAssignmentOperator()) in isMemcpyEquivalentSpecialMember()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1964 if ((MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator()) && in checkTypeSupport()
H A DSemaDeclCXX.cpp6342 MD->isCopyAssignmentOperator() || in ReferenceDllExportedMembers()
6777 if (MD->isCopyAssignmentOperator()) in getDefaultedFunctionKind()
14694 if (Method->isCopyAssignmentOperator() || in buildSingleCopyAssignRecursively()
14980 if (I->isCopyAssignmentOperator()) { in diagnoseDeprecatedCopyOperation()
H A DSemaTemplateInstantiateDecl.cpp2798 } else if (Method->isCopyAssignmentOperator() || in VisitCXXMethodDecl()
H A DSemaExprCXX.cpp5342 &CXXMethodDecl::isCopyAssignmentOperator); in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp1884 return D->isCopyAssignmentOperator(); in IsDisallowedCopyOrAssign()
19147 } else if (MD->isCopyAssignmentOperator()) { in ComputeSpecialMemberFunctionsEligiblity()
H A DSemaExpr.cpp320 MD->isCopyAssignmentOperator() || MD->isMoveAssignmentOperator())) { in DiagnoseUseOfDecl()
18985 if (MethodDecl->isCopyAssignmentOperator()) in MarkFunctionReferenced()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2144 bool isCopyAssignmentOperator() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7735 } else if ((cxx_method_decl->isCopyAssignmentOperator() && in AddMethodToCXXRecordType()

12