Searched refs:is_asm (Results 1 – 2 of 2) sorted by relevance
33 def is_asm(l): function68 out = [0 if is_asm(l) else None for l in source]85 if count != '0' or is_asm(instruction):
192 …_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format, is_asm, is_analyze): argument206 if is_asm == True:215 if is_asm == True: