Searched refs:forallConstruct (Results 1 – 4 of 4) sorted by relevance
299 bool Pre(const parser::ForallConstruct &forallConstruct) { in Pre() argument300 return PushConstructNameWithoutBlock(forallConstruct); in Pre()334 void Post(const parser::ForallConstruct &forallConstruct) { in Post() argument335 PopConstructNameWithoutBlock(forallConstruct); in Post()681 void CheckName(const parser::ForallConstruct &forallConstruct) { in CheckName() argument683 "FORALL", forallConstruct); in CheckName()
98 constexpr Parser<ForallConstruct> forallConstruct; // R1050 variable
51 construct<ExecutableConstruct>(indirect(forallConstruct)),
508 construct<ForallBodyConstruct>(indirect(forallConstruct)) ||