Searched refs:add_ptr_list (Results 1 – 15 of 15) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | lib.h | 230 add_ptr_list(list, sym); in add_symbol() 235 add_ptr_list(list, stmt); in add_statement() 240 add_ptr_list(list, expr); in add_expression() 245 add_ptr_list(list, ident); in add_ident()
|
D | linearize.h | 195 add_ptr_list(list, bb); in add_bb() 200 add_ptr_list(list, insn); in add_instruction() 213 add_ptr_list(list, multijmp); in add_multijmp() 218 return add_ptr_list(list, pseudo); in add_pseudo() 254 add_ptr_list(list, user); in add_pseudo_user_ptr()
|
D | storage.c | 55 add_ptr_list(&list, hash); in gather_storage() 109 add_ptr_list(listp, hash); in add_storage() 206 add_ptr_list(&dst->users, usep); in combine_storage()
|
D | test-sort.c | 30 add_ptr_list (&l, e); in main()
|
D | storage.h | 75 add_ptr_list(&s->users, usep); in alloc_storage_hash()
|
D | lib.c | 403 add_ptr_list(filelist, arg); in sparse_initialize()
|
D | ptrlist.c | 434 add_ptr_list(b, entry); in concat_ptr_list()
|
D | builtin.c | 437 add_ptr_list(&types, t); in evaluate_generic_int_op() 498 add_ptr_list(&types, t); in eval_atomic_common()
|
D | ptrlist.h | 59 #define add_ptr_list(list, ptr) ({ \ macro
|
D | compile-i386.c | 490 add_ptr_list(&f->str_list, atom); /* note: _not_ atom_list */ in push_cstring() 495 add_ptr_list(&f->atom_list, atom); in push_atom() 536 add_ptr_list(&f->pseudo_list, stor); in stack_alloc()
|
D | inline.c | 301 add_ptr_list(&out, new); in copy_asm_operands()
|
D | parse.c | 955 add_ptr_list(&parent->symbol_list, sym); in parse_enum_declaration() 1290 add_ptr_list(&ctx->ctype.contexts, context); in attribute_context() 2001 add_ptr_list(inout, op); in parse_asm_operands()
|
D | example.c | 229 add_ptr_list(listp, entry); in find_or_create_hash()
|
D | linearize.c | 2092 add_ptr_list(list, rule); in add_asm_rule()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 642 * ptrlist: make add_ptr_list() more readable
|