Searched refs:check_byte_count (Results 1 – 3 of 3) sorted by relevance
12 check_byte_count-ice.c:5:23: warning: multi-character character constant in foo()13 check_byte_count-ice.c:6:1: error: Expected ) in function call in foo()14 check_byte_count-ice.c:6:1: error: got } in foo()15 check_byte_count-ice.c:20:0: error: Expected } at end of function16 check_byte_count-ice.c:20:0: error: got end-of-input17 check_byte_count-ice.c:5:15: error: not enough arguments for function memset
152 static void check_byte_count(struct instruction *insn, pseudo_t count) in check_byte_count() function168 check_byte_count(insn, ptr_list_nth(insn->arguments, 3)); in check_memset()
213 * Add test-suite annotations to check_byte_count-ice.c