Home
last modified time | relevance | path

Searched refs:OmpAllocateClause (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dopenmp-parsers.cpp108 TYPE_PARSER(construct<OmpAllocateClause>(
109 maybe(construct<OmpAllocateClause::Allocator>(scalarIntExpr) / ":"),
161 construct<OmpClause>(parenthesized(Parser<OmpAllocateClause>{})) ||
Dunparse.cpp2013 void Unparse(const OmpAllocateClause &x) { in Unparse()
2015 Walk(std::get<std::optional<OmpAllocateClause::Allocator>>(x.t), ":"); in Unparse()
/external/llvm-project/flang/lib/Semantics/
Dcheck-omp-structure.h161 void Enter(const parser::OmpAllocateClause &);
Dcheck-omp-structure.cpp446 CHECK_SIMPLE_PARSER_CLAUSE(OmpAllocateClause, OMPC_allocate) in CHECK_SIMPLE_PARSER_CLAUSE() argument
Dresolve-directives.cpp272 bool Pre(const parser::OmpAllocateClause &x) { in Pre()
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h517 NODE(parser, OmpAllocateClause) in NODE()
518 NODE(OmpAllocateClause, Allocator) in NODE()
Dparse-tree.h3426 struct OmpAllocateClause { struct
3427 TUPLE_CLASS_BOILERPLATE(OmpAllocateClause);
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td256 let flangClass = "OmpAllocateClause";