/external/dtc/ |
D | livetree.c | 195 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()
|
D | dtc.h | 188 struct node *next_sibling; member 218 for ((c) = (n)->children; (c); (c) = (c)->next_sibling)
|
D | checks.c | 273 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/ |
D | fix_idioms.py | 145 assert list_call.next_sibling is None 149 assert list_call.next_sibling is end_line
|
D | fix_set_literal.py | 42 literal[-1].prefix = items.next_sibling.prefix
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_idioms.py | 145 assert list_call.next_sibling is None 149 assert list_call.next_sibling is end_line
|
D | fix_set_literal.py | 42 literal[-1].prefix = items.next_sibling.prefix
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_pytree.py | 328 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/ |
D | test_pytree.py | 350 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/ |
D | extent_cmds.ct | 23 next_sibling, next_sib, ns;
|
/external/llvm-project/clang-tools-extra/clangd/include-mapping/ |
D | cppreference_parser.py | 105 caption = symbol_href.next_sibling
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_uniforms.c | 597 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/ |
D | pytree.py | 152 def next_sibling(self): member in Base 198 next_sib = self.next_sibling
|
/external/python/cpython2/Lib/lib2to3/ |
D | pytree.py | 183 def next_sibling(self): member in Base 230 next_sib = self.next_sibling
|
/external/yapf/yapf/yapflib/ |
D | subtype_assigner.py | 393 last = first.next_sibling
|
/external/llvm-project/polly/lib/Transform/ |
D | ScheduleTreeTransform.cpp | 164 It = It.next_sibling(); in visitNode()
|
/external/libxml2/ |
D | tree.c | 8358 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()
|
D | xpath.c | 7813 next_sibling: 7820 goto next_sibling;
|
D | xmlschemas.c | 28148 goto next_sibling; in xmlSchemaVDocWalk() 28276 next_sibling: in xmlSchemaVDocWalk()
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | cpp-checked.h | 2254 inline isl::checked::schedule_node next_sibling() const; 9607 isl::checked::schedule_node schedule_node::next_sibling() const in next_sibling() function
|
D | isl-noexceptions.h | 2612 inline schedule_node next_sibling() const; 14400 schedule_node schedule_node::next_sibling() const in next_sibling() function
|
D | cpp.h | 2319 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/ |
D | isl.py | 12328 def next_sibling(arg0): member in schedule_node
|