Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcontext.rs67 pub longlong_type: Type<'gcc>, field
165 let longlong_type = context.new_c_type(CType::LongLong); in new() localVariable