Searched refs:SgnNames (Results 1 – 1 of 1) sorted by relevance
487 static const char *SgnNames[] = {"Positive", "Signed", "Unsigned"}; in operator <<() local496 OS << "\n X:(" << SgnNames[Op.X.Sgn] << ") " << *Op.X.Val << "\n" in operator <<()497 << " Y:(" << SgnNames[Op.Y.Sgn] << ") " << *Op.Y.Val; in operator <<()