Searched refs:get_value_styles (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DMetric.h115 visbits = get_value_styles ();
163 return (get_value_styles () & v) == v;
H A DBaseMetric.h147 int get_value_styles () { return value_styles; } function in class:BaseMetric
H A DMetric.cc1378 else if ((get_value_styles () & VAL_TIMEVAL) != 0 && !is_time_val ())
1481 v |= (get_value_styles () & (VAL_TIMEVAL | VAL_VALUE));
1501 v |= (get_value_styles () & (VAL_TIMEVAL | VAL_VALUE));
1624 char *vis = get_vis_string (allPossible ? get_value_styles ()
H A DBaseMetric.cc294 return (get_value_styles () & VAL_INTERNAL) != 0;
H A DDbe.cc1164 value_styles->append (m->get_value_styles ());
1263 // When bm->get_value_styles() supports VAL_TIMEVAL but not VAL_VALUE
1269 const int value_styles = bm->get_value_styles ();
1335 _vstyles_capable = bm->get_value_styles ();
1347 bool is_time = (bm->get_value_styles () & VAL_TIMEVAL) != 0;
1694 bool isTime = ((mitem->get_value_styles () & VAL_TIMEVAL) != 0);
1776 bool isTime = ((mitem->get_value_styles () & VAL_TIMEVAL) != 0);
H A DPrint.cc551 if (mitem->get_value_styles () & VAL_PERCENT)
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMetric.h115 visbits = get_value_styles ();
163 return (get_value_styles () & v) == v;
H A DBaseMetric.h147 int get_value_styles () { return value_styles; } function in class:BaseMetric
H A DMetric.cc1378 else if ((get_value_styles () & VAL_TIMEVAL) != 0 && !is_time_val ())
1481 v |= (get_value_styles () & (VAL_TIMEVAL | VAL_VALUE));
1501 v |= (get_value_styles () & (VAL_TIMEVAL | VAL_VALUE));
1624 char *vis = get_vis_string (allPossible ? get_value_styles ()
H A DBaseMetric.cc294 return (get_value_styles () & VAL_INTERNAL) != 0;
H A DDbe.cc1164 value_styles->append (m->get_value_styles ());
1263 // When bm->get_value_styles() supports VAL_TIMEVAL but not VAL_VALUE
1269 const int value_styles = bm->get_value_styles ();
1335 _vstyles_capable = bm->get_value_styles ();
1347 bool is_time = (bm->get_value_styles () & VAL_TIMEVAL) != 0;
1694 bool isTime = ((mitem->get_value_styles () & VAL_TIMEVAL) != 0);
1776 bool isTime = ((mitem->get_value_styles () & VAL_TIMEVAL) != 0);
H A DPrint.cc551 if (mitem->get_value_styles () & VAL_PERCENT)

Completed in 179 milliseconds