Searched refs:reduction_ops (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp593 for (auto *E : C->reduction_ops()) {
617 for (auto *E : C->reduction_ops()) {
641 for (auto *E : C->reduction_ops()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2637 helper_expr_const_range reduction_ops() const { function in class:clang::final
2642 helper_expr_range reduction_ops() { function in class:clang::final
2871 helper_expr_const_range reduction_ops() const { function in class:clang::final
2876 helper_expr_range reduction_ops() { function in class:clang::final
3116 helper_expr_const_range reduction_ops() const { function in class:clang::final
3121 helper_expr_range reduction_ops() { function in class:clang::final
H A DRecursiveASTVisitor.h3272 for (auto *E : C->reduction_ops()) {
3294 for (auto *E : C->reduction_ops()) {
3316 for (auto *E : C->reduction_ops()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1135 auto IRed = C->reduction_ops().begin();
1241 ReductionOps.append(C->reduction_ops().begin(), C->reduction_ops().end());
3192 auto IRed = C->reduction_ops().begin();
3309 auto IRed = C->reduction_ops().begin();
3566 auto IRed = C->reduction_ops().begin();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6223 for (auto *E : C->reduction_ops())
6242 for (auto *E : C->reduction_ops())
6261 for (auto *E : C->reduction_ops())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8930 for (auto *E : C->reduction_ops()) {
8977 for (auto *E : C->reduction_ops()) {
9022 for (auto *E : C->reduction_ops()) {

Completed in 168 milliseconds