Home | History | Annotate | Download | only in perf

Lines Matching full:global_identifier_push

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);