Home
last modified time | relevance | path

Searched defs:hash_expr (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/tests/ui/borrowck/
Dtwo-phase-surprise-no-conflict.rs26 fn hash_expr(&mut self, e: &Expr) { in hash_expr() method
/third_party/rust/rust/src/tools/clippy/clippy_utils/src/
Dhir_utils.rs659 pub fn hash_expr(&mut self, e: &Expr<'_>) { in hash_expr() method
1120 pub fn hash_expr(cx: &LateContext<'_>, e: &Expr<'_>) -> u64 { in hash_expr() function