Searched defs:TCCState (Results 1 – 1 of 1) sorted by relevance
1976 typedef struct TCCState TCCState; typedef2407 struct TCCState { struct2408 int output_type;2410 BufferedFile **include_stack_ptr;2411 int *ifdef_stack_ptr;2414 char **include_paths;2415 int nb_include_paths;2416 char **sysinclude_paths;2417 int nb_sysinclude_paths;2418 CachedInclude **cached_includes;[all …]