Searched refs:warned (Results 1 – 6 of 6) sorted by relevance
54 static int warned; in sigill_handler() local60 if (!warned++) in sigill_handler()
80 if (!_insn->sym || !_insn->sym->warned) \84 _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()
2312 static bool warned = false; in read_annotate() local2313 if (!warned && opts.verbose) { in read_annotate()2315 warned = true; in read_annotate()3575 func->warned = 1; in validate_branch()4622 if (sym->warned) { in disas_warned_funcs()
539 example of how the compiler can undermine the memory model. Be warned.
Completed in 17 milliseconds