Searched refs:define_push (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 8153 static inline void define_push(int v, int macro_type, int *str, Sym *first_arg) in define_push() function 8361 define_push(v, t, str.str, first); in parse_define() 20793 define_push(TOK___LINE__, MACRO_OBJ, NULL, NULL); in tcc_new() 20794 define_push(TOK___FILE__, MACRO_OBJ, NULL, NULL); in tcc_new() 20795 define_push(TOK___DATE__, MACRO_OBJ, NULL, NULL); in tcc_new() 20796 define_push(TOK___TIME__, MACRO_OBJ, NULL, NULL); in tcc_new()
|