Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1557 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody() local
1558 const Stmt *RootS = AssignOp->getBody(); in emitImplicitAssignmentOperatorBody()
1567 AssignmentMemcpyizer AM(*this, AssignOp, Args); in emitImplicitAssignmentOperatorBody()
H A DCGStmtOpenMP.cpp1044 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPCopyinClause() local
1088 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause()
1215 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPLastprivateClauseFinal() local
1244 EmitOMPCopy(Type, OriginalAddr, PrivateAddr, DestVD, SrcVD, AssignOp); in EmitOMPLastprivateClauseFinal()