Searched refs:forallConstruct (Results 1 – 4 of 4) sorted by relevance
312 bool Pre(const parser::ForallConstruct &forallConstruct) { in Pre() argument313 return PushConstructName(forallConstruct); in Pre()346 void Post(const parser::ForallConstruct &forallConstruct) { in Post() argument347 PopConstructName(forallConstruct); in Post()705 void CheckName(const parser::ForallConstruct &forallConstruct) { in CheckName() argument707 "FORALL", forallConstruct); in CheckName()
99 constexpr Parser<ForallConstruct> forallConstruct; // R1050 variable
51 construct<ExecutableConstruct>(indirect(forallConstruct)),
521 construct<ForallBodyConstruct>(indirect(forallConstruct)) ||