Home
last modified time | relevance | path

Searched defs:OpenMPDeclarativeConstruct (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/examples/FlangOmpReport/
H A DFlangOmpReportVisitor.cpp167 void OpenMPCounterVisitor::Post(const OpenMPDeclarativeConstruct &) { in Post()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3623 struct OpenMPDeclarativeConstruct { struct
3625 CharBlock source;
3629 u;
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp2399 void Post(const OpenMPDeclarativeConstruct &) { in Post()