Home
last modified time | relevance | path

Searched refs:ifConstruct (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp280 bool Pre(const parser::IfConstruct &ifConstruct) { in Pre() argument
281 return PushConstructName(ifConstruct); in Pre()
331 void Post(const parser::IfConstruct &ifConstruct) { in Post() argument
332 PopConstructName(ifConstruct); in Post()
722 void CheckName(const parser::IfConstruct &ifConstruct) { in CheckName() argument
723 CheckEndName<parser::IfThenStmt, parser::EndIfStmt>("IF", ifConstruct); in CheckName()
725 std::get<std::list<parser::IfConstruct::ElseIfBlock>>(ifConstruct.t)) { in CheckName()
726 CheckOptionalName<parser::IfThenStmt>("IF construct", ifConstruct, in CheckName()
731 ifConstruct.t)}) { in CheckName()
732 CheckOptionalName<parser::IfThenStmt>("IF construct", ifConstruct, in CheckName()
H A Dcanonicalize-do.cpp55 [&](common::Indirection<IfConstruct> &ifConstruct) { in Post() argument
57 std::get<Statement<EndIfStmt>>(ifConstruct.value().t)); in Post()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp143 static const auto ifConstruct = parser::IfConstruct{ in convertIfStmt()
155 enterConstructOrDirective(ifConstruct); in convertIfStmt()