Searched defs:auto_tc_exp_fail (Results 1 – 1 of 1) sorted by relevance
293 struct auto_tc_exp_fail { struct294 auto_tc_exp_fail() : m_value( 0 ) {} in auto_tc_exp_fail() argument296 explicit auto_tc_exp_fail( unsigned v ) in auto_tc_exp_fail() argument302 static auto_tc_exp_fail*& instance() in instance()310 unsigned value() const { return m_value; } in value()314 unsigned m_value;