Home
last modified time | relevance | path

Searched defs:insert_child (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnode.c411 gpir_node *insert_child) in gpir_node_insert_child()
/third_party/python/Lib/lib2to3/
Dpytree.py298 def insert_child(self, i, child): member in Node