Searched refs:bind_symbol (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | parse.c | 710 bind_symbol(sym, token->ident, NS_LABEL); in label_symbol() 735 bind_symbol(sym, token->ident, NS_STRUCT); in struct_union_enum_specifier() 950 bind_symbol(sym, token->ident, NS_SYMBOL); in parse_enum_declaration() 2120 bind_symbol(cont, &continue_ident, NS_ITERATOR); in start_iterator() 2122 bind_symbol(brk, &break_ident, NS_ITERATOR); in start_iterator() 2146 bind_symbol(ret, &return_ident, NS_ITERATOR); in start_function() 2180 bind_symbol(brk, &break_ident, NS_ITERATOR); in start_switch() 2183 bind_symbol(switch_case, &case_ident, NS_ITERATOR); in start_switch() 2733 bind_symbol(sym, sym->ident, NS_SYMBOL); in declare_argument() 2938 bind_symbol(decl, ident, is_typedef ? NS_TYPEDEF: NS_SYMBOL); in external_declaration() [all …]
|
D | symbol.c | 779 void bind_symbol(struct symbol *sym, struct ident *ident, enum namespace ns) in bind_symbol() function 803 bind_symbol(sym, token->ident, namespace); in create_symbol()
|
D | symbol.h | 348 extern void bind_symbol(struct symbol *, struct ident *, enum namespace);
|
D | dissect.c | 154 bind_symbol(sym, expr->symbol_name, NS_SYMBOL); in expr_symbol()
|
D | pre-process.c | 1379 bind_symbol(sym, name, NS_MACRO); in do_define() 1536 bind_symbol(sym, left->ident, NS_MACRO); in do_handle_undef()
|