Searched refs:ptr_list_nth (Results 1 – 4 of 4) sorted by relevance
76 pseudo_t arg = ptr_list_nth(insn->arguments, idx); in get_arg()77 struct symbol *type = ptr_list_nth(insn->fntypes, idx + 1); in get_arg()251 pseudo_t src1 = ptr_list_nth(insn->arguments, 0); in check_const()252 pseudo_t src2 = ptr_list_nth(insn->arguments, 1); in check_const()
168 check_byte_count(insn, ptr_list_nth(insn->arguments, 3)); in check_memset()
82 #define ptr_list_nth(lst, nth) ({ \ macro
528 int type = get_expression_value_silent(ptr_list_nth(expr->args, 1)); in expand_object_size()