Searched defs:Un (Results 1 – 3 of 3) sorted by relevance
77 UnaryOperatorKind Un; member83 explicit OperatorKind(UnaryOperatorKind Un) : IsBinary{false} { Op.Un = Un; } in OperatorKind()
3 union Un {int i;}; union
213 static raw_ostream& operator<<(raw_ostream &OS, const DstUnused &Un) { in operator <<()