Home
last modified time | relevance | path

Searched defs:TCCState (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c1976 typedef struct TCCState TCCState; typedef
2407 struct TCCState { struct
2408 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 …]