Searched defs:__type (Results 1 – 7 of 7) sorted by relevance
28 struct __type { struct 29 using __primary_template _LIBCPP_NODEBUG = __type; argument
19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid()
44 for (auto __type : __types) in __compute_comp_type() local
198 enum class __type : uint8_t { enum [all...]
196 switch (__type) { in __compile_time_visit_format_arg() argument 268 if (__type == __arg_t::__none) in __handle_replacement_field() local
351 basic_format_arg(__format::__arg_t __type,__basic_format_arg_value<_Context> __value) basic_format_arg() argument
190 typedef T __type; typedef 238 template<typename T> struct __enable_if<true, T> { typedef T __type; }; typedef