Home
last modified time | relevance | path

Searched refs:arg_parser (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dextract-section.py49 arg_parser = argparse.ArgumentParser(add_help=False) variable
50 arg_parser.add_argument('--readobj-path', metavar='<executable path>', type=str,
52 arg_parser.add_argument('--input-file', metavar='<file>', type=str,
54 arg_parser.add_argument('section', metavar='<name>', type=str,
57 format_group = arg_parser.add_mutually_exclusive_group()
60 arg_parser.add_argument('--byte-indicator', action='store_true',
64 arg_parser.add_argument('--hex-width', metavar='<# of bytes>', type=int,
67 arg_parser.add_argument('--help', action='help')
68 arg_parser.set_defaults(format='bits', tool_path='llvm-readobj', input_file='-',
70 args = arg_parser.parse_args()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc3855 argument_parser arg_parser (info, format_chars, format_string_cst, in check_format_info_main() local
3860 if (!arg_parser.read_any_dollar ()) in check_format_info_main()
3863 if (!arg_parser.read_format_flags ()) in check_format_info_main()
3867 if (!arg_parser.read_any_format_width (params, arg_num)) in check_format_info_main()
3871 arg_parser.read_any_format_left_precision (); in check_format_info_main()
3874 if (!arg_parser.read_any_format_precision (params, arg_num)) in check_format_info_main()
3879 arg_parser.handle_alloc_chars (); in check_format_info_main()
3890 = arg_parser.read_any_length_modifier (); in check_format_info_main()
3893 arg_parser.read_any_other_modifier (); in check_format_info_main()
3917 = arg_parser.find_format_char_info (format_char); in check_format_info_main()
[all …]
H A DChangeLog5206 constructing arg_parser.
6406 to arg_parser.check_argument_type.
6722 new params to the arg_parser ctor. Pass "format_string_cst" to
6724 arg_parser.check_argument_type.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c3856 argument_parser arg_parser (info, format_chars, format_string_cst, in check_format_info_main()
3861 if (!arg_parser.read_any_dollar ()) in check_format_info_main()
3864 if (!arg_parser.read_format_flags ()) in check_format_info_main()
3868 if (!arg_parser.read_any_format_width (params, arg_num)) in check_format_info_main()
3872 arg_parser.read_any_format_left_precision (); in check_format_info_main()
3875 if (!arg_parser.read_any_format_precision (params, arg_num)) in check_format_info_main()
3880 arg_parser.handle_alloc_chars (); in check_format_info_main()
3891 = arg_parser.read_any_length_modifier (); in check_format_info_main()
3894 arg_parser.read_any_other_modifier (); in check_format_info_main()
3918 = arg_parser.find_format_char_info (format_char); in check_format_info_main()
[all …]