Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h4105 struct OpenACCLoopConstruct { struct
4107 OpenACCLoopConstruct(AccBeginLoopDirective &&a) in OpenACCLoopConstruct() function
4121 OpenACCLoopConstruct, OpenACCStandaloneConstruct, OpenACCCacheConstruct, argument
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp139 void Post(const parser::OpenACCLoopConstruct &) { PopContext(); } in Post()