Home | History | Annotate | Download | only in Support

Lines Matching refs:Bogus

63   const fltSemantics APFloat::Bogus = { 0, 0, 0 };
696 rhs.semantics = &Bogus;
823 APFloat::APFloat(APFloat &&rhs) : semantics(&Bogus) {