Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp265 bool Pre(const parser::AssociateConstruct &associateConstruct) { in Pre() argument
266 return PushConstructName(associateConstruct); in Pre()
316 void Post(const parser::AssociateConstruct &associateConstruct) { in Post() argument
317 PopConstructName(associateConstruct); in Post()
691 void CheckName(const parser::AssociateConstruct &associateConstruct) { in CheckName() argument
693 "ASSOCIATE", associateConstruct); in CheckName()