Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2237 #define FUNC_OLD 2 /* old function prototype */ macro
11657 if (s1->c == FUNC_OLD || s2->c == FUNC_OLD) in is_compatible_func()
12505 if (l != FUNC_OLD) { in post_type()
12510 l = FUNC_OLD; in post_type()
12541 l = FUNC_OLD; in post_type()
12697 if (func_type == FUNC_OLD || in gfunc_param_typed()
14678 if (sym->c == FUNC_OLD) in decl()
14868 func_old_type.ref = sym_push(SYM_FIELD, &int_type, FUNC_CDECL, FUNC_OLD); in tcc_compile()