Searched refs:label_push (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 8210 static Sym *label_push(Sym **ptop, int v, int flags) in label_push() function 12976 s = label_push(&global_label_stack, tok, LABEL_FORWARD); in unary() 13595 label_push(&local_label_stack, tok, LABEL_DECLARED); in block() 13783 s = label_push(&global_label_stack, tok, LABEL_FORWARD); in block() 13811 s = label_push(&global_label_stack, b, LABEL_DEFINED); in block() 17141 sym = label_push(&s1->asm_labels, label, 0); in asm_expr_unary() 17187 sym = label_push(&s1->asm_labels, tok, 0); in asm_expr_unary() 17357 sym = label_push(&s1->asm_labels, label, 0); in asm_new_label1() 17569 sym = label_push(&s1->asm_labels, tok, 0); in asm_parse_directive()
|