Searched refs:sub_tree (Results 1 – 2 of 2) sorted by relevance
1013 PyHamtNode_Bitmap *sub_tree = (PyHamtNode_Bitmap *)sub_node; in hamt_node_bitmap_without() local1014 if (hamt_node_bitmap_count(sub_tree) == 1 && in hamt_node_bitmap_without()1015 sub_tree->b_array[0] != NULL) in hamt_node_bitmap_without()1032 PyObject *key = sub_tree->b_array[0]; in hamt_node_bitmap_without()1033 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without()1040 Py_DECREF(sub_tree); in hamt_node_bitmap_without()
7444 if (auto* sub_tree = sn->getConstSubtree()) { local7448 sub_tree->traverse(this);7449 result = accessChainLoad(sub_tree->getType());