HomeSort by relevance Sort by last modified time
    Searched refs:n_callers (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc 55 int n_callers = 2; variable
58 if (n_callers >= 1) for (int i = 0; i < 2000; i++) foo[i % n_functions]->f();
59 if (n_callers >= 2) for (int i = 0; i < 2000; i++) foo[i % n_functions]->f();
60 if (n_callers >= 3) for (int i = 0; i < 2000; i++) foo[i % n_functions]->f();
68 n_callers = atoi(argv[2]);
  /external/valgrind/coregrind/
m_errormgr.c 236 Int n_callers; member in struct:_Supp
    [all...]

Completed in 385 milliseconds