Home
last modified time | relevance | path

Searched refs:OmpInReductionClause (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp126 TYPE_PARSER(construct<OmpInReductionClause>(
250 parenthesized(Parser<OmpInReductionClause>{}))) ||
H A Dunparse.cpp2032 void Unparse(const OmpInReductionClause &x) { in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h519 NODE(parser, OmpInReductionClause) in NODE()
H A Dparse-tree.h3449 struct OmpInReductionClause { struct
3450 TUPLE_CLASS_BOILERPLATE(OmpInReductionClause);
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td286 let flangClass = "OmpInReductionClause";