Searched defs:tcc_open (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c7502 BufferedFile *tcc_open(TCCState *s1, const char *filename)
8577 f = tcc_open(s1, buf1);
8598 f = tcc_open(s1, buf1);
20958 file = tcc_open(s1, filename);
7500 BufferedFile *tcc_open(TCCState *s1, const char *filename) function

Completed in 96 milliseconds