Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dptree.c53 print_node (file, "parms", DECL_TEMPLATE_PARMS (node), indent + 4); in cxx_print_decl()
78 print_node (file, "args", TYPE_TI_ARGS (node), indent + 4); in cxx_print_type()
92 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4); in cxx_print_type()
100 print_node (file, "expr", DECLTYPE_TYPE_EXPR (node), indent + 4); in cxx_print_type()
104 print_node (file, "fullname", TYPENAME_TYPE_FULLNAME (node), in cxx_print_type()
109 print_node (file, "args", PACK_EXPANSION_EXTRA_ARGS (node), indent + 4); in cxx_print_type()
117 print_node (file, "ptrmemfunc fn type", TYPE_PTRMEMFUNC_FN_TYPE (node), in cxx_print_type()
204 print_node (file, "capture_list", LAMBDA_EXPR_CAPTURE_LIST (node), indent + 4); in cxx_print_lambda_node()
205 print_node (file, "this_capture", LAMBDA_EXPR_THIS_CAPTURE (node), indent + 4); in cxx_print_lambda_node()
214 print_node (file, "functions", BASELINK_FUNCTIONS (node), indent + 4); in cxx_print_xnode()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dptree.c91 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4); in cxx_print_type()
99 print_node (file, "expr", DECLTYPE_TYPE_EXPR (node), indent + 4); in cxx_print_type()
103 print_node (file, "fullname", TYPENAME_TYPE_FULLNAME (node), in cxx_print_type()
108 print_node (file, "args", PACK_EXPANSION_EXTRA_ARGS (node), indent + 4); in cxx_print_type()
116 print_node (file, "ptrmemfunc fn type", TYPE_PTRMEMFUNC_FN_TYPE (node), in cxx_print_type()
194 print_node (file, "label", IDENTIFIER_LABEL_VALUE (node), indent + 4); in cxx_print_identifier()
195 print_node (file, "template", IDENTIFIER_TEMPLATE (node), indent + 4); in cxx_print_identifier()
204 print_node (file, "functions", BASELINK_FUNCTIONS (node), indent + 4); in cxx_print_xnode()
205 print_node (file, "binfo", BASELINK_BINFO (node), indent + 4); in cxx_print_xnode()
206 print_node (file, "access_binfo", BASELINK_ACCESS_BINFO (node), in cxx_print_xnode()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dprint-tree.c57 print_node (stderr, "", node, 0); in debug_tree()
215 print_node (FILE *file, const char *prefix, tree node, int indent) in print_node() function
326 print_node (file, "type", TREE_TYPE (node), indent + 4); in print_node()
511 print_node (file, "size", DECL_SIZE (node), indent + 4); in print_node()
512 print_node (file, "unit size", DECL_SIZE_UNIT (node), indent + 4); in print_node()
537 print_node (file, "offset", DECL_FIELD_OFFSET (node), indent + 4); in print_node()
538 print_node (file, "bit offset", DECL_FIELD_BIT_OFFSET (node), in print_node()
541 print_node (file, "bit_field_type", DECL_BIT_FIELD_TYPE (node), in print_node()
562 print_node (file, "arguments", DECL_ARGUMENT_FLD (node), indent + 4); in print_node()
563 print_node (file, "result", DECL_RESULT_FLD (node), indent + 4); in print_node()
[all …]
H A Dtree-cfg.c6555 print_node (file, "", arg, 4); in dump_function_to_file()
6563 print_node (file, "", fn, 2); in dump_function_to_file()
6590 print_node (file, "", var, 4); in dump_function_to_file()
H A Dc-decl.c590 print_node (file, "symbol", I_SYMBOL_DECL (node), indent + 4); in c_print_identifier()
591 print_node (file, "tag", I_TAG_DECL (node), indent + 4); in c_print_identifier()
592 print_node (file, "label", I_LABEL_DECL (node), indent + 4); in c_print_identifier()
H A Dtree.h5566 extern void print_node (FILE *, const char *, tree, int);
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dprint-tree.c174 print_node (FILE *file, const char *prefix, tree node, int indent, in print_node() function
277 print_node (file, "type", TREE_TYPE (node), indent + 4); in print_node()
454 print_node (file, "size", DECL_SIZE (node), indent + 4); in print_node()
455 print_node (file, "unit-size", DECL_SIZE_UNIT (node), indent + 4); in print_node()
481 print_node (file, "offset", DECL_FIELD_OFFSET (node), indent + 4); in print_node()
482 print_node (file, "bit-offset", DECL_FIELD_BIT_OFFSET (node), in print_node()
485 print_node (file, "bit_field_type", DECL_BIT_FIELD_TYPE (node), in print_node()
493 print_node (file, "attributes", in print_node()
506 print_node (file, "result", DECL_RESULT_FLD (node), indent + 4); in print_node()
519 print_node (file, "arg-type", DECL_ARG_TYPE (node), indent + 4); in print_node()
[all …]
H A Dprint-tree.h40 extern void print_node (FILE *, const char *, tree, int,
H A Dipa-devirt.c1846 print_node (symtab->dump_file, "", val->type, 0);
1848 print_node (symtab->dump_file, "", type, 0);
2196 print_node (f, "", odr_types[i]->type, 0);
2201 print_node (f, "", (*odr_types[i]->types)[j], 0);
2206 print_node (f, "", t, 0);
H A Dtree-chkp.c2451 print_node (dump_file, "", decl, 0);
3660 print_node (dump_file, "", obj, 0);
3820 print_node (dump_file, "", ptr_src, 0);
3831 print_node (dump_file, "", ptr_src, 0);
H A Dgenmatch.c1653 static void print_node (dt_node *, FILE *f = stderr, unsigned = 0);
1960 decision_tree::print_node (dt_node *p, FILE *f, unsigned indent) in print_node() function
1995 decision_tree::print_node (p->kids[i], f, indent + 2); in print_node()
2001 return decision_tree::print_node (root, f); in print()
H A Dipa-icf.c2273 print_node (file, "", decl, 0); in dump_to_file()
/dflybsd-src/contrib/mdocml/
H A Dmdoc_man.c127 static void print_node(DECL_ARGS);
635 print_node(mdoc, n); in man_mdoc()
640 print_node(DECL_ARGS) in print_node() function
717 print_node(meta, sub); in print_node()
1247 print_node(meta, n); in pre_fa()
1316 print_node(meta, n); in pre_fn()
1640 print_node(meta, n); in pre_onearg()
1841 print_node(meta, n); in pre_xr()
1847 print_node(meta, n); in pre_xr()
/dflybsd-src/sbin/hammer/
H A Dcmd_recover.c263 print_node(hammer_node_ondisk_t node, hammer_off_t offset) in print_node() function
297 print_node(node, offset); in recover_top()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c690 print_node (file, "symbol", I_SYMBOL_DECL (node), indent + 4); in c_print_identifier()
691 print_node (file, "tag", I_TAG_DECL (node), indent + 4); in c_print_identifier()
692 print_node (file, "label", I_LABEL_DECL (node), indent + 4); in c_print_identifier()