Searched refs:define_push (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c8155 static inline void define_push(int v, int macro_type, int *str, Sym *first_arg)
8363 define_push(v, t, str.str, first);
20795 define_push(TOK___LINE__, MACRO_OBJ, NULL, NULL);
20796 define_push(TOK___FILE__, MACRO_OBJ, NULL, NULL);
20797 define_push(TOK___DATE__, MACRO_OBJ, NULL, NULL);
20798 define_push(TOK___TIME__, MACRO_OBJ, NULL, NULL);
8153 static inline void define_push(int v, int macro_type, int *str, Sym *first_arg) function

Completed in 123 milliseconds