示例#1
0
文件: tl-symbol.cpp 项目: bsc-pm/mcxx
    Nodecl::NodeclBase Symbol::get_bind_c_name() const
    {
        Nodecl::FortranBindC n ( symbol_entity_specs_get_bind_info(_symbol) );

        return n.get_name();
    }
示例#2
0
    Nodecl::NodeclBase Symbol::get_bind_c_name() const
    {
        Nodecl::FortranBindC n ( _symbol->entity_specs.bind_info );

        return n.get_name();
    }