Searched refs:AssignOp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 1556 const CXXMethodDecl *AssignOp = cast<CXXMethodDecl>(CurGD.getDecl()); in emitImplicitAssignmentOperatorBody() local 1557 const Stmt *RootS = AssignOp->getBody(); in emitImplicitAssignmentOperatorBody() 1565 AssignmentMemcpyizer AM(*this, AssignOp, Args); in emitImplicitAssignmentOperatorBody()
|
H A D | CGStmtOpenMP.cpp | 980 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPCopyinClause() local 1023 EmitOMPCopy(Type, PrivateAddr, MasterAddr, DestVD, SrcVD, AssignOp); in EmitOMPCopyinClause() 1154 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPLastprivateClauseFinal() local 1182 EmitOMPCopy(Type, OriginalAddr, PrivateAddr, DestVD, SrcVD, AssignOp); in EmitOMPLastprivateClauseFinal()
|