Searched refs:is_assert (Results 1 – 2 of 2) sorted by relevance
407 const bool is_assert = (type & KCSAN_ACCESS_ASSERT) != 0; in kcsan_setup_watchpoint() local435 if (!is_assert && kcsan_is_atomic_special(ptr)) in kcsan_setup_watchpoint()551 } else if (size > 8 || is_assert) { in kcsan_setup_watchpoint()565 if (is_assert && value_change == KCSAN_VALUE_CHANGE_TRUE) in kcsan_setup_watchpoint()574 if (is_assert) in kcsan_setup_watchpoint()577 if (IS_ENABLED(CONFIG_KCSAN_REPORT_RACE_UNKNOWN_ORIGIN) || is_assert) in kcsan_setup_watchpoint()
149 const bool is_assert = (r->access[0].type | r->access[1].type) & KCSAN_ACCESS_ASSERT; in report_matches() local167 is_assert ? "assert: race" : "data-race"); in report_matches()