Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1191 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1199 TaskLHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseInit()
1408 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal()
3174 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in emitScanBasedDirective()
3920 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskBasedDirective()
4358 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPTaskgroupDirective()
4431 LHSs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPScanDirective()
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp600 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
638 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
662 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h2968 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
2972 helper_expr_range lhs_exprs() { in lhs_exprs() function
3232 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3236 helper_expr_range lhs_exprs() { in lhs_exprs() function
3477 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
3481 helper_expr_range lhs_exprs() { in lhs_exprs() function
DRecursiveASTVisitor.h3312 for (auto *E : C->lhs_exprs()) {
3345 for (auto *E : C->lhs_exprs()) {
3367 for (auto *E : C->lhs_exprs()) {
/external/clang/include/clang/AST/
DOpenMPClause.h1838 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
1841 helper_expr_range lhs_exprs() { in lhs_exprs() function
DRecursiveASTVisitor.h2855 for (auto *E : C->lhs_exprs()) {
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp940 auto ILHS = C->lhs_exprs().begin(); in EmitOMPReductionClauseInit()
1149 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal()
/external/clang/lib/AST/
DStmtProfile.cpp415 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6428 for (auto *E : C->lhs_exprs()) in VisitOMPReductionClause()
6455 for (auto *E : C->lhs_exprs()) in VisitOMPTaskReductionClause()
6474 for (auto *E : C->lhs_exprs()) in VisitOMPInReductionClause()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2378 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
2406 for (auto *E : C->lhs_exprs()) { in VisitOMPTaskReductionClause()
2423 for (auto *E : C->lhs_exprs()) { in VisitOMPInReductionClause()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1942 for (auto *E : C->lhs_exprs()) in VisitOMPReductionClause()
/external/clang/tools/libclang/
DCIndex.cpp2201 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()