Searched refs:format_tree (Results 1 – 18 of 18) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-format.cc | 1512 tree format_tree; in check_format_info() local 1524 format_tree = TREE_VALUE (params); in check_format_info() 1526 if (format_tree == 0) in check_format_info() 1546 format_tree, arg_num, OPT_Wformat_); in check_format_info() 1626 check_format_arg (void *ctx, tree format_tree, in check_format_arg() argument 1641 location_t fmt_param_loc = EXPR_LOC_OR_LOC (format_tree, input_location); in check_format_arg() 1645 format_tree = fold_for_warn (format_tree); in check_format_arg() 1646 STRIP_NOPS (format_tree); in check_format_arg() 1648 if (integer_zerop (format_tree)) in check_format_arg() 1673 if (TREE_CODE (format_tree) == POINTER_PLUS_EXPR) in check_format_arg() [all …]
|
| H A D | ChangeLog | 6698 (check_format_arg): Capture location of format_tree and pass to
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-format.c | 1520 tree format_tree; in check_format_info() local 1532 format_tree = TREE_VALUE (params); in check_format_info() 1534 if (format_tree == 0) in check_format_info() 1554 format_tree, arg_num); in check_format_info() 1634 check_format_arg (void *ctx, tree format_tree, in check_format_arg() argument 1649 location_t fmt_param_loc = EXPR_LOC_OR_LOC (format_tree, input_location); in check_format_arg() 1653 format_tree = fold_for_warn (format_tree); in check_format_arg() 1654 STRIP_NOPS (format_tree); in check_format_arg() 1656 if (integer_zerop (format_tree)) in check_format_arg() 1681 if (TREE_CODE (format_tree) == POINTER_PLUS_EXPR) in check_format_arg() [all …]
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | cmd-list-buffers.c | 51 struct format_tree *ft; in cmd_list_buffers_exec()
|
| H A D | cmd-list-sessions.c | 58 struct format_tree *ft; in cmd_list_sessions_exec()
|
| H A D | cmd-list-clients.c | 60 struct format_tree *ft; in cmd_list_clients_exec()
|
| H A D | cmd-show-messages.c | 80 struct format_tree *ft; in cmd_show_messages_exec()
|
| H A D | cmd-list-windows.c | 91 struct format_tree *ft; in cmd_list_windows_session()
|
| H A D | control.c | 846 struct format_tree *ft; in control_check_subs_session() 872 struct format_tree *ft; in control_check_subs_pane() 920 struct format_tree *ft; in control_check_subs_all_panes() 963 struct format_tree *ft; in control_check_subs_window() 1009 struct format_tree *ft; in control_check_subs_all_windows()
|
| H A D | cmd-list-panes.c | 94 struct format_tree *ft; in cmd_list_panes_window()
|
| H A D | window-customize.c | 232 struct options_entry *o, struct format_tree *ft) in window_customize_build_array() 272 struct options_entry *o, struct format_tree *ft, in window_customize_build_option() 376 struct format_tree *ft, const char *filter, struct cmd_find_state *fs) in window_customize_build_options() 444 struct key_table *kt, struct format_tree *ft, const char *filter, in window_customize_build_keys() 532 struct format_tree *ft; in window_customize_build() 665 struct format_tree *ft; in window_customize_draw_option()
|
| H A D | cmd-display-message.c | 72 struct format_tree *ft; in cmd_display_message_exec()
|
| H A D | names.c | 126 struct format_tree *ft; in format_window_name()
|
| H A D | cmd-pipe-pane.c | 67 struct format_tree *ft; in cmd_pipe_pane_exec()
|
| H A D | cmd-list-keys.c | 330 struct format_tree *ft; in cmd_list_keys_commands()
|
| H A D | notify.c | 29 struct format_tree *formats;
|
| H A D | window-client.c | 272 struct format_tree *ft; in window_client_get_key()
|
| H A D | window-tree.c | 880 struct format_tree *ft; in window_tree_get_key()
|