Home
last modified time | relevance | path

Searched refs:tcc_run (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c2050 int tcc_run(TCCState *s, int argc, char **argv);
20714 int tcc_run(TCCState *s1, int argc, char **argv) in tcc_run() function
21762 ret = tcc_run(s, argc - optind, argv + optind); in main2()