Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2241 #define FUNC_CDECL 0 /* standard c call */ macro
12075 ad->func_call = FUNC_CDECL; in parse_attribute()
14705 if (sym->type.ref->r != FUNC_CDECL && in decl()
14706 type.ref->r == FUNC_CDECL) in decl()
14868 func_old_type.ref = sym_push(SYM_FIELD, &int_type, FUNC_CDECL, FUNC_OLD); in tcc_compile()
14876 sym = sym_push(p, mk_pointer(VT_VOID), FUNC_CDECL, FUNC_NEW); in tcc_compile()