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

  /src/external/gpl3/gcc.old/dist/gcc/
splay-tree-utils.cc 98 auto print_node = [](pretty_printer *pp, splay_tree_node<int> *node) local
103 tree.print (&pp, print_node);
print-tree.cc 223 print_node (FILE *file, const char *prefix, tree node, int indent,
328 print_node (file, "type", TREE_TYPE (node), indent + 4);
509 print_node (file, "size", DECL_SIZE (node), indent + 4);
510 print_node (file, "unit-size", DECL_SIZE_UNIT (node), indent + 4);
540 print_node (file, "offset", DECL_FIELD_OFFSET (node), indent + 4);
541 print_node (file, "bit-offset", DECL_FIELD_BIT_OFFSET (node),
544 print_node (file, "bit_field_type", DECL_BIT_FIELD_TYPE (node),
552 print_node (file, "attributes",
565 print_node (file, "result", DECL_RESULT_FLD (node), indent + 4);
578 print_node (file, "arg-type", DECL_ARG_TYPE (node), indent + 4)
222 print_node (FILE *file, const char *prefix, tree node, int indent, function
    [all...]
genmatch.cc 1724 static void print_node (dt_node *, FILE *f = stderr, unsigned = 0);
2036 decision_tree::print_node (dt_node *p, FILE *f, unsigned indent) function in class:decision_tree
2071 decision_tree::print_node (p->kids[i], f, indent + 2);
2077 return decision_tree::print_node (root, f);
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
blocks.cc 236 auto print_node = [](pretty_printer *pp, local
244 print (pp, root (), print_node);
  /src/external/bsd/mdocml/dist/
mdoc_man.c 127 static void print_node(DECL_ARGS);
635 print_node(mdoc, n);
640 print_node(DECL_ARGS) function
717 print_node(meta, sub);
1247 print_node(meta, n);
1316 print_node(meta, n);
1640 print_node(meta, n);
1841 print_node(meta, n);
1847 print_node(meta, n);
  /src/external/gpl2/texinfo/dist/info/
session.c 3309 print_node (window->node);
3314 print_node (NODE *node)
3305 print_node (NODE *node) function

Completed in 47 milliseconds