HomeSort by: relevance | last modified time | path
    Searched defs:inc_count (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-recurse-unwind.py 40 def inc_count(cls): member in class:TestUnwinder
59 TestUnwinder.inc_count()
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-recurse-unwind.py 40 def inc_count(cls): member in class:TestUnwinder
59 TestUnwinder.inc_count()
  /src/external/mit/isl/dist/
isl_test_python.py 336 def inc_count(node): function in function:test_schedule_tree
339 root = root.map_descendant_bottom_up(inc_count)
353 def inc_count(node): function in function:test_schedule_tree
356 root.foreach_descendant_top_down(inc_count)
360 def inc_count(node): function in function:test_schedule_tree
363 root.foreach_descendant_top_down(inc_count)
isl_test_cpp-checked.cc 198 auto inc_count = [&count](isl::schedule_node node) { local
202 assert(root.foreach_descendant_top_down(inc_count).is_ok());
isl_test_cpp-generic.cc 287 auto inc_count = [&count](isl::schedule_node node) { local
291 root = root.map_descendant_bottom_up(inc_count);
isl_test_cpp.cc 228 auto inc_count = [&count](isl::schedule_node node) { local
232 root.foreach_descendant_top_down(inc_count);
isl_transitive_closure.c 2590 static isl_stat inc_count(__isl_take isl_map *map, void *user) function
2718 if (isl_union_map_foreach_map(umap, inc_count, &n) < 0)
2770 if (isl_union_map_foreach_map(umap, inc_count, &n) < 0)

Completed in 65 milliseconds