Searched refs:sysinclude_paths (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c2418 char **sysinclude_paths;
8594 path = s1->sysinclude_paths[i - s1->nb_include_paths];
20915 tcc_free(s1->sysinclude_paths[i]);
20916 tcc_free(s1->sysinclude_paths);
20935 dynarray_add((void ***)&s1->sysinclude_paths, &s1->nb_sysinclude_paths, pathname1);
2416 char **sysinclude_paths; member in struct:TCCState

Completed in 173 milliseconds