Home
last modified time | relevance | path

Searched refs:__parser (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__format/
H A Dparser_std_format_spec.h585 _LIBCPP_HIDE_FROM_ABI constexpr void __process_display_type_char(__parser<_CharT>& __parser) { in __process_display_type_char() argument
590 _LIBCPP_HIDE_FROM_ABI constexpr void __process_parsed_bool(__parser<_CharT>& __parser) { in __process_parsed_bool() argument
591 switch (__parser.__type_) { in __process_parsed_bool()
611 _LIBCPP_HIDE_FROM_ABI constexpr void __process_parsed_char(__parser<_CharT>& __parser) { in __process_parsed_char() argument
612 switch (__parser.__type_) { in __process_parsed_char()
632 _LIBCPP_HIDE_FROM_ABI constexpr void __process_parsed_integer(__parser<_CharT>& __parser) { in __process_parsed_integer() argument
633 switch (__parser.__type_) { in __process_parsed_integer()
654 switch (__parser.__type_) { in __process_parsed_floating_point()
658 if (__parser.__precision_as_arg_ || __parser.__precision_ != -1) in __process_parsed_floating_point()
671 if (!__parser.__precision_as_arg_ && __parser.__precision_ == -1) in __process_parsed_floating_point()
[all …]
H A Dformatter_bool.h71 __format_spec::__parser<_CharT> __parser_;
H A Dformatter_pointer.h51 __format_spec::__parser<_CharT> __parser_;
H A Dformatter_char.h64 __format_spec::__parser<_CharT> __parser_;
H A Dformatter_integer.h58 __format_spec::__parser<_CharT> __parser_;
H A Dformatter_string.h46 __format_spec::__parser<_CharT> __parser_;
H A Dformatter_floating_point.h702 __format_spec::__parser<_CharT> __parser_;
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Darguments.py483 def __call__(self, __parser, namespace, values, __option_string): argument