Home
last modified time | relevance | path

Searched refs:CaseConstruct (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-case.cpp27 void Check(const std::list<parser::CaseConstruct::Case> &cases) { in Check()
28 for (const parser::CaseConstruct::Case &c : cases) { in Check()
42 void AddCase(const parser::CaseConstruct::Case &c) { in AddCase()
218 const std::list<parser::CaseConstruct::Case> &caseList;
221 void CaseChecker::Enter(const parser::CaseConstruct &construct) { in Enter()
233 std::get<std::list<parser::CaseConstruct::Case>>(construct.t)}; in Enter()
Dcheck-case.h15 struct CaseConstruct;
24 void Enter(const parser::CaseConstruct &);
Dresolve-labels.cpp280 bool Pre(const parser::CaseConstruct &caseConstruct) { in Pre()
283 bool Pre(const parser::CaseConstruct::Case &) { return SwitchToNewScope(); } in Pre()
321 void Post(const parser::CaseConstruct &caseConstruct) { in Post()
605 void PopConstructName(const parser::CaseConstruct &caseConstruct) { in PopConstructName()
606 CheckSelectNames<parser::SelectCaseStmt, parser::CaseConstruct::Case, in PopConstructName()
Dcanonicalize-do.cpp59 [&](common::Indirection<CaseConstruct> &caseConstruct) { in Post()
/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h36 struct CaseConstruct;
53 const parser::BlockConstruct *, const parser::CaseConstruct *,
/external/llvm-project/flang/lib/Parser/
Dexecutable-parsers.cpp44 construct<ExecutableConstruct>(indirect(Parser<CaseConstruct>{})),
328 construct<CaseConstruct>(statement(Parser<SelectCaseStmt>{}),
329 many(construct<CaseConstruct::Case>(
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h161 NODE(parser, CaseConstruct) in NODE()
162 NODE(CaseConstruct, Case) in NODE()
Dparse-tree.h204 struct CaseConstruct; // R1140
510 common::Indirection<BlockConstruct>, common::Indirection<CaseConstruct>,
2331 struct CaseConstruct { struct
2336 TUPLE_CLASS_BOILERPLATE(CaseConstruct); argument
/external/llvm-project/flang/include/flang/Lower/
DPFTBuilder.h128 parser::CaseConstruct, parser::ChangeTeamConstruct,
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp669 [&](const parser::CaseConstruct &) { in analyzeBranches() argument