Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp256 bool Pre(const parser::AssociateConstruct &associateConstruct) { in Pre() argument
257 return PushConstructName(associateConstruct); in Pre()
303 void Post(const parser::AssociateConstruct &associateConstruct) { in Post() argument
304 PopConstructName(associateConstruct); in Post()
667 void CheckName(const parser::AssociateConstruct &associateConstruct) { in CheckName() argument
669 "ASSOCIATE", associateConstruct); in CheckName()