Home
last modified time | relevance | path

Searched refs:OmpDependSinkVecLength (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dopenmp-parsers.cpp113 TYPE_PARSER(construct<OmpDependSinkVecLength>(
117 construct<OmpDependSinkVec>(name, maybe(Parser<OmpDependSinkVecLength>{})))
Dunparse.cpp2019 void Unparse(const OmpDependSinkVecLength &x) { in Unparse()
2025 Walk(std::get<std::optional<OmpDependSinkVecLength>>(x.t)); in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3433 struct OmpDependSinkVecLength { struct
3434 TUPLE_CLASS_BOILERPLATE(OmpDependSinkVecLength);
3441 std::tuple<Name, std::optional<OmpDependSinkVecLength>> t; argument
Ddump-parse-tree.h483 NODE(parser, OmpDependSinkVecLength) in NODE()