HomeSort by: relevance | last modified time | path
    Searched defs:format_tree (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 1514 tree format_tree;
1526 format_tree = TREE_VALUE (params);
1528 if (format_tree == 0)
1548 format_tree, arg_num, OPT_Wformat_);
1623 format string. FORMAT_TREE is the format parameter. ARG_NUM
1628 check_format_arg (void *ctx, tree format_tree,
1643 location_t fmt_param_loc = EXPR_LOC_OR_LOC (format_tree, input_location);
1647 format_tree = fold_for_warn (format_tree);
1648 STRIP_NOPS (format_tree);
1512 tree format_tree; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 1558 tree format_tree;
1570 format_tree = TREE_VALUE (params);
1572 if (format_tree == 0)
1592 format_tree, arg_num, OPT_Wformat_);
1667 format string. FORMAT_TREE is the format parameter. ARG_NUM
1672 check_format_arg (void *ctx, tree format_tree,
1687 location_t fmt_param_loc = EXPR_LOC_OR_LOC (format_tree, input_location);
1691 format_tree = fold_for_warn (format_tree);
1692 STRIP_NOPS (format_tree);
1556 tree format_tree; local
    [all...]
  /src/external/bsd/tmux/dist/
format.c 48 static void format_defaults_session(struct format_tree *,
50 static void format_defaults_client(struct format_tree *, struct client *);
51 static void format_defaults_winlink(struct format_tree *,
147 struct format_tree { struct
171 struct format_tree *ft;
256 format_logging(struct format_tree *ft)
266 struct format_tree *ft = es->ft;
368 struct format_tree *ft = es->ft;
494 format_cb_host(__unused struct format_tree *ft)
505 format_cb_host_short(__unused struct format_tree *ft
    [all...]

Completed in 33 milliseconds