Home
last modified time | relevance | path

Searched refs:next_sibling (Results 1 – 23 of 23) sorted by relevance

/external/dtc/
Dlivetree.c195 new_node->children = new_child->next_sibling; in merge_nodes()
197 new_child->next_sibling = NULL; in merge_nodes()
260 assert(first->next_sibling == NULL); in chain_node()
262 first->next_sibling = list; in chain_node()
302 child->next_sibling = NULL; in add_child()
307 p = &((*p)->next_sibling); in add_child()
321 node = node->next_sibling; in delete_node_by_name()
761 tbl[i]->next_sibling = tbl[i+1]; in sort_subnodes()
762 tbl[n-1]->next_sibling = NULL; in sort_subnodes()
Ddtc.h188 struct node *next_sibling; member
218 for ((c) = (n)->children; (c); (c) = (c)->next_sibling)
Dchecks.c273 for (child2 = child->next_sibling; in check_duplicate_node_names()
275 child2 = child2->next_sibling) in check_duplicate_node_names()
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_idioms.py145 assert list_call.next_sibling is None
149 assert list_call.next_sibling is end_line
Dfix_set_literal.py42 literal[-1].prefix = items.next_sibling.prefix
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_idioms.py145 assert list_call.next_sibling is None
149 assert list_call.next_sibling is end_line
Dfix_set_literal.py42 literal[-1].prefix = items.next_sibling.prefix
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_pytree.py328 self.assertIs(n1.next_sibling, n2)
329 self.assertEqual(n2.next_sibling, None)
330 self.assertEqual(p1.next_sibling, None)
337 self.assertIs(l1.next_sibling, l2)
338 self.assertEqual(l2.next_sibling, None)
339 self.assertEqual(p1.next_sibling, None)
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_pytree.py350 self.assertIs(n1.next_sibling, n2)
351 self.assertEqual(n2.next_sibling, None)
352 self.assertEqual(p1.next_sibling, None)
359 self.assertIs(l1.next_sibling, l2)
360 self.assertEqual(l2.next_sibling, None)
361 self.assertEqual(p1.next_sibling, None)
/external/e2fsprogs/debugfs/
Dextent_cmds.ct23 next_sibling, next_sib, ns;
/external/llvm-project/clang-tools-extra/clangd/include-mapping/
Dcppreference_parser.py105 caption = symbol_href.next_sibling
/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c597 struct type_tree_entry *next_sibling; member
915 state->current_type = state->current_type->next_sibling; in find_and_update_named_uniform_storage()
1062 entry->next_sibling = NULL; in build_type_tree_for_type()
1080 last->next_sibling = field_entry; in build_type_tree_for_type()
1097 next = p->next_sibling; in free_type_tree()
1279 state->current_type = state->current_type->next_sibling; in nir_link_uniform()
/external/python/cpython3/Lib/lib2to3/
Dpytree.py152 def next_sibling(self): member in Base
198 next_sib = self.next_sibling
/external/python/cpython2/Lib/lib2to3/
Dpytree.py183 def next_sibling(self): member in Base
230 next_sib = self.next_sibling
/external/yapf/yapf/yapflib/
Dsubtype_assigner.py393 last = first.next_sibling
/external/llvm-project/polly/lib/Transform/
DScheduleTreeTransform.cpp164 It = It.next_sibling(); in visitNode()
/external/libxml2/
Dtree.c8358 goto next_sibling; in xmlDOMWrapRemoveNode()
8366 next_sibling: in xmlDOMWrapRemoveNode()
8373 goto next_sibling; in xmlDOMWrapRemoveNode()
8968 goto next_sibling; in xmlDOMWrapReconcileNamespaces()
8979 next_sibling: in xmlDOMWrapReconcileNamespaces()
9010 goto next_sibling; in xmlDOMWrapReconcileNamespaces()
10038 next_sibling: in xmlDOMWrapAdoptAttr()
10045 goto next_sibling; in xmlDOMWrapAdoptAttr()
Dxpath.c7813 next_sibling:
7820 goto next_sibling;
Dxmlschemas.c28148 goto next_sibling; in xmlSchemaVDocWalk()
28276 next_sibling: in xmlSchemaVDocWalk()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h2254 inline isl::checked::schedule_node next_sibling() const;
9607 isl::checked::schedule_node schedule_node::next_sibling() const in next_sibling() function
Disl-noexceptions.h2612 inline schedule_node next_sibling() const;
14400 schedule_node schedule_node::next_sibling() const in next_sibling() function
Dcpp.h2319 inline isl::schedule_node next_sibling() const;
13306 isl::schedule_node schedule_node::next_sibling() const in next_sibling() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py12328 def next_sibling(arg0): member in schedule_node