Searched refs:tcc_add_file_internal (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/perf/ |
H A D | tinycc.c | 5489 static int tcc_add_file_internal(TCCState *s, const char *filename, int flags); 20939 static int tcc_add_file_internal(TCCState *s1, const char *filename, int flags) 21058 return tcc_add_file_internal(s, filename, AFF_PRINT_ERROR); 21080 if (tcc_add_file_internal(s, buf, flags) == 0) 21107 if (tcc_add_file_internal(s, buf, 0) == 0) 20937 static int tcc_add_file_internal(TCCState *s1, const char *filename, int flags) function
|
Completed in 212 milliseconds