Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2267 int ifndef_macro; /* #ifndef macro / #endif search */ member
2299 int ifndef_macro; member
7519 bf->ifndef_macro = 0; in tcc_open()
8400 const char *filename, int ifndef_macro) in add_cached_include() argument
8408 printf("adding cached '%s' %s\n", filename, get_tok_str(ifndef_macro, NULL)); in add_cached_include()
8415 e->ifndef_macro = ifndef_macro; in add_cached_include()
8557 if (e && define_find(e->ifndef_macro)) { in preprocess()
8642 file->ifndef_macro = tok; in preprocess()
8683 if (file->ifndef_macro && in preprocess()
8685 file->ifndef_macro_saved = file->ifndef_macro; in preprocess()
[all …]