Searched refs:rpthpc (Results 1 – 4 of 4) sorted by relevance
216 bool rpthpc=false);224 bool rpthpc=false,234 bool rpthpc=false);
292 bool rpthpc() const {return m_rpthpc;} in rpthpc() function
333 bool rpthpc, in write_summary_tree() argument368 if( rpthpc ) { in write_summary_tree()408 write_summary_tree_entry(os,parent,indent.c_str(),rpthpc); in write_summary_tree()414 write_summary_tree_entry(os,stmt,indent.c_str(),rpthpc); in write_summary_tree()425 bool rpthpc) in write_summary_tree_entry() argument451 if( rpthpc ) { in write_summary_tree_entry()805 if( m_sw.rpthpc() && stmt->get_type() == statement::base::STMT_PACKAGE ) { in write_contents()
343 -[no]rpthpc Report package contents hierarchically like the344 the class summary page. The default is -rpthpc.