Searched defs:tree_map (Results 1 – 8 of 8) sorted by relevance
13 def tree_map(fn, tree): function
31 tree_map as tree_map, unknown
298 static py::object tree_map(py::function& fn, py::handle x) { in tree_map() function
426 def tree_map( function
923 def tree_map( function
196 vec<ipa_replace_map_p, va_gc> *tree_map; member
6247 struct GTY(()) tree_map { struct6248 struct tree_map_base base; argument6253 #define tree_map_eq tree_map_base_eq argument
1089 mpy::object tree_map(Arena& A, const std::function<mpy::handle(mpy::handle)>& fn, mpy::handle agg) { in tree_map() function