Searched refs:alloc_symbol (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | parse.c | 690 struct symbol *sym = alloc_symbol(pos, type); in alloc_indirect_symbol() 709 sym = alloc_symbol(token->pos, SYM_LABEL); in label_symbol() 734 sym = alloc_symbol(token->pos, type); in struct_union_enum_specifier() 756 sym = alloc_symbol(token->pos, type); in struct_union_enum_specifier() 949 sym = alloc_symbol(token->pos, SYM_NODE); in parse_enum_declaration() 1063 struct symbol *typeof_sym = alloc_symbol(token->pos, SYM_TYPEOF); in typeof_specifier() 1588 type = alloc_symbol(token->pos, SYM_BASETYPE); in declaration_specifiers() 1823 struct symbol *ptr = alloc_symbol(token->pos, SYM_PTR); in pointer() 1902 struct symbol *decl = alloc_symbol(token->pos, SYM_NODE); in declaration_list() 1962 struct symbol *sym = alloc_symbol(token->pos, SYM_NODE); in typename() [all …]
|
D | inline.c | 163 expr->cast_type = alloc_symbol(sym->pos, sym->type); in copy_expression() 491 sym = alloc_symbol(orig->pos, orig->type); in create_copy_symbol() 541 struct symbol *a = alloc_symbol(arg->pos, SYM_NODE); in inline_function()
|
D | symbol.c | 78 struct symbol *alloc_symbol(struct position pos, int type) in alloc_symbol() function 462 struct symbol *arr_new = alloc_symbol(node->pos, SYM_ARRAY); in implicit_array_size() 654 struct symbol *new = alloc_symbol(type->pos, type->type); in create_fouled() 802 sym = alloc_symbol(token->pos, type); in create_symbol()
|
D | evaluate.c | 69 struct symbol *unqual = alloc_symbol(ctype->pos, 0); in unqualify_type() 114 struct symbol *sym = alloc_symbol(expr->pos, SYM_NODE); in evaluate_string() 115 struct symbol *array = alloc_symbol(expr->pos, SYM_ARRAY); in evaluate_string() 1277 struct symbol *sym = alloc_symbol(ctype->pos, SYM_PTR); in evaluate_conditional_expression() 1623 ptr = alloc_symbol(s->pos, SYM_PTR); in examine_fn_arguments() 1651 struct symbol *newsym = alloc_symbol(sym->pos, SYM_NODE); in convert_to_as_mod() 1662 struct symbol *node = alloc_symbol(expr->pos, SYM_NODE); in create_pointer() 1663 struct symbol *ptr = alloc_symbol(expr->pos, SYM_PTR); in create_pointer() 1715 struct symbol *a = alloc_symbol(expr->pos, SYM_NODE); in degenerate() 1832 node = alloc_symbol(expr->pos, SYM_NODE); in evaluate_dereference() [all …]
|
D | dissect.c | 153 sym = alloc_symbol(expr->pos, SYM_BAD); in expr_symbol() 427 ret = alloc_symbol(unop->pos, SYM_PTR); in do_expression()
|
D | builtin.c | 606 struct symbol *fun = alloc_symbol(sym->pos, SYM_FN); in declare_builtin() 619 struct symbol *anode = alloc_symbol(sym->pos, SYM_NODE); in declare_builtin()
|
D | expression.c | 119 array = alloc_symbol(token->pos, SYM_ARRAY); in handle_func() 123 decl = alloc_symbol(token->pos, SYM_NODE); in handle_func()
|
D | symbol.h | 339 extern struct symbol *alloc_symbol(struct position, int type);
|
D | pre-process.c | 1378 sym = alloc_symbol(pos, SYM_NODE); in do_define() 1535 sym = alloc_symbol(left->pos, SYM_NODE); in do_handle_undef()
|