Home
last modified time | relevance | path

Searched refs:rhs_exprs (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1192 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1200 TaskRHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseInit()
1409 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal()
3175 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in emitScanBasedDirective()
3921 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskBasedDirective()
4359 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPTaskgroupDirective()
4432 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPScanDirective()
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp604 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
642 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
666 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h2976 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
2980 helper_expr_range rhs_exprs() { in rhs_exprs() function
3240 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3244 helper_expr_range rhs_exprs() { in rhs_exprs() function
3485 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
3489 helper_expr_range rhs_exprs() { in rhs_exprs() function
DRecursiveASTVisitor.h3315 for (auto *E : C->rhs_exprs()) {
3348 for (auto *E : C->rhs_exprs()) {
3370 for (auto *E : C->rhs_exprs()) {
/external/clang/include/clang/AST/
DOpenMPClause.h1844 helper_expr_const_range rhs_exprs() const { in rhs_exprs() function
1847 helper_expr_range rhs_exprs() { in rhs_exprs() function
DRecursiveASTVisitor.h2858 for (auto *E : C->rhs_exprs()) {
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp941 auto IRHS = C->rhs_exprs().begin(); in EmitOMPReductionClauseInit()
1150 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end()); in EmitOMPReductionClauseFinal()
/external/clang/lib/AST/
DStmtProfile.cpp419 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6430 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
6457 for (auto *E : C->rhs_exprs()) in VisitOMPTaskReductionClause()
6476 for (auto *E : C->rhs_exprs()) in VisitOMPInReductionClause()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2381 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()
2409 for (auto *E : C->rhs_exprs()) { in VisitOMPTaskReductionClause()
2426 for (auto *E : C->rhs_exprs()) { in VisitOMPInReductionClause()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1944 for (auto *E : C->rhs_exprs()) in VisitOMPReductionClause()
/external/clang/tools/libclang/
DCIndex.cpp2204 for (auto *E : C->rhs_exprs()) { in VisitOMPReductionClause()