| /openbsd-src/gnu/gcc/gcc/ |
| H A D | print-tree.c | 54 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() 435 print_node (file, "size", DECL_SIZE (node), indent + 4); in print_node() 436 print_node (file, "unit size", DECL_SIZE_UNIT (node), indent + 4); in print_node() 468 print_node (file, "offset", DECL_FIELD_OFFSET (node), indent + 4); in print_node() 469 print_node (file, "bit offset", DECL_FIELD_BIT_OFFSET (node), in print_node() 472 print_node (file, "bit_field_type", DECL_BIT_FIELD_TYPE (node), in print_node() 491 print_node (file, "arguments", DECL_ARGUMENT_FLD (node), indent + 4); in print_node() 492 print_node (file, "result", DECL_RESULT_FLD (node), indent + 4); in print_node() [all …]
|
| H A D | c-decl.c | 466 print_node (file, "symbol", I_SYMBOL_DECL (node), indent + 4); in c_print_identifier() 467 print_node (file, "tag", I_TAG_DECL (node), indent + 4); in c_print_identifier() 468 print_node (file, "label", I_LABEL_DECL (node), indent + 4); in c_print_identifier()
|
| H A D | tree.h | 4405 extern void print_node (FILE *, const char *, tree, int);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | print-tree.c | 52 print_node (stderr, "", node, 0); 161 print_node (file, prefix, node, indent) in print_node() function 254 print_node (file, "type", TREE_TYPE (node), indent + 4); 388 print_node (file, "size", DECL_SIZE (node), indent + 4); 389 print_node (file, "unit size", DECL_SIZE_UNIT (node), indent + 4); 427 print_node (file, "offset", DECL_FIELD_OFFSET (node), indent + 4); 428 print_node (file, "bit offset", DECL_FIELD_BIT_OFFSET (node), 438 print_node (file, "arguments", DECL_ARGUMENTS (node), indent + 4); 439 print_node (file, "result", DECL_RESULT_FLD (node), indent + 4); 452 print_node (file, "arg-type", DECL_ARG_TYPE (node), indent + 4); [all …]
|
| H A D | c-decl.c | 309 print_node (file, "global", IDENTIFIER_GLOBAL_VALUE (node), indent + 4); 310 print_node (file, "local", IDENTIFIER_LOCAL_VALUE (node), indent + 4); 311 print_node (file, "label", IDENTIFIER_LABEL_VALUE (node), indent + 4); 312 print_node (file, "implicit", IDENTIFIER_IMPLICIT_DECL (node), indent + 4); 313 print_node (file, "error locus", IDENTIFIER_ERROR_LOCUS (node), indent + 4); 314 print_node (file, "limbo value", IDENTIFIER_LIMBO_VALUE (node), indent + 4);
|
| H A D | tree.h | 3024 extern void print_node PARAMS ((FILE *, const char *, tree,
|
| H A D | ChangeLog.3 | 1093 * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly. 1310 * print-tree.c (print_node): The transparent_union_flag means 2313 * print-tree.c (print_node): Likewise. 5628 * print-tree.c (print_node): Print the chain of an _EXPR. 6247 * print-tree.c (print_node): Print DECL_OFFSET_ALIGN. 8885 * print-tree.c (print_node): Likewise. 9088 * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do 11234 * print-tree.c (print_node): Adjust. 12270 * print-tree.c (print_node): Remove code that prints extra blank 12726 * print-tree.c (print_node): Don't report value of [all …]
|
| H A D | ChangeLog.5 | 2342 * print-tree.c (print_node): Don't print "regdecl" when bit doesn't 7327 * print-tree.c (print_node): Don't print it. 7838 * print-tree.c (print_node): Print DECL_NONADDRESSABLE_P. 8109 * print-tree.c (print_node): Likewise. 8319 * print-tree.c (print_node): Likewise. 9757 * print-tree.c (print_node, case 'b'): Print missing fields. 10204 * print-tree.c (print_node): Do not use BLOCK_CHAIN when we're not 10927 * print-tree.c (print_node, case PARM_DECL):
|
| H A D | ChangeLog.0 | 1182 * print-tree.c (print_node): Dump the alias set for a type. 5358 * print-tree.c (print_node): Handle EXPR_WITH_FILE_LOCATION. 6112 * print-tree.c (print_node): Call it 7400 * print-tree.c (print_node): Likewise. 7489 * print-tree.c (print_node): Call it 8720 (print_node): Likewise. Also hash is unsigned long not
|
| H A D | ChangeLog.2 | 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.
|
| H A D | ChangeLog.4 | 678 * print-tree.c (print_node): Print DECL_USER_ALIGN and TYPE_USER_ALIGN. 1608 * print-tree.c (print_node): Target-specific builtins print 6320 (print_node): Likewise. 11326 * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
|
| 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 | 6138 * print-tree.c (print_node): Report it. 14021 * print-tree.c (print_node): Print the restrict qualifier. 14080 * print-tree.c (print_node): In a STRING_CST, escape non-ascii 14636 * print-tree.c (print_node_brief, print_node): Likewise.
|
| H A D | ChangeLog.1 | 4691 * print-tree.c (print_node_brief, print_node): Likewise. 4693 * tree.h (lvalue_or_else, print_node, print_node_brief): Likewise. 9310 * print-tree.c (print_node): After printing BLOCK or BIND_EXPR,
|
| H A D | ChangeLog.7 | 6123 * print-tree.c (print_node): Dump DECL_THREAD_LOCAL. 14072 * print-tree.c (print_node): Print DECL_WEAK. 16318 * print-tree.c (print_node): Add case for VECTOR_CST. 20322 * print-tree.c (print_node): Show deprecated flag status.
|
| H A D | ChangeLog.6 | 5813 (print_node): Update. 11902 * print-tree.c (print_node): Remove OP_IDENTIFIER case.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ptree.c | 91 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4); 103 print_node (file, "ptrmemfunc fn type", TYPE_PTRMEMFUNC_FN_TYPE (node), 155 print_node (file, "member-functions", CLASSTYPE_METHOD_VEC (node), 175 print_node (file, "class", IDENTIFIER_CLASS_VALUE (node), indent + 4); 177 print_node (file, "label", IDENTIFIER_LABEL_VALUE (node), indent + 4); 178 print_node (file, "template", IDENTIFIER_TEMPLATE (node), indent + 4); 179 print_node (file, "implicit", IDENTIFIER_IMPLICIT_DECL (node), indent + 4); 180 print_node (file, "error locus", IDENTIFIER_ERROR_LOCUS (node), indent + 4); 192 print_node (file, "function", OVL_FUNCTION (node), indent+4); 193 print_node (file, "chain", TREE_CHAIN (node), indent+4);
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ptree.c | 80 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4); in cxx_print_type() 92 print_node (file, "ptrmemfunc fn type", TYPE_PTRMEMFUNC_FN_TYPE (node), in cxx_print_type() 163 print_node (file, "label", IDENTIFIER_LABEL_VALUE (node), indent + 4); in cxx_print_identifier() 164 print_node (file, "template", IDENTIFIER_TEMPLATE (node), indent + 4); in cxx_print_identifier() 173 print_node (file, "functions", BASELINK_FUNCTIONS (node), indent + 4); in cxx_print_xnode() 174 print_node (file, "binfo", BASELINK_BINFO (node), indent + 4); in cxx_print_xnode() 175 print_node (file, "access_binfo", BASELINK_ACCESS_BINFO (node), in cxx_print_xnode() 179 print_node (file, "function", OVL_FUNCTION (node), indent+4); in cxx_print_xnode() 180 print_node (file, "chain", TREE_CHAIN (node), indent+4); in cxx_print_xnode()
|
| /openbsd-src/usr.bin/sndioctl/ |
| H A D | sndioctl.c | 49 void print_node(struct sioctl_node *, int); 329 print_node(struct sioctl_node *c, int mono) in print_node() function 386 print_node(&e->desc.node1, mono); in print_desc() 420 print_node(&e->desc.node0, 0); in print_ent() 429 print_node(&e->desc.node1, 0); in print_ent() 472 print_node(&e->desc.node1, mono); in print_val() 479 print_node(&e->desc.node1, mono); in print_val() 500 print_node(&p->desc.node0, mono); in print_par() 651 print_node(&i->desc.node0, 0); in dump() 660 print_node(&i->desc.node1, 0); in dump() [all …]
|
| /openbsd-src/usr.bin/mandoc/ |
| H A D | mdoc_man.c | 125 static void print_node(DECL_ARGS); 633 print_node(mdoc, n); in man_mdoc() 638 print_node(DECL_ARGS) in print_node() function 715 print_node(meta, sub); in print_node() 1248 print_node(meta, n); in pre_fa() 1317 print_node(meta, n); in pre_fn() 1641 print_node(meta, n); 1842 print_node(meta, n); in pre_xr() 1848 print_node(meta, n); in pre_xr()
|
| /openbsd-src/gnu/usr.bin/texinfo/info/ |
| H A D | session.h | 83 extern void print_node (NODE *node);
|
| H A D | session.c | 3300 print_node (window->node); 3305 print_node (NODE *node) in print_node() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.c | 14475 print_node (file, "global", IDENTIFIER_GLOBAL_VALUE (node), indent + 4); 14476 print_node (file, "local", IDENTIFIER_LOCAL_VALUE (node), indent + 4);
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | ChangeLog.46 | 6084 > * info/session.c (print_node): Support ">printer" in
|