Home
last modified time | relevance | path

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

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