Searched defs:__std (Results 1 – 2 of 2) sorted by relevance
242 struct __std { struct243 __alignment __alignment_ : 3;244 __sign __sign_ : 2;245 bool __alternate_form_ : 1;246 bool __locale_specific_form_ : 1;247 __type __type_;
27 def __std(ref): return ref function