Home
last modified time | relevance | path

Searched refs:OmpReductionClause (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-omp-structure.h170 void Enter(const parser::OmpReductionClause &);
Dcheck-omp-structure.cpp451 CHECK_SIMPLE_PARSER_CLAUSE(OmpReductionClause, OMPC_reduction) in CHECK_SIMPLE_PARSER_CLAUSE()
/external/llvm-project/flang/lib/Parser/
Dopenmp-parsers.cpp104 TYPE_PARSER(construct<OmpReductionClause>(
220 construct<OmpClause>(parenthesized(Parser<OmpReductionClause>{})) ||
Dunparse.cpp2006 void Unparse(const OmpReductionClause &x) { in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h512 NODE(parser, OmpReductionClause) in NODE()
Dparse-tree.h3420 struct OmpReductionClause { struct
3421 TUPLE_CLASS_BOILERPLATE(OmpReductionClause);
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td84 let flangClass = "OmpReductionClause";