Searched refs:PREPARE_PTR_LIST (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | cse.c | 138 PREPARE_PTR_LIST(l1, phi1); in phi_list_compare() 139 PREPARE_PTR_LIST(l2, phi2); in phi_list_compare()
|
D | ir.c | 43 PREPARE_PTR_LIST(insn->bb->parents, par); in check_phi_node()
|
D | builtin.c | 413 PREPARE_PTR_LIST(fntype->arguments, t); in evaluate_generic_int_op() 467 PREPARE_PTR_LIST(fntype->arguments, t); in eval_atomic_common()
|
D | ptrlist.h | 95 #define PREPARE_PTR_LIST(head, ptr) \ macro
|
D | symbol.c | 670 PREPARE_PTR_LIST(restr, t1); in befoul() 671 PREPARE_PTR_LIST(fouled, t2); in befoul()
|
D | inline.c | 539 PREPARE_PTR_LIST(name_list, name); in inline_function()
|
D | dissect.c | 43 PREPARE_PTR_LIST(l1__, p1__); \
|
D | evaluate.c | 750 PREPARE_PTR_LIST(t1->arguments, arg1); in type_difference() 751 PREPARE_PTR_LIST(t2->arguments, arg2); in type_difference() 2333 PREPARE_PTR_LIST(argtypes, argtype); in evaluate_arguments() 2430 PREPARE_PTR_LIST(ctype->symbol_list, p); in first_subobject()
|
D | flow.c | 199 PREPARE_PTR_LIST(node->bb->parents, bb); in phi_check()
|
D | sparse-llvm.c | 809 PREPARE_PTR_LIST(insn->fntypes, ctype); in output_op_call()
|
D | example.c | 1818 PREPARE_PTR_LIST(sym->arguments, argtype); in set_up_arch_entry()
|
D | linearize.c | 2606 PREPARE_PTR_LIST(expr->args, arg); in linearize_fma()
|