Searched refs:AssignOp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 1554 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody() local 1555 const Stmt *RootS = AssignOp->getBody(); in emitImplicitAssignmentOperatorBody() 1564 AssignmentMemcpyizer AM(*this, AssignOp, Args); in emitImplicitAssignmentOperatorBody()
|
H A D | CGStmtOpenMP.cpp | 1006 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPCopyinClause() local 1050 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause() 1177 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPLastprivateClauseFinal() local 1206 EmitOMPCopy(Type, OriginalAddr, PrivateAddr, DestVD, SrcVD, AssignOp); in EmitOMPLastprivateClauseFinal()
|