Home
last modified time | relevance | path

Searched defs:__parser (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__format/
H A Dparser_std_format_spec.h570 _LIBCPP_HIDE_FROM_ABI constexpr void __process_display_type_bool_string(__parser<_CharT>& __parser)… in __process_display_type_bool_string() argument
585 _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
611 _LIBCPP_HIDE_FROM_ABI constexpr void __process_parsed_char(__parser<_CharT>& __parser) { in __process_parsed_char() argument
632 _LIBCPP_HIDE_FROM_ABI constexpr void __process_parsed_integer(__parser<_CharT>& __parser) { in __process_parsed_integer() argument
653 _LIBCPP_HIDE_FROM_ABI constexpr void __process_parsed_floating_point(__parser<_CharT>& __parser) { in __process_parsed_floating_point() argument
/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