Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp299 bool Pre(const parser::ForallConstruct &forallConstruct) { in Pre() argument
300 return PushConstructNameWithoutBlock(forallConstruct); in Pre()
334 void Post(const parser::ForallConstruct &forallConstruct) { in Post() argument
335 PopConstructNameWithoutBlock(forallConstruct); in Post()
681 void CheckName(const parser::ForallConstruct &forallConstruct) { in CheckName() argument
683 "FORALL", forallConstruct); in CheckName()
/external/llvm-project/flang/lib/Parser/
Dtype-parsers.h98 constexpr Parser<ForallConstruct> forallConstruct; // R1050 variable
Dexecutable-parsers.cpp51 construct<ExecutableConstruct>(indirect(forallConstruct)),
Dexpr-parsers.cpp508 construct<ForallBodyConstruct>(indirect(forallConstruct)) ||