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

/external/valgrind/perf/
H A Dtinycc.c2269 int ifndef_macro; /* #ifndef macro / #endif search */
2270 int ifndef_macro_saved; /* saved ifndef_macro */
2301 int ifndef_macro;
7521 bf->ifndef_macro = 0;
8402 const char *filename, int ifndef_macro)
8410 printf("adding cached '%s' %s\n", filename, get_tok_str(ifndef_macro, NULL));
8417 e->ifndef_macro = ifndef_macro;
8559 if (e && define_find(e->ifndef_macro)) {
8644 file->ifndef_macro
2267 int ifndef_macro; /* #ifndef macro / #endif search */ member in struct:BufferedFile
2299 int ifndef_macro; member in struct:CachedInclude
8399 add_cached_include(TCCState *s1, int type, const char *filename, int ifndef_macro) argument
[all...]

Completed in 109 milliseconds