Searched defs:__std (Results 1 – 2 of 2) sorted by relevance
203 struct __std { struct204 __alignment __alignment_ : 3;205 __sign __sign_ : 2;206 bool __alternate_form_ : 1;207 bool __locale_specific_form_ : 1;208 __type __type_;
27 def __std(ref): return ref function