Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp312 bool Pre(const parser::ForallConstruct &forallConstruct) { in Pre() argument
313 return PushConstructName(forallConstruct); in Pre()
346 void Post(const parser::ForallConstruct &forallConstruct) { in Post() argument
347 PopConstructName(forallConstruct); in Post()
705 void CheckName(const parser::ForallConstruct &forallConstruct) { in CheckName() argument
707 "FORALL", forallConstruct); in CheckName()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h99 constexpr Parser<ForallConstruct> forallConstruct; // R1050 variable
H A Dexecutable-parsers.cpp51 construct<ExecutableConstruct>(indirect(forallConstruct)),
H A Dexpr-parsers.cpp521 construct<ForallBodyConstruct>(indirect(forallConstruct)) ||