Lines Matching refs:blocks
358 die ("no count of blocks in func found\n");
369 printf ("Function has %ld blocks and %ld arcs\n",
432 printf ("%d functions %d blocks %d arcs %d off-tree arcs in file\n",
645 /* number of blocks in DBUS_BUILD_TESTS */
648 /* number of blocks outside DBUS_BUILD_TESTS */
654 unsigned int partial : 1; /* only some of the blocks
661 DBusList *blocks;
663 unsigned int partial : 1; /* only some of the blocks were executed */
749 printf ("Loading arcs and blocks from .bbg file\n");
870 printf ("%d functions %d blocks %d arcs %d off-tree arcs in file\n",
979 die ("too many blocks in function\n");
1139 /* The order that the basic blocks are iterated through is important.
1388 printf ("Getting line numbers for blocks from .bb file\n");
1523 if (!_dbus_list_append (&fl->lines[val].blocks,
1529 fprintf (stderr, "Line number for block %d but function only has %d blocks\n",
1701 /* Mark the line and its blocks */
1706 blink = _dbus_list_get_first_link (&l->blocks);
1713 blink = _dbus_list_get_next_link (&l->blocks, blink);
1720 /* Now mark functions where for all blocks that are associated
1728 /* The issue is that some blocks aren't associated with a source line.
1750 /* Now mark all blocks but the first */
1797 blink = _dbus_list_get_first_link (&l->blocks);
1807 blink = _dbus_list_get_next_link (&l->blocks, blink);
1925 int n_lines; /* lines that have blocks on them */
1941 link = _dbus_list_get_first_link (&l->blocks);
1949 link = _dbus_list_get_next_link (&l->blocks, link);
1963 link = _dbus_list_get_first_link (&l->blocks);
1970 link = _dbus_list_get_next_link (&l->blocks, link);
1996 if (l->blocks != NULL)
2045 if (l->blocks != NULL)
2081 if (l->blocks != NULL)
2328 /* Sort by number of untested blocks */
2392 printf (" %s (%d/%d untested blocks)\n",
2413 printf (" %g%% blocks executed (%d of %d)\n",
2418 printf (" (ignored %d blocks of test-only/debug-only code)\n",
2481 else if (strcmp (argv[i], "--blocks") == 0)