Home
last modified time | relevance | path

Searched refs:print_node (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/gcc/
HDprint-tree.c54 print_node (stderr, "", node, 0); in debug_tree()
171 print_node (FILE *file, const char *prefix, tree node, int indent) in print_node() function
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()
440 print_node (file, "unit size", DECL_SIZE_UNIT (node), indent + 4); in print_node()
470 print_node (file, "offset", DECL_FIELD_OFFSET (node), indent + 4); in print_node()
471 print_node (file, "bit offset", DECL_FIELD_BIT_OFFSET (node), in print_node()
474 print_node (file, "bit_field_type", DECL_BIT_FIELD_TYPE (node), in print_node()
493 print_node (file, "arguments", DECL_ARGUMENT_FLD (node), indent + 4); in print_node()
494 print_node (file, "result", DECL_RESULT_FLD (node), indent + 4); in print_node()
[all …]
HDc-decl.c476 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()
HDChangeLog.gcc4328 * print-tree.c (print_node): Print DECL_ALIGN and DECL_USER_ALIGN
HDtree.h4493 extern void print_node (FILE *, const char *, tree, int);
HDChangeLog-2000684 * print-tree.c (print_node): Print DECL_USER_ALIGN and TYPE_USER_ALIGN.
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
16359 * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
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.
[all …]
HDChangeLog-20061160 * 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.
HDChangeLog-19981991 * 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
HDChangeLog-19994362 * 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.
HDChangeLog-20015813 (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):
HDChangeLog-20041905 * 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 …]
HDFSFChangeLog.113828 * 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.
HDFSFChangeLog.107431 * 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.
HDChangeLog.tree-ssa155 * 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.
HDChangeLog-20028112 * 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.
HDChangeLog-20052596 * 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.
HDChangeLog-200311832 * 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.
/NextBSD/contrib/gcc/cp/
HDptree.c81 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()
/NextBSD/usr.sbin/bsdconfig/dot/
HDdot90 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#*/}\""
/NextBSD/tools/regression/geom/ConfCmp/
HDConfCmp.c210 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()
/NextBSD/contrib/mdocml/
HDmdoc_man.c121 static void print_node(DECL_ARGS);
570 print_node(meta, n); in man_mdoc()
577 print_node(DECL_ARGS) in print_node() function
629 print_node(meta, sub); in print_node()
1187 print_node(meta, n); in pre_fa()
1257 print_node(meta, n); in pre_fn()
1802 print_node(meta, n); in pre_xr()
1808 print_node(meta, n); in pre_xr()
/NextBSD/contrib/bsnmp/gensnmpdef/
HDgensnmpdef.c65 static void print_node(SmiNode *n, u_int level);
350 print_node(n, level); in print_it()
376 print_node(SmiNode *n, u_int level) in print_node() function