Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp296 bool Pre(const parser::WhereConstruct &whereConstruct) { in Pre() argument
297 return PushConstructNameWithoutBlock(whereConstruct); in Pre()
331 void Post(const parser::WhereConstruct &whereConstruct) { in Post() argument
332 PopConstructNameWithoutBlock(whereConstruct); in Post()
714 void CheckName(const parser::WhereConstruct &whereConstruct) { in CheckName() argument
716 "WHERE", whereConstruct); in CheckName()
719 whereConstruct.t)) { in CheckName()
721 whereConstruct, in CheckName()
727 whereConstruct.t)}) { in CheckName()
729 whereConstruct, in CheckName()
/external/llvm-project/flang/lib/Parser/
Dtype-parsers.h96 constexpr Parser<WhereConstruct> whereConstruct; // R1042 variable
Dexpr-parsers.cpp472 construct<WhereBodyConstruct>(indirect(whereConstruct)))
507 construct<ForallBodyConstruct>(whereConstruct) ||
Dexecutable-parsers.cpp50 construct<ExecutableConstruct>(indirect(whereConstruct)),