Searched refs:int_expr (Results 1 – 2 of 2) sorted by relevance
220 pub fn int_expr(val: i64) -> TokenStream { in int_expr() function
641 helpers::ast_ty::int_expr(val) in codegen()1951 let explicit = helpers::ast_ty::int_expr(explicit as i64); in codegen()2639 EnumVariantValue::Signed(v) => helpers::ast_ty::int_expr(v), in with_variant()