Home
last modified time | relevance | path

Searched refs:check_atomic_compare_exchange (Results 1 – 1 of 1) sorted by path

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dtypes.rs1558 fn check_atomic_compare_exchange(cx: &LateContext<'_>, expr: &Expr<'_>) { in check_atomic_compare_exchange() method
1626 Self::check_atomic_compare_exchange(cx, expr); in check_expr()