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

/external/valgrind/perf/
H A Dtinycc.c2003 int tcc_add_sysinclude_path(TCCState *s, const char *pathname);
20930 int tcc_add_sysinclude_path(TCCState *s1, const char *pathname)
21131 tcc_add_sysinclude_path(s, "/usr/local/include");
21132 tcc_add_sysinclude_path(s, "/usr/include");
21135 tcc_add_sysinclude_path(s, buf);
21138 tcc_add_sysinclude_path(s, buf);
20928 int tcc_add_sysinclude_path(TCCState *s1, const char *pathname) function

Completed in 92 milliseconds