Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dctags.c182 case NS_LABEL: in examine_namespace()
Dc2xml.c266 case NS_LABEL: in examine_namespace()
Dsymbol.c751 if (ident->reserved && (ns & (NS_TYPEDEF | NS_STRUCT | NS_LABEL | NS_SYMBOL))) { in bind_symbol_with_scope()
785 if (ns == NS_LABEL) in bind_symbol()
Dsymbol.h48 NS_LABEL = 8, enumerator
Dparse.c707 struct symbol *sym = lookup_symbol(token->ident, NS_LABEL); in label_symbol()
710 bind_symbol(sym, token->ident, NS_LABEL); in label_symbol()
2499 bind_symbol_with_scope(sym, token->ident, NS_LABEL, block_scope); in label_statement()
Devaluate.c3312 case NS_LABEL: in check_label_declaration()