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

/external/valgrind/main/perf/
H A Dtinycc.c1976 struct TCCState; typedef in typeref:struct:TCCState
1978 typedef struct TCCState TCCState;
1981 TCCState *tcc_new(void);
1984 void tcc_delete(TCCState *s);
1987 void tcc_enable_debug(TCCState *s);
1990 void tcc_set_error_func(TCCState *s, void *error_opaque,
1994 int tcc_set_warning(TCCState *s, const char *warning_name, int value);
2000 int tcc_add_include_path(TCCState *s, const char *pathname);
2003 int tcc_add_sysinclude_path(TCCState *
2407 struct TCCState { struct
[all...]

Completed in 109 milliseconds