Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp36 struct UnwrapStmt { struct
37 static constexpr bool isStmt{false};
40 struct UnwrapStmt<parser::Statement<A>> { struct
41 static constexpr bool isStmt{true};
42 using Type = typename RemoveIndirectionHelper<A>::Type;
43 constexpr UnwrapStmt(const parser::Statement<A> &a) in UnwrapStmt() argument
46 const Type &unwrapped;
47 parser::CharBlock position;
48 std::optional<parser::Label> label;
51 struct UnwrapStmt<parser::UnlabeledStatement<A>> { struct
[all …]