Searched defs:EarlyErrorHandler (Results 1 – 14 of 14) sorted by relevance
| /third_party/rust/rust/src/tools/miri/src/bin/ |
| D | miri.rs | 62 handler: &EarlyErrorHandler, in after_analysis() 185 fn init_early_loggers(handler: &EarlyErrorHandler) { in init_early_loggers() 203 fn init_late_loggers(handler: &EarlyErrorHandler, tcx: TyCtxt<'_>) { in init_late_loggers()
|
| /third_party/rust/rust/compiler/rustc_driver_impl/src/ |
| D | lib.rs | 177 _handler: &EarlyErrorHandler, in after_analysis() 493 handler: &EarlyErrorHandler, in make_input() 544 fn handle_explain(handler: &EarlyErrorHandler, registry: Registry, code: &str, color: ColorConfig) { in handle_explain() 692 handler: &EarlyErrorHandler, in list_metadata() 715 handler: &EarlyErrorHandler, in print_crate_info() 876 handler: &EarlyErrorHandler, in version_at_macro_invocation() 1074 pub fn describe_flag_categories(handler: &EarlyErrorHandler, matches: &Matches) -> bool { in describe_flag_categories() 1158 pub fn handle_options(handler: &EarlyErrorHandler, args: &[String]) -> Option<getopts::Matches> { in handle_options() 1417 pub fn init_rustc_env_logger(handler: &EarlyErrorHandler) { in init_rustc_env_logger() 1424 pub fn init_env_logger(handler: &EarlyErrorHandler, env: &str) { in init_env_logger()
|
| D | args.rs | 26 pub fn arg_expand_all(handler: &EarlyErrorHandler, at_args: &[String]) -> Vec<String> { in arg_expand_all()
|
| /third_party/rust/rust/compiler/rustc_interface/src/ |
| D | util.rs | 61 handler: &EarlyErrorHandler, in create_session() 227 fn load_backend_from_dylib(handler: &EarlyErrorHandler, path: &Path) -> MakeBackendFn { in load_backend_from_dylib() 251 handler: &EarlyErrorHandler, in get_codegen_backend() 299 handler: &EarlyErrorHandler, in get_codegen_sysroot()
|
| D | interface.rs | 69 handler: &EarlyErrorHandler, in parse_cfgspecs() 130 pub fn parse_check_cfg(handler: &EarlyErrorHandler, specs: Vec<String>) -> CheckCfg { in parse_check_cfg()
|
| D | tests.rs | 41 handler: &mut EarlyErrorHandler, in build_session_options_and_crate_config() 49 fn mk_session(handler: &mut EarlyErrorHandler, matches: getopts::Matches) -> (Session, CfgSpecs) { in mk_session()
|
| /third_party/rust/rust/compiler/rustc_session/src/ |
| D | config.rs | 1511 handler: &EarlyErrorHandler, in build_target_config() 1771 handler: &EarlyErrorHandler, in get_cmd_lint_options() 1803 pub fn parse_color(handler: &EarlyErrorHandler, matches: &getopts::Matches) -> ColorConfig { in parse_color() 1857 pub fn parse_json(handler: &EarlyErrorHandler, matches: &getopts::Matches) -> JsonConfig { in parse_json() 1895 handler: &mut EarlyErrorHandler, in parse_error_format() 1946 pub fn parse_crate_edition(handler: &EarlyErrorHandler, matches: &getopts::Matches) -> Edition { in parse_crate_edition() 1974 handler: &mut EarlyErrorHandler, in check_error_format_stability() 2000 handler: &EarlyErrorHandler, in parse_output_types() 2032 handler: &EarlyErrorHandler, in should_override_cgus_and_disable_thinlto() 2076 fn check_thread_count(handler: &EarlyErrorHandler, unstable_opts: &UnstableOptions) { in check_thread_count() [all …]
|
| D | search_paths.rs | 49 pub fn from_cli_opt(handler: &EarlyErrorHandler, path: &str) -> Self { in from_cli_opt()
|
| D | session.rs | 1385 handler: &EarlyErrorHandler, in build_session() 1727 pub struct EarlyErrorHandler { struct 1731 impl EarlyErrorHandler { argument
|
| D | options.rs | 313 handler: &EarlyErrorHandler, in build_options()
|
| /third_party/rust/rust/src/librustdoc/ |
| D | lib.rs | 189 fn init_logging(handler: &EarlyErrorHandler) { in init_logging() 709 fn main_args(handler: &mut EarlyErrorHandler, at_args: &[String]) -> MainResult { in main_args()
|
| D | config.rs | 315 handler: &mut EarlyErrorHandler, in from_matches()
|
| /third_party/rust/rust/tests/run-make-fulldeps/obtain-borrowck/ |
| D | driver.rs | 61 _handler: &EarlyErrorHandler, in after_analysis()
|
| /third_party/rust/rust/tests/ui-fulldeps/stable-mir/ |
| D | crate-info.rs | 158 _handler: &EarlyErrorHandler, in after_analysis()
|