Home
last modified time | relevance | path

Searched refs:OpenACCRoutineConstruct (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-acc-structure.h52 void Enter(const parser::OpenACCRoutineConstruct &);
53 void Leave(const parser::OpenACCRoutineConstruct &);
H A Dcheck-acc-structure.cpp261 void AccStructureChecker::Enter(const parser::OpenACCRoutineConstruct &x) { in Enter()
276 void AccStructureChecker::Leave(const parser::OpenACCRoutineConstruct &) { in Leave() argument
H A Dresolve-directives.cpp130 bool Pre(const parser::OpenACCRoutineConstruct &);
620 std::get_if<parser::OpenACCRoutineConstruct>(&x.u)}) { in Pre()
721 bool AccAttributeVisitor::Pre(const parser::OpenACCRoutineConstruct &x) { in Pre()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenacc-parsers.cpp144 TYPE_PARSER(sourced(construct<OpenACCRoutineConstruct>(verbatim("ROUTINE"_tok),
218 Parser<OpenACCRoutineConstruct>{}))))
H A Dunparse.cpp1941 void Unparse(const OpenACCRoutineConstruct &x) { in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3990 struct OpenACCRoutineConstruct { struct
3991 TUPLE_CLASS_BOILERPLATE(OpenACCRoutineConstruct);
4100 std::variant<OpenACCStandaloneDeclarativeConstruct, OpenACCRoutineConstruct>
H A Ddump-parse-tree.h544 NODE(parser, OpenACCRoutineConstruct) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp1063 [&](const Fortran::parser::OpenACCRoutineConstruct in genOpenACCDeclarativeConstruct()