Home
last modified time | relevance | path

Searched defs:OpenACCLoopConstruct (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h4021 struct OpenACCLoopConstruct { struct
4023 OpenACCLoopConstruct(AccBeginLoopDirective &&a) in OpenACCLoopConstruct() argument
4037 OpenACCLoopConstruct, OpenACCStandaloneConstruct, OpenACCRoutineConstruct, argument
/external/llvm-project/flang/lib/Semantics/
Dresolve-directives.cpp132 void Post(const parser::OpenACCLoopConstruct &) { PopContext(); } in Post()