Home
last modified time | relevance | path

Searched refs:CheckReductionOperators (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h246 bool CheckReductionOperators(const parser::OmpClause::Reduction &);
H A Dcheck-omp-structure.cpp1887 if (CheckReductionOperators(x)) { in CHECK_SIMPLE_CLAUSE()
1891 bool OmpStructureChecker::CheckReductionOperators( in CheckReductionOperators() function in Fortran::semantics::OmpStructureChecker