Searched refs:PREPARE_PTR_LIST (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_var_sym.c | 210 PREPARE_PTR_LIST(one, one_tmp); in var_sym_lists_equiv() 211 PREPARE_PTR_LIST(two, two_tmp); in var_sym_lists_equiv()
|
H A D | smatch_equiv.c | 84 PREPARE_PTR_LIST(one, one_rel); in get_shared_relations() 85 PREPARE_PTR_LIST(two, two_rel); in get_shared_relations()
|
H A D | cse.c | 134 PREPARE_PTR_LIST(l1, phi1); in phi_list_compare() 135 PREPARE_PTR_LIST(l2, phi2); in phi_list_compare()
|
H A D | smatch_estate.c | 215 PREPARE_PTR_LIST(one, one_rel); in rlists_equiv() 216 PREPARE_PTR_LIST(two, two_rel); in rlists_equiv()
|
H A D | ir.c | 43 PREPARE_PTR_LIST(insn->bb->parents, par); in check_phi_node()
|
H A D | symbol.c | 577 PREPARE_PTR_LIST(restr, t1); in befoul() 578 PREPARE_PTR_LIST(fouled, t2); in befoul()
|
H A D | ptrlist.h | 79 #define PREPARE_PTR_LIST(head, ptr) \ macro
|
H A D | smatch_ranges.c | 1112 PREPARE_PTR_LIST(one, one_range); in rl_equiv() 1113 PREPARE_PTR_LIST(two, two_range); in rl_equiv() 1540 PREPARE_PTR_LIST(one_rl, one); in do_intersection() 1541 PREPARE_PTR_LIST(two_rl, two); in do_intersection()
|
H A D | dissect.c | 43 PREPARE_PTR_LIST(l1__, p1__); \
|
H A D | inline.c | 535 PREPARE_PTR_LIST(name_list, name); in inline_function()
|
H A D | evaluate.c | 771 PREPARE_PTR_LIST(t1->arguments, arg1); in type_difference() 772 PREPARE_PTR_LIST(t2->arguments, arg2); in type_difference() 2329 PREPARE_PTR_LIST(argument_types, argtype); in evaluate_arguments() 2427 PREPARE_PTR_LIST(ctype->symbol_list, p); in first_subobject()
|
H A D | sparse-llvm.c | 809 PREPARE_PTR_LIST(insn->fntypes, ctype); in output_op_call()
|
H A D | example.c | 1816 PREPARE_PTR_LIST(sym->arguments, argtype); in set_up_arch_entry()
|