Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__format/
H A Dparser_std_format_spec.h174 __type __type_;
307 __type __type_{__type::__default};
500 __type_ = __type::__char; in __parse_type()
503 __type_ = __type::__decimal; in __parse_type()
515 __type_ = __type::__octal; in __parse_type()
518 __type_ = __type::__pointer; in __parse_type()
521 __type_ = __type::__string; in __parse_type()
558 _LIBCPP_HIDE_FROM_ABI constexpr void __process_display_type_string(__format_spec::__type __type) { in __process_display_type_string() argument
559 switch (__type) { in __process_display_type_string()
681 _LIBCPP_HIDE_FROM_ABI constexpr void __process_display_type_pointer(__format_spec::__type __type) { in __process_display_type_pointer() argument
[all …]
H A Dformatter_bool.h50 case __format_spec::__type::__default:
51 case __format_spec::__type::__string:
54 case __format_spec::__type::__binary_lower_case:
55 case __format_spec::__type::__binary_upper_case:
56 case __format_spec::__type::__octal:
57 case __format_spec::__type::__decimal:
58 case __format_spec::__type::__hexadecimal_lower_case:
59 case __format_spec::__type::__hexadecimal_upper_case:
H A Dformatter_floating_point.h453 __format_spec::__type __type) {
455 switch (__type) {
456 case __format_spec::__type::__default:
459 case __format_spec::__type::__hexfloat_lower_case:
463 case __format_spec::__type::__hexfloat_upper_case:
467 case __format_spec::__type::__scientific_lower_case:
470 case __format_spec::__type::__scientific_upper_case:
473 case __format_spec::__type::__fixed_lower_case:
474 case __format_spec::__type::__fixed_upper_case:
477 case __format_spec::__type::__general_lower_case:
[all …]
H A Dformatter_integral.h254 if (__specs.__std_.__type_ != __format_spec::__type::__hexadecimal_upper_case) [[likely]]
265 case __format_spec::__type::__binary_lower_case: {
269 case __format_spec::__type::__binary_upper_case: {
273 case __format_spec::__type::__octal: {
279 case __format_spec::__type::__default:
280 case __format_spec::__type::__decimal: {
285 case __format_spec::__type::__hexadecimal_lower_case: {
289 case __format_spec::__type::__hexadecimal_upper_case: {
H A Dformatter_char.h44 …if (__parser_.__type_ == __format_spec::__type::__default || __parser_.__type_ == __format_spec::_…
H A Dformatter_pointer.h47 …__specs.__std_.__type_ = __format_spec::__type::__hexadecimal_lowe…
H A Dformat_arg.h248 _LIBCPP_HIDE_FROM_ABI explicit basic_format_arg(__format::__arg_t __type, in basic_format_arg() argument
250 : __value_(__value), __type_(__type) {} in basic_format_arg()
H A Dformatter_integer.h48 if (__specs.__std_.__type_ == __format_spec::__type::__char)
H A Dformatter_output.h134 if (__specs.__std_.__type_ == __format_spec::__type::__hexadecimal_upper_case) { in __write_using_decimal_separators()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dinvpcidintrin.h19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid() argument
20 __builtin_ia32_invpcid(__type, __descriptor); in _invpcid()
/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dcommon_reference.h52 using __common_ref_t = typename __common_ref<_Xp, _Yp>::__type;
64 using __type = __cv_cond_res<_Xp, _Yp>;
81 using __type = __common_ref_C<_Xp, _Yp>;
95 using __type = __common_ref_D<_Xp, _Yp>;
/llvm-project-15.0.7/libcxx/include/__compare/
H A Dcommon_comparison_category.h51 for (auto __type : __types) in __compute_comp_type() local
52 ++__seen[__type]; in __compute_comp_type()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle.cpp190 typedef T __type; typedef
194 template<typename T> typename __enable_if<__is_scalar_type<T>::__value, void>::__type ft7() { } in ft7()
225 template<typename T> typename __enable_if<(__is_scalar_type<T>::__value), void>::__type ft8() { } in ft8()
238 template<typename T> struct __enable_if<true, T> { typedef T __type; }; typedef
242 typename __enable_if<!__is_scalar_type<T>::__value, void>::__type __fill_a() { }; in __fill_a()
/llvm-project-15.0.7/libcxx/include/
H A Dformat283 constexpr void __compile_time_validate_integral(__arg_t __type) {
284 switch (__type) {
332 __arg_t __type) {
333 switch (__type) {
403 __arg_t __type = __ctx.arg(__r.__value);
404 if (__type == __arg_t::__handle)
407 __format::__compile_time_visit_format_arg(__parse_ctx, __ctx, __type);