Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-acc-structure.h52 void Enter(const parser::OpenACCRoutineConstruct &);
53 void Leave(const parser::OpenACCRoutineConstruct &);
Dcheck-acc-structure.cpp236 void AccStructureChecker::Enter(const parser::OpenACCRoutineConstruct &x) { in Enter()
239 void AccStructureChecker::Leave(const parser::OpenACCRoutineConstruct &) { in Leave() argument
/external/llvm-project/flang/lib/Parser/
Dopenacc-parsers.cpp219 TYPE_PARSER(sourced(construct<OpenACCRoutineConstruct>(verbatim("ROUTINE"_tok),
300 construct<OpenACCConstruct>(Parser<OpenACCRoutineConstruct>{}),
Dunparse.cpp1910 void Unparse(const OpenACCRoutineConstruct &x) { in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3907 struct OpenACCRoutineConstruct { struct
3908 TUPLE_CLASS_BOILERPLATE(OpenACCRoutineConstruct);
4037 OpenACCLoopConstruct, OpenACCStandaloneConstruct, OpenACCRoutineConstruct,
Ddump-parse-tree.h537 NODE(parser, OpenACCRoutineConstruct) in NODE()
/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp1015 [&](const Fortran::parser::OpenACCRoutineConstruct in genOpenACCConstruct()