Searched refs:warned (Results 1 – 6 of 6) sorted by relevance
54 static int warned; in sigill_handler() local60 if (!warned++) in sigill_handler()
59 if (!_insn->sym || !_insn->sym->warned) \63 _insn->sym->warned = 1; \
68 u8 warned : 1; member
182 static bool warned = false; in idr_u32_test1() local191 if (!warned && id > INT_MAX) in idr_u32_test1()202 if (!warned && id > INT_MAX) { in idr_u32_test1()204 warned = true; in idr_u32_test1()
4706 if (sym->warned) { in disas_warned_funcs()
539 example of how the compiler can undermine the memory model. Be warned.