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

  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_cg_arcs.cc 40 Arc **arcs; variable
82 DBG (TALLYDEBUG, printf ("[arc_add] %lu arcs from %s to %s\n",
102 to the array of arcs. */
115 arcs = (Arc**) xrealloc (arcs, sizeof (*arcs) * maxarcs);
119 arcs[numarcs++] = arc;
gmon_cg_arcs.cc 40 Arc **arcs; variable
82 DBG (TALLYDEBUG, printf ("[arc_add] %lu arcs from %s to %s\n",
102 to the array of arcs. */
115 arcs = (Arc**) xrealloc (arcs, sizeof (*arcs) * maxarcs);
119 arcs[numarcs++] = arc;
  /src/external/gpl3/binutils/dist/gprof/
cg_arcs.c 52 Arc **arcs; variable
94 DBG (TALLYDEBUG, printf ("[arc_add] %lu arcs from %s to %s\n",
114 to the array of arcs. */
127 arcs = xrealloc (arcs, sizeof (*arcs) * maxarcs);
131 arcs[numarcs++] = arc;
442 * from parent. This way, we are linear in the number of arcs
cg_arcs.c 52 Arc **arcs; variable
94 DBG (TALLYDEBUG, printf ("[arc_add] %lu arcs from %s to %s\n",
114 to the array of arcs. */
127 arcs = xrealloc (arcs, sizeof (*arcs) * maxarcs);
131 arcs[numarcs++] = arc;
442 * from parent. This way, we are linear in the number of arcs
  /src/external/gpl3/binutils.old/dist/gprof/
cg_arcs.c 52 Arc **arcs; variable
94 DBG (TALLYDEBUG, printf ("[arc_add] %lu arcs from %s to %s\n",
114 to the array of arcs. */
127 arcs = xrealloc (arcs, sizeof (*arcs) * maxarcs);
131 arcs[numarcs++] = arc;
442 * from parent. This way, we are linear in the number of arcs
cg_arcs.c 52 Arc **arcs; variable
94 DBG (TALLYDEBUG, printf ("[arc_add] %lu arcs from %s to %s\n",
114 to the array of arcs. */
127 arcs = xrealloc (arcs, sizeof (*arcs) * maxarcs);
131 arcs[numarcs++] = arc;
442 * from parent. This way, we are linear in the number of arcs
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
GCOV.h 262 SmallVector<std::unique_ptr<GCOVArc>, 0> arcs, treeArcs; member in class:llvm::GCOVFunction
GCOV.h 262 SmallVector<std::unique_ptr<GCOVArc>, 0> arcs, treeArcs; member in class:llvm::GCOVFunction

Completed in 41 milliseconds