AstInterface::IsAliasingDecl
Check if exp declares a set of variables to be aliased to nonālocal storages, represented by the returned global_signatures.
Synopsis
Declared in <src/midend/astUtil/astInterface/AstInterface.h>
bool
IsAliasingDecl(
AstNodePtr const& exp,
AstList* vars = 0,
AstList* aliases = 0);
Created with MrDocs