Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_expand/src/
Dbuild.rs347 pub fn expr_usize(&self, span: Span, n: usize) -> P<ast::Expr> { in expr_usize() method
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs1741 pub(super) fn expr_usize(&mut self, sp: Span, value: usize) -> hir::Expr<'hir> { in expr_usize() method