Home
last modified time | relevance | path

Searched refs:OmpLinearModifier (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp158 construct<OmpLinearModifier>("REF" >> pure(OmpLinearModifier::Type::Ref) ||
159 "VAL" >> pure(OmpLinearModifier::Type::Val) ||
160 "UVAL" >> pure(OmpLinearModifier::Type::Uval)))
165 Parser<OmpLinearModifier>{}, parenthesized(nonemptyList(name)),
H A Dunparse.cpp2579 WALK_NESTED_ENUM(OmpLinearModifier, Type) // OMP linear-modifier in WALK_NESTED_ENUM()
/llvm-project-15.0.7/flang/examples/FlangOmpReport/
H A DFlangOmpReportVisitor.cpp208 void OpenMPCounterVisitor::Post(const OmpLinearModifier::Type &c) { in Post()
209 clauseDetails += "modifier=" + OmpLinearModifier::EnumToString(c) + ";"; in Post()
H A DFlangOmpReportVisitor.h74 void Post(const OmpLinearModifier::Type &c);
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h502 NODE(parser, OmpLinearModifier) in NODE()
503 NODE_ENUM(OmpLinearModifier, Type) in NODE()
H A Dparse-tree.h3404 struct OmpLinearModifier { struct
3406 WRAPPER_CLASS_BOILERPLATE(OmpLinearModifier, Type);
3415 WithModifier(OmpLinearModifier &&m, std::list<Name> &&n, in WithModifier()
3418 OmpLinearModifier modifier;