Searched refs:create_cpp_lib (Results 1 – 2 of 2) sorted by relevance
416 commands::create_cpp_lib(cache, *mode).context("failed to create cpp lib")?; in main()
238 pub fn create_cpp_lib(mut input: Input, codegen_mode: CodegenMode) -> Result<Vec<OutputFile>> { in create_cpp_lib() function