Beispiel #1
0
void ArrayInterface::
initialize( AstInterface& fa, const AstNodePtr& h)
{
   aliasCollect(fa, h);
   valueCollect.build( fa, h, *this, ArrayAnnotation::get_inst());
}
Beispiel #2
0
void ArrayInterface::
AliasCollect( AstInterface& fa, const AstNodePtr& h)
{
    aliasCollect(fa, h);
}