Searched refs:CachedInclude (Results 1 – 1 of 1) sorted by relevance
2298 typedef struct CachedInclude { struct2303 } CachedInclude; typedef2418 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()