Home
last modified time | relevance | path

Searched refs:OpenMPDeclarativeConstruct (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dopenmp-parsers.cpp468 sourced(construct<OpenMPDeclarativeConstruct>(
470 construct<OpenMPDeclarativeConstruct>(
472 construct<OpenMPDeclarativeConstruct>(
474 construct<OpenMPDeclarativeConstruct>(Parser<OpenMPThreadprivate>{})) /
Dtype-parsers.h137 constexpr Parser<OpenMPDeclarativeConstruct> openmpDeclarativeConstruct;
Dunparse.cpp2338 bool Pre(const OpenMPDeclarativeConstruct &x) { in Pre()
2365 void Post(const OpenMPDeclarativeConstruct &) { in Post() argument
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h264 struct OpenMPDeclarativeConstruct;
394 common::Indirection<OpenMPDeclarativeConstruct>,
434 std::list<OpenMPDeclarativeConstruct>,
3586 struct OpenMPDeclarativeConstruct { struct
3587 UNION_CLASS_BOILERPLATE(OpenMPDeclarativeConstruct);
Ddump-parse-tree.h548 NODE(parser, OpenMPDeclarativeConstruct) in NODE()
/external/llvm-project/flang/lib/Semantics/
Dresolve-directives.cpp229 Walk(std::get<std::list<parser::OpenMPDeclarativeConstruct>>(x.t)); in Pre()