Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp663 for (auto *E : C->assignment_ops()) { in VisitOMPLastprivateClause()
800 for (auto *E : C->assignment_ops()) { in VisitOMPCopyinClause()
816 for (auto *E : C->assignment_ops()) { in VisitOMPCopyprivateClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3052 helper_expr_const_range assignment_ops() const { in assignment_ops() function
3057 helper_expr_range assignment_ops() { in assignment_ops() function
4512 helper_expr_const_range assignment_ops() const { in assignment_ops() function
4517 helper_expr_range assignment_ops() { in assignment_ops() function
4676 helper_expr_const_range assignment_ops() const { in assignment_ops() function
4681 helper_expr_range assignment_ops() { in assignment_ops() function
H A DRecursiveASTVisitor.h3537 for (auto *E : C->assignment_ops()) {
3586 for (auto *E : C->assignment_ops()) {
3602 for (auto *E : C->assignment_ops()) {
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp979 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPCopyinClause()
1150 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPLastprivateClauseFinal()
4232 AssignmentOps.append(C->assignment_ops().begin(), in EmitOMPSingleDirective()
4233 C->assignment_ops().end()); in EmitOMPSingleDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6754 for (auto *E : C->assignment_ops()) in VisitOMPLastprivateClause()
6880 for (auto *E : C->assignment_ops()) in VisitOMPCopyinClause()
6893 for (auto *E : C->assignment_ops()) in VisitOMPCopyprivateClause()