Searched refs:is_scoped (Results 1 – 1 of 1) sorted by relevance
221 const bool is_scoped = (ty & KCSAN_ACCESS_SCOPED); in __report_matches() local223 (is_atomic && is_scoped) ? " (marked, reordered)" in __report_matches()225 : (is_scoped ? " (reordered)" : "")); in __report_matches()