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.cpp695 for (auto *E : C->assignment_ops()) { in VisitOMPLastprivateClause()
832 for (auto *E : C->assignment_ops()) { in VisitOMPCopyinClause()
848 for (auto *E : C->assignment_ops()) { in VisitOMPCopyprivateClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3589 helper_expr_const_range assignment_ops() const { in assignment_ops() function
3594 helper_expr_range assignment_ops() { in assignment_ops() function
5106 helper_expr_const_range assignment_ops() const { in assignment_ops() function
5111 helper_expr_range assignment_ops() { in assignment_ops() function
5270 helper_expr_const_range assignment_ops() const { in assignment_ops() function
5275 helper_expr_range assignment_ops() { in assignment_ops() function
H A DRecursiveASTVisitor.h3721 for (auto *E : C->assignment_ops()) {
3770 for (auto *E : C->assignment_ops()) {
3786 for (auto *E : C->assignment_ops()) {
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1044 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPCopyinClause()
1215 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPLastprivateClauseFinal()
4466 AssignmentOps.append(C->assignment_ops().begin(), in EmitOMPSingleDirective()
4467 C->assignment_ops().end()); in EmitOMPSingleDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8053 for (auto *E : C->assignment_ops()) in VisitOMPLastprivateClause()
8183 for (auto *E : C->assignment_ops()) in VisitOMPCopyinClause()
8196 for (auto *E : C->assignment_ops()) in VisitOMPCopyprivateClause()