Searched refs:bind_symbol_with_scope (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.c | 745 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()
|
D | symbol.h | 349 extern void bind_symbol_with_scope(struct symbol *, struct ident *, enum namespace, struct scope *);
|
D | expression.c | 130 bind_symbol_with_scope(decl, ident, NS_SYMBOL, function_scope); in handle_func()
|
D | parse.c | 2499 bind_symbol_with_scope(sym, token->ident, NS_LABEL, block_scope); in label_statement()
|