Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2298 typedef struct CachedInclude { struct
2303 } CachedInclude; typedef
2418 CachedInclude **cached_includes;
8381 static CachedInclude *search_cached_include(TCCState *s1, in search_cached_include()
8384 CachedInclude *e; in search_cached_include()
8402 CachedInclude *e; in add_cached_include()
8410 e = tcc_malloc(sizeof(CachedInclude) + strlen(filename)); in add_cached_include()
8479 CachedInclude *e; in preprocess()