Home | History | Annotate | Download | only in ext

Lines Matching refs:throw_value

39  *  Contains two exception-generating types (throw_value, throw_allocator)
498 typedef throw_value_base<_Cond> throw_value;
499 throw_value::throw_conditionally();
500 throw_value orig(__a);
511 typedef throw_value_base<_Cond> throw_value;
512 throw_value::throw_conditionally();
522 typedef throw_value_base<_Cond> throw_value;
523 throw_value::throw_conditionally();
534 typedef throw_value_base<_Cond> throw_value;
535 throw_value::throw_conditionally();
536 throw_value __ret(__a._M_i + __b._M_i);
545 typedef throw_value_base<_Cond> throw_value;
546 throw_value::throw_conditionally();
547 throw_value __ret(__a._M_i - __b._M_i);
556 typedef throw_value_base<_Cond> throw_value;
557 throw_value::throw_conditionally();
558 throw_value __ret(__a._M_i * __b._M_i);