Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dmisc.rs21 fn declare_c_main(&self, fn_type: Self::Type) -> Option<Self::Function>; in declare_c_main() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcontext.rs593 fn declare_c_main(&self, fn_type: Self::Type) -> Option<Self::Function> { in declare_c_main() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcontext.rs442 fn declare_c_main(&self, fn_type: Self::Type) -> Option<Self::Function> { in declare_c_main() method