Home
last modified time | relevance | path

Searched defs:const_uint (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dconsts.rs11 fn const_uint(&self, t: Self::Type, i: u64) -> Self::Value; in const_uint() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcommon.rs140 fn const_uint(&self, t: &'ll Type, i: u64) -> &'ll Value { in const_uint() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcommon.rs83 fn const_uint(&self, typ: Type<'gcc>, int: u64) -> RValue<'gcc> { in const_uint() method