Home
last modified time | relevance | path

Searched refs:bind_symbol_with_scope (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c745 void bind_symbol_with_scope(struct symbol *sym, struct ident *ident, enum namespace ns, struct scop… in bind_symbol_with_scope() function
787 bind_symbol_with_scope(sym, ident, ns, scope); in bind_symbol()
Dsymbol.h349 extern void bind_symbol_with_scope(struct symbol *, struct ident *, enum namespace, struct scope *);
Dexpression.c130 bind_symbol_with_scope(decl, ident, NS_SYMBOL, function_scope); in handle_func()
Dparse.c2499 bind_symbol_with_scope(sym, token->ident, NS_LABEL, block_scope); in label_statement()