Home
last modified time | relevance | path

Searched refs:FUNC_NEW (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/perf/
Dtinycc.c2236 #define FUNC_NEW 1 /* ansi function prototype */ macro
12514 l = FUNC_NEW; in post_type()
12532 if (l == FUNC_NEW && tok == TOK_DOTS) { in post_type()
14876 sym = sym_push(p, mk_pointer(VT_VOID), FUNC_CDECL, FUNC_NEW); in tcc_compile()