Home
last modified time | relevance | path

Searched refs:ExecutionPartConstruct (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dexecutable-parsers.cpp62 fail<ExecutionPartConstruct>(
64 construct<ExecutionPartConstruct>(construct<ErrorRecovery>(ok /
71 first(construct<ExecutionPartConstruct>(executableConstruct),
72 construct<ExecutionPartConstruct>(
74 construct<ExecutionPartConstruct>(
76 construct<ExecutionPartConstruct>(
80 construct<ExecutionPartConstruct>(
83 construct<ExecutionPartConstruct>(executionPartErrorRecovery)))
H A Dtype-parsers.h48 constexpr Parser<ExecutionPartConstruct> executionPartConstruct; // R510
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-omp.cpp50 template <typename T> T *GetConstructIf(parser::ExecutionPartConstruct &x) { in GetConstructIf()
H A Drewrite-parse-tree.cpp126 parser::ExecutionPartConstruct{ in Pre()
H A Dresolve-directives.cpp102 const parser::ExecutionPartConstruct &);
564 const parser::ExecutionPartConstruct &x) { in GetDoConstructIf()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h532 struct ExecutionPartConstruct { struct
533 UNION_CLASS_BOILERPLATE(ExecutionPartConstruct);
542 WRAPPER_CLASS(ExecutionPart, std::list<ExecutionPartConstruct>); argument
2084 using Block = std::list<ExecutionPartConstruct>;
H A Ddump-parse-tree.h291 NODE(parser, ExecutionPartConstruct) in NODE()