Searched refs:global_identifier_push (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/main/perf/ |
H A D | tinycc.c | 7456 static Sym *global_identifier_push(int v, int t, int c) 10142 sym = global_identifier_push(v, type->t | VT_STATIC, 0); 10167 s = global_identifier_push(v, type->t | VT_EXTERN, 0); 14719 sym = global_identifier_push(v, type.t, 0); 7454 static Sym *global_identifier_push(int v, int t, int c) function
|
Completed in 371 milliseconds