Skip to content

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