Lines Matching full:udt
222 struct UDT {223 UDT(volatile const UDT&);224 UDT &operator=(const UDT&);225 UDT &operator=(const UDT&) volatile;226 UDT operator+=(const UDT&) volatile;228 void h(UDT a) {229 volatile UDT b = a;230 volatile UDT c = b;