Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dconcat.rs19 let mut has_errors = false; in expand_concat() localVariable
Dconcat_bytes.rs129 let mut has_errors = false; in expand_concat_bytes() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dsplit_import.rs22 let has_errors = use_tree in split_import() localVariable
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_batch.h61 bool has_errors; member
/third_party/rust/rust/src/librustdoc/passes/lint/
Dcheck_code_block_syntax.rs137 has_errors: bool, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/
Dtests.rs134 let has_errors = !errors.is_empty(); in parse() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dalgo.rs101 pub fn has_errors(node: &SyntaxNode) -> bool { in has_errors() function
/third_party/rust/rust/src/tools/rustfmt/src/parse/
Dsession.rs313 pub(super) fn has_errors(&self) -> bool { in has_errors() method
/third_party/rust/rust/compiler/rustc_errors/src/
Dlib.rs1072 pub fn has_errors(&self) -> Option<ErrorGuaranteed> { in has_errors() method
1290 let has_errors = self.has_errors(); in emit_stashed_diagnostics() localVariable
1561 fn has_errors(&self) -> bool { in has_errors() method
/third_party/rust/rust/compiler/rustc_macros/src/diagnostics/
Dutils.rs739 let mut has_errors = false; in from_attr() localVariable
/third_party/ffmpeg/libavcodec/
Dqdm2.c192 int has_errors; ///< packet has errors member
/third_party/rust/rust/compiler/rustc_session/src/
Dsession.rs600 pub fn has_errors(&self) -> Option<ErrorGuaranteed> { in has_errors() method
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1380 bool has_errors = false; in Validate() local