Searched defs:Reports (Results 1 – 4 of 4) sorted by relevance
301 pub(crate) struct Reports { struct302 pub(crate) cli_enabled: bool,303 pub(crate) cli: CliReport,304 pub(crate) bencher_enabled: bool,305 pub(crate) bencher: BencherReport,306 pub(crate) csv_enabled: bool,330 impl Report for Reports { implementation
577 Current limitations
541 llvm::SmallVector<std::unique_ptr<BugReport>, 4> Reports; variable
735 Current limitations