Home
last modified time | relevance | path

Searched refs:assignment_ops (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp665 for (auto *E : C->assignment_ops()) { in VisitOMPLastprivateClause()
802 for (auto *E : C->assignment_ops()) { in VisitOMPCopyinClause()
818 for (auto *E : C->assignment_ops()) { in VisitOMPCopyprivateClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3092 helper_expr_const_range assignment_ops() const { in assignment_ops() function
3097 helper_expr_range assignment_ops() { in assignment_ops() function
4552 helper_expr_const_range assignment_ops() const { in assignment_ops() function
4557 helper_expr_range assignment_ops() { in assignment_ops() function
4716 helper_expr_const_range assignment_ops() const { in assignment_ops() function
4721 helper_expr_range assignment_ops() { in assignment_ops() function
H A DRecursiveASTVisitor.h3612 for (auto *E : C->assignment_ops()) {
3661 for (auto *E : C->assignment_ops()) {
3677 for (auto *E : C->assignment_ops()) {
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1006 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPCopyinClause()
1177 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPLastprivateClauseFinal()
4277 AssignmentOps.append(C->assignment_ops().begin(), in EmitOMPSingleDirective()
4278 C->assignment_ops().end()); in EmitOMPSingleDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7335 for (auto *E : C->assignment_ops()) in VisitOMPLastprivateClause()
7461 for (auto *E : C->assignment_ops()) in VisitOMPCopyinClause()
7474 for (auto *E : C->assignment_ops()) in VisitOMPCopyprivateClause()