Home
last modified time | relevance | path

Searched refs:AssignOp (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1545 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody() local
1546 const Stmt *RootS = AssignOp->getBody(); in emitImplicitAssignmentOperatorBody()
1555 AssignmentMemcpyizer AM(*this, AssignOp, Args); in emitImplicitAssignmentOperatorBody()
H A DCGStmtOpenMP.cpp979 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPCopyinClause() local
1023 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()
1150 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPLastprivateClauseFinal() local
1179 EmitOMPCopy(Type, OriginalAddr, PrivateAddr, DestVD, SrcVD, AssignOp); in EmitOMPLastprivateClauseFinal()