HomeSort by: relevance | last modified time | path
    Searched refs:subnode (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/dtc/dist/
dtc-parser.y 82 %type <node> subnode
542 | subnode subnodes
546 | subnode propdef
553 subnode: label
562 | DT_OMIT_NO_REF subnode
566 | DT_LABEL subnode
livetree.c 746 struct node *subnode, **tbl; local
748 for_each_child_withdel(node, subnode)
756 for_each_child_withdel(node, subnode)
757 tbl[i++] = subnode;
  /src/external/mpl/bind/dist/doc/misc/
checkgrammar.py 130 for key, subnode in sorted(node["_mapbody"].items(), key=sortkey):
131 if not subnode.get("_ignore_this_level"):
132 out += f"{indent}{subnode.get('_pprint_name', key)}"
  /src/sys/external/bsd/libfdt/dist/
fdt_overlay.c 86 * __overlay__ subnode (we wouldn't be called
562 int subnode; local
582 fdt_for_each_subnode(subnode, fdto, node) {
583 const char *name = fdt_get_name(fdto, subnode, NULL);
597 ret = overlay_apply_node(fdt, nnode, fdto, subnode);
755 /* /<fragment-name>/__overlay__/<relative-subnode-path> */
777 /* an __overlay__ subnode must exist */
  /src/external/gpl3/gcc/dist/gcc/
ira-emit.cc 353 /* Return TRUE if loop given by SUBNODE inside the loop given by
356 subloop_tree_node_p (ira_loop_tree_node_t subnode, ira_loop_tree_node_t node)
358 for (; subnode != NULL; subnode = subnode->parent)
359 if (subnode == node)
ira-build.cc 2380 ira_loop_tree_node_t subnode;
2386 for (subnode = node->children; subnode != NULL; subnode = subnode->next)
2387 if (subnode->bb == NULL)
2388 remove_uneccesary_loop_nodes_from_loop_tree (subnode);
2390 children_vec.safe_push (subnode);
2399 subnode = children_vec.pop ();
2400 subnode->parent = node
2370 ira_loop_tree_node_t subnode; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-emit.cc 353 /* Return TRUE if loop given by SUBNODE inside the loop given by
356 subloop_tree_node_p (ira_loop_tree_node_t subnode, ira_loop_tree_node_t node)
358 for (; subnode != NULL; subnode = subnode->parent)
359 if (subnode == node)
ira-build.cc 2375 ira_loop_tree_node_t subnode;
2381 for (subnode = node->children; subnode != NULL; subnode = subnode->next)
2382 if (subnode->bb == NULL)
2383 remove_uneccesary_loop_nodes_from_loop_tree (subnode);
2385 children_vec.safe_push (subnode);
2394 subnode = children_vec.pop ();
2395 subnode->parent = node
2365 ira_loop_tree_node_t subnode; local
    [all...]

Completed in 67 milliseconds