Searched refs:bind_symbol_with_scope (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | symbol.h | 349 extern void bind_symbol_with_scope(struct symbol *, struct ident *, enum namespace, struct scope *);
|
H A D | symbol.c | 745 void bind_symbol_with_scope(struct symbol *sym, struct ident *ident, enum namespace ns, struct scope *scope) in bind_symbol_with_scope() function 787 bind_symbol_with_scope(sym, ident, ns, scope); in bind_symbol()
|
H A D | expression.c | 130 bind_symbol_with_scope(decl, ident, NS_SYMBOL, function_scope); in handle_func()
|
H A D | parse.c | 2499 bind_symbol_with_scope(sym, token->ident, NS_LABEL, block_scope); in label_statement()
|
Completed in 9 milliseconds