Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dast-inspect.c116 [SYM_LABEL] = "SYM_LABEL", in symbol_type_name()
H A Dsmatch_flow.c927 goto_stmt->goto_label->type != SYM_LABEL || in handle_backward_goto()
945 tmp->label_identifier->type != SYM_LABEL || in handle_backward_goto()
1040 stmt->label_identifier->type == SYM_LABEL && in __split_label_stmt()
1189 stmt->goto_label->type == SYM_LABEL && in __split_stmt()
H A Dshow-parse.c65 [SYM_LABEL] = "labl", in do_debug_symbol()
380 case SYM_LABEL: in do_show_type()
H A Dsymbol.h71 SYM_LABEL, enumerator
H A Dsymbol.c540 [SYM_LABEL] = "label", in get_type_name()
H A Dparse.c710 sym = alloc_symbol(token->pos, SYM_LABEL); in label_symbol()
2559 struct symbol *sym = alloc_symbol(token->pos, SYM_LABEL); in label_statement()
H A Devaluate.c3577 if (!sym || sym->type != SYM_LABEL) { in evaluate_asm_statement()