Searched refs:AssignOp (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 1551 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody() local 1552 const Stmt *RootS = AssignOp->getBody(); in emitImplicitAssignmentOperatorBody() 1560 AssignmentMemcpyizer AM(*this, AssignOp, Args); in emitImplicitAssignmentOperatorBody()
|
| H A D | CGStmtOpenMP.cpp | 981 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPCopyinClause() local 1025 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause() 1152 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPLastprivateClauseFinal() local 1181 EmitOMPCopy(Type, OriginalAddr, PrivateAddr, DestVD, SrcVD, AssignOp); in EmitOMPLastprivateClauseFinal()
|