Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp625 for (auto *E : C->assignment_ops()) { in VisitOMPLastprivateClause()
762 for (auto *E : C->assignment_ops()) { in VisitOMPCopyinClause()
778 for (auto *E : C->assignment_ops()) { in VisitOMPCopyprivateClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2810 helper_expr_const_range assignment_ops() const { in assignment_ops() function
2815 helper_expr_range assignment_ops() { in assignment_ops() function
4257 helper_expr_const_range assignment_ops() const { in assignment_ops() function
4262 helper_expr_range assignment_ops() { in assignment_ops() function
4421 helper_expr_const_range assignment_ops() const { in assignment_ops() function
4426 helper_expr_range assignment_ops() { in assignment_ops() function
H A DRecursiveASTVisitor.h3355 for (auto *E : C->assignment_ops()) {
3404 for (auto *E : C->assignment_ops()) {
3420 for (auto *E : C->assignment_ops()) {
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp988 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPCopyinClause()
1162 for (const Expr *AssignOp : C->assignment_ops()) { in EmitOMPLastprivateClauseFinal()
3938 AssignmentOps.append(C->assignment_ops().begin(), in EmitOMPSingleDirective()
3939 C->assignment_ops().end()); in EmitOMPSingleDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6235 for (auto *E : C->assignment_ops()) in VisitOMPLastprivateClause()
6361 for (auto *E : C->assignment_ops()) in VisitOMPCopyinClause()
6374 for (auto *E : C->assignment_ops()) in VisitOMPCopyprivateClause()