Home
last modified time | relevance | path

Searched refs:OmpCriticalDirective (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/f18/f18-1688bef/lib/parser/
H A Dopenmp-grammar.h463 TYPE_PARSER(sourced(construct<OmpCriticalDirective>(verbatim("CRITICAL"_tok),
465 maybe("HINT" >> construct<OmpCriticalDirective::Hint>(
470 Parser<OmpCriticalDirective>{}, block, Parser<OmpEndCriticalDirective>{}))
H A Ddump-parse-tree.h456 NODE(parser, OmpCriticalDirective)
457 NODE(parser::OmpCriticalDirective, Hint)
H A Dparse-tree.h3594 struct OmpCriticalDirective { struct
3595 TUPLE_CLASS_BOILERPLATE(OmpCriticalDirective);
3607 std::tuple<OmpCriticalDirective, Block, OmpEndCriticalDirective> t; argument
H A Dunparse.cc2172 void Unparse(const OmpCriticalDirective &x) { in Unparse()
2176 Walk(" HINT(", std::get<std::optional<OmpCriticalDirective::Hint>>(x.t), in Unparse()
2189 Walk(std::get<OmpCriticalDirective>(x.t)); in Unparse()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Parser/
H A Dopenmp-parsers.cpp439 TYPE_PARSER(sourced(construct<OmpCriticalDirective>(verbatim("CRITICAL"_tok),
441 maybe("HINT" >> construct<OmpCriticalDirective::Hint>(
446 Parser<OmpCriticalDirective>{}, block, Parser<OmpEndCriticalDirective>{}))
H A Dunparse.cpp2608 void Unparse(const OmpCriticalDirective &x) { in Unparse()
2612 Walk(" HINT(", std::get<std::optional<OmpCriticalDirective::Hint>>(x.t), in Unparse()
2625 Walk(std::get<OmpCriticalDirective>(x.t)); in Unparse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Parser/
H A Dopenmp-parsers.cpp445 TYPE_PARSER(sourced(construct<OmpCriticalDirective>(verbatim("CRITICAL"_tok),
450 Parser<OmpCriticalDirective>{}, block, Parser<OmpEndCriticalDirective>{}))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp469 TYPE_PARSER(sourced(construct<OmpCriticalDirective>(verbatim("CRITICAL"_tok),
474 Parser<OmpCriticalDirective>{}, block, Parser<OmpEndCriticalDirective>{}))
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp469 TYPE_PARSER(sourced(construct<OmpCriticalDirective>(verbatim("CRITICAL"_tok),
474 Parser<OmpCriticalDirective>{}, block, Parser<OmpEndCriticalDirective>{}))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A Dopenmp-parsers.cpp471 TYPE_PARSER(sourced(construct<OmpCriticalDirective>(verbatim("CRITICAL"_tok),
476 Parser<OmpCriticalDirective>{}, block, Parser<OmpEndCriticalDirective>{}))
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp469 TYPE_PARSER(sourced(construct<OmpCriticalDirective>(verbatim("CRITICAL"_tok),
474 Parser<OmpCriticalDirective>{}, block, Parser<OmpEndCriticalDirective>{}))
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp469 TYPE_PARSER(sourced(construct<OmpCriticalDirective>(verbatim("CRITICAL"_tok),
474 Parser<OmpCriticalDirective>{}, block, Parser<OmpEndCriticalDirective>{}))
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dopenmp-parsers.cpp469 TYPE_PARSER(sourced(construct<OmpCriticalDirective>(verbatim("CRITICAL"_tok),
474 Parser<OmpCriticalDirective>{}, block, Parser<OmpEndCriticalDirective>{}))
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Parser/
H A Ddump-parse-tree.h535 NODE(parser, OmpCriticalDirective) in NODE()
536 NODE(OmpCriticalDirective, Hint) in NODE()
H A Dparse-tree.h3604 struct OmpCriticalDirective { struct
3605 TUPLE_CLASS_BOILERPLATE(OmpCriticalDirective);
3617 std::tuple<OmpCriticalDirective, Block, OmpEndCriticalDirective> t; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp225 const auto &dir{std::get<parser::OmpCriticalDirective>(x.t)}; in Enter()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h3594 struct OmpCriticalDirective { struct
3595 TUPLE_CLASS_BOILERPLATE(OmpCriticalDirective);
3606 std::tuple<OmpCriticalDirective, Block, OmpEndCriticalDirective> t; argument
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h3592 struct OmpCriticalDirective { struct
3593 TUPLE_CLASS_BOILERPLATE(OmpCriticalDirective);
3604 std::tuple<OmpCriticalDirective, Block, OmpEndCriticalDirective> t; argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Parser/
H A Dparse-tree.h3594 struct OmpCriticalDirective { struct
3595 TUPLE_CLASS_BOILERPLATE(OmpCriticalDirective);
3606 std::tuple<OmpCriticalDirective, Block, OmpEndCriticalDirective> t; argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h3594 struct OmpCriticalDirective { struct
3595 TUPLE_CLASS_BOILERPLATE(OmpCriticalDirective);
3606 std::tuple<OmpCriticalDirective, Block, OmpEndCriticalDirective> t; argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h3592 struct OmpCriticalDirective { struct
3593 TUPLE_CLASS_BOILERPLATE(OmpCriticalDirective);
3604 std::tuple<OmpCriticalDirective, Block, OmpEndCriticalDirective> t; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Parser/
H A Dparse-tree.h3596 struct OmpCriticalDirective { struct
3597 TUPLE_CLASS_BOILERPLATE(OmpCriticalDirective);
3608 std::tuple<OmpCriticalDirective, Block, OmpEndCriticalDirective> t; argument
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dparse-tree.h3594 struct OmpCriticalDirective {
3595 TUPLE_CLASS_BOILERPLATE(OmpCriticalDirective);
3606 std::tuple<OmpCriticalDirective, Block, OmpEndCriticalDirective> t;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp325 const auto &dir{std::get<parser::OmpCriticalDirective>(x.t)}; in Enter()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp325 const auto &dir{std::get<parser::OmpCriticalDirective>(x.t)}; in Enter()

12