Home
last modified time | relevance | path

Searched refs:whereConstruct (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp309 bool Pre(const parser::WhereConstruct &whereConstruct) { in Pre() argument
310 return PushConstructName(whereConstruct); in Pre()
343 void Post(const parser::WhereConstruct &whereConstruct) { in Post() argument
344 PopConstructName(whereConstruct); in Post()
738 void CheckName(const parser::WhereConstruct &whereConstruct) { in CheckName() argument
740 "WHERE", whereConstruct); in CheckName()
743 whereConstruct.t)) { in CheckName()
745 whereConstruct, in CheckName()
751 whereConstruct.t)}) { in CheckName()
753 whereConstruct, in CheckName()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h97 constexpr Parser<WhereConstruct> whereConstruct; // R1042 variable
H A Dexpr-parsers.cpp485 construct<WhereBodyConstruct>(indirect(whereConstruct)))
520 construct<ForallBodyConstruct>(whereConstruct) ||
H A Dexecutable-parsers.cpp50 construct<ExecutableConstruct>(indirect(whereConstruct)),