| /freebsd-12.1/contrib/gcc/ |
| H A D | print-tree.c | 54 print_node (stderr, "", node, 0); in debug_tree() 268 print_node (file, "type", TREE_TYPE (node), indent + 4); in print_node() 439 print_node (file, "size", DECL_SIZE (node), indent + 4); in print_node() 538 print_node (file, "chain", TREE_CHAIN (node), indent + 4); in print_node() 619 print_node (file, "values", TYPE_VALUES (node), indent + 4); in print_node() 621 print_node (file, "domain", TYPE_DOMAIN (node), indent + 4); in print_node() 627 print_node (file, "fields", TYPE_FIELDS (node), indent + 4); in print_node() 737 print_node (file, buf, TREE_VALUE (link), indent + 4); in print_node() 808 print_node (file, "stmt", tsi_stmt (i), indent + 4); in print_node() 815 print_node (file, "vars", BLOCK_VARS (node), indent + 4); in print_node() [all …]
|
| H A D | c-decl.c | 476 print_node (file, "symbol", I_SYMBOL_DECL (node), indent + 4); in c_print_identifier() 477 print_node (file, "tag", I_TAG_DECL (node), indent + 4); in c_print_identifier() 478 print_node (file, "label", I_LABEL_DECL (node), indent + 4); in c_print_identifier()
|
| H A D | ChangeLog.gcc43 | 28 * print-tree.c (print_node): Print DECL_ALIGN and DECL_USER_ALIGN
|
| H A D | tree.h | 4493 extern void print_node (FILE *, const char *, tree, int);
|
| H A D | ChangeLog-2000 | 1614 * print-tree.c (print_node): Target-specific builtins print 6326 (print_node): Likewise. 11332 * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED 16576 * print-tree.c (print_node): The transparent_union_flag means 17579 * print-tree.c (print_node): Likewise. 20894 * print-tree.c (print_node): Print the chain of an _EXPR. 21513 * print-tree.c (print_node): Print DECL_OFFSET_ALIGN. 24151 * print-tree.c (print_node): Likewise. 26500 * print-tree.c (print_node): Adjust. 27536 * print-tree.c (print_node): Remove code that prints extra blank [all …]
|
| H A D | ChangeLog-2006 | 1160 * print-tree.c (print_node_brief, print_node): Print sign of Inf. 3467 (print_node_brief, print_node): Use it. 5866 * print-tree.c (print_node): Do not print SSA_NAME_AUX. 6798 * print-tree.c (print_node): Print DECL_BIT_FIELD_TYPE. 11866 * print-tree.c (print_node): Print out interesting things for 13832 * print-tree.c (print_node): Handle OMP_CLAUSE. 15201 * print-tree.c (print_node): Dump DECL_VALUE_EXPR.
|
| H A D | ChangeLog-1998 | 1991 * print-tree.c (print_node): After printing BLOCK or BIND_EXPR, 9761 * print-tree.c (print_node): Dump the alias set for a type. 13937 * print-tree.c (print_node): Handle EXPR_WITH_FILE_LOCATION. 14691 * print-tree.c (print_node): Call it 15979 * print-tree.c (print_node): Likewise. 16068 * print-tree.c (print_node): Call it 17299 (print_node): Likewise. Also hash is unsigned long not
|
| H A D | ChangeLog-1999 | 4362 * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS. 6123 * print-tree.c (print_node, indent_to): Remove redundant prototypes. 8652 * print-tree.c (print_node): Don't print obstacks when GC'ing. 8916 * print-tree.c (print_node): Don't check for TREE_PERMANENT 10606 (print_node): Use accessor macro, not `mode_name'. 11395 * print-tree.c (print_node): Print base for OFFSET_TYPEs. 19159 * print-tree.c (print_node_brief, print_node): Likewise. 19161 * tree.h (lvalue_or_else, print_node, print_node_brief): Likewise.
|
| H A D | ChangeLog-2001 | 5813 (print_node): Update. 11902 * print-tree.c (print_node): Remove OP_IDENTIFIER case. 21549 * print-tree.c (print_node): Don't print "regdecl" when bit doesn't 26534 * print-tree.c (print_node): Don't print it. 27045 * print-tree.c (print_node): Print DECL_NONADDRESSABLE_P. 27316 * print-tree.c (print_node): Likewise. 27526 * print-tree.c (print_node): Likewise. 28964 * print-tree.c (print_node, case 'b'): Print missing fields. 29411 * print-tree.c (print_node): Do not use BLOCK_CHAIN when we're not 30134 * print-tree.c (print_node, case PARM_DECL):
|
| H A D | ChangeLog-2004 | 1905 * print_tree.c (print_node): Likewise. 2008 * print_tree.c (print_node): Remove code to handle RTL 18896 * print-tree.c (print_node): Print DECL_PRESERVE_P. 22269 * print-tree.c (print_node): Print nunits for vector types 23268 * print-tree.c (print_node): Fix casts last change. 23292 * print-tree.c (print_node): Handle SSA_NAME. 25022 * print-tree.c (print_node): Likewise. 26481 * print-tree.c (print_node): Don't dump SAVE_EXPR_NOPLACEHOLDER. 32917 * print-tree.c (print_node): Move code for class 'b' to the class 33753 (print_node): Print TREE_INVARIANT and TREE_VISITED. [all …]
|
| H A D | FSFChangeLog.11 | 3828 * print-tree.c (print_node): Likewise. 3849 * print-tree.c (print_node): Convert switch with one case into an if. 8242 * print-tree.c (print_node): Don't try to print nonexistent 8996 * print-tree.c (print_node{,_brief}, case INTEGER_CST): Likewise.
|
| H A D | FSFChangeLog.10 | 7431 * print-tree.c (print_node): Likewise. 8515 * print-tree.c (print_node): Print TYPE_PACKED. 9946 * print-tree.c (print_node): Fix typo in printing large INTEGER_CST.
|
| H A D | ChangeLog.tree-ssa | 155 * print-tree.c (print_node): Likewise. 7243 * print-tree.c (print_node): Print TREE_INVARIANT. 13614 (print_node): Dump any file/line information that is attached to 15590 * print-tree.c (print_node): Print visted.
|
| H A D | ChangeLog-2005 | 2596 * print-tree.c (print_node): Ditto. 5727 * print-tree.c (print_node): Likewise. 11875 * print-tree.c (print_node): Use DECL_ARGUMENT_FLD. 12219 * print-tree.c (print_node): Update to only print fields that 13463 * print-tree.c (print_node): Likewise. Print the TLS model. 26826 * print-tree.c (print_node): Add case STATEMENT_LIST. 30933 (print_node): Likewise.
|
| H A D | ChangeLog-2002 | 8112 * print-tree.c (print_node): Print the restrict qualifier. 8177 * print-tree.c (print_node): In a STRING_CST, escape non-ascii 8791 * print-tree.c (print_node_brief, print_node): Likewise. 20570 * print-tree.c (print_node): Dump DECL_THREAD_LOCAL. 28519 * print-tree.c (print_node): Print DECL_WEAK. 30765 * print-tree.c (print_node): Add case for VECTOR_CST. 34769 * print-tree.c (print_node): Show deprecated flag status.
|
| H A D | ChangeLog-2003 | 11832 * print-tree.c (print_node): Likewise. 15102 * print-tree.c (print_node_brief, print_node): Likewise. 22019 * print-tree.c (print_node): Remove ambient-boundedness. 22485 * print-tree.c (print_node_brief, print_node): Likewise. 26740 * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI. 31187 * print-tree.c (print_node): Report it.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ptree.c | 81 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4); in cxx_print_type() 93 print_node (file, "ptrmemfunc fn type", TYPE_PTRMEMFUNC_FN_TYPE (node), in cxx_print_type() 164 print_node (file, "label", IDENTIFIER_LABEL_VALUE (node), indent + 4); in cxx_print_identifier() 165 print_node (file, "template", IDENTIFIER_TEMPLATE (node), indent + 4); in cxx_print_identifier() 174 print_node (file, "functions", BASELINK_FUNCTIONS (node), indent + 4); in cxx_print_xnode() 175 print_node (file, "binfo", BASELINK_BINFO (node), indent + 4); in cxx_print_xnode() 176 print_node (file, "access_binfo", BASELINK_ACCESS_BINFO (node), in cxx_print_xnode() 180 print_node (file, "function", OVL_FUNCTION (node), indent+4); in cxx_print_xnode() 181 print_node (file, "chain", TREE_CHAIN (node), indent+4); in cxx_print_xnode()
|
| /freebsd-12.1/usr.sbin/bsdconfig/dot/ |
| H A D | dot | 90 print_node() function 403 [ "$SHOW_CMDLINE" -o ! "$SHOW_INCLUDES" ] && print_node edge "headport = w" 404 print_node edge "style = bold" "color = $edge_color" 431 print_node "$include_file" \ 444 print_node edge "style = dashed" "color = $edge_color" 506 print_node edge "headport = w" "weight = 100.0" 507 print_node edge "style = bold" "color = $fillcolor" 543 print_node "bsdconfig" 631 print_node "$program" "label = \"${program#*/}\""
|
| /freebsd-12.1/tools/regression/geom/ConfCmp/ |
| H A D | ConfCmp.c | 210 print_node(struct node *np) in print_node() function 315 print_node(n1a); in compare_node() 323 print_node(n2a); in compare_node() 344 print_node(n1); in compare_node2() 347 print_node(n2); in compare_node2()
|
| /freebsd-12.1/contrib/ofed/infiniband-diags/src/ |
| H A D | iblinkinfo.c | 301 void print_node(ibnd_node_t * node, void *user_data) in print_node() function 420 print_node(fabric1_node, data->fabric1_prefix); in diff_node_iter() 731 print_node(n, NULL); in main() 745 print_node(n, NULL); in main() 754 ibnd_iter_nodes_type(fabric, print_node, in main() 757 ibnd_iter_nodes(fabric, print_node, NULL); in main()
|
| H A D | ibqueryerrors.c | 733 void print_node(ibnd_node_t * node, void *user_data) in print_node() function 1084 print_node(port->node, NULL); in main() 1104 print_node(port->node, NULL); in main() 1112 ibnd_iter_nodes(fabric, print_node, NULL); in main()
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | mdoc_man.c | 127 static void print_node(DECL_ARGS); 634 print_node(mdoc, n); in man_mdoc() 639 print_node(DECL_ARGS) in print_node() function 702 print_node(meta, sub); in print_node() 1227 print_node(meta, n); in pre_fa() 1297 print_node(meta, n); in pre_fn() 1621 print_node(meta, n); in pre_onearg() 1817 print_node(meta, n); in pre_xr() 1823 print_node(meta, n); in pre_xr()
|
| /freebsd-12.1/contrib/bsnmp/gensnmpdef/ |
| H A D | gensnmpdef.c | 65 static void print_node(SmiNode *n, u_int level); 352 print_node(n, level); in print_it() 378 print_node(SmiNode *n, u_int level) in print_node() function
|