Home
last modified time | relevance | path

Searched defs:Diagnostic (Results 1 – 25 of 83) sorted by relevance

1234

/external/llvm-project/clang/include/clang/Tooling/Core/
DDiagnostic.h63 struct Diagnostic { struct
69 Diagnostic() = default; argument
80 std::string DiagnosticName; argument
83 DiagnosticMessage Message; argument
86 SmallVector<DiagnosticMessage, 1> Notes; argument
109 std::vector<Diagnostic> Diagnostics; argument
/external/rust/crates/proc-macro-error/src/
Ddiagnostic.rs22 pub struct Diagnostic { struct
30 /// A collection of methods that do not exist in `proc_macro::Diagnostic` argument
69 impl DiagnosticExt for Diagnostic { implementation
98 impl Diagnostic { impl
198 impl Diagnostic { implementation
214 impl ToTokens for Diagnostic { implementation
291 impl From<syn::Error> for Diagnostic { implementation
Dsealed.rs3 impl Sealed for crate::Diagnostic {} implementation
/external/rust/crates/codespan-reporting/src/
Ddiagnostic.rs119 pub struct Diagnostic<FileId> { struct
139 impl<FileId> Diagnostic<FileId> { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DVerifier.h40 VerifierSupport *Diagnostic = nullptr; variable
76 : Diagnostic(Diagnostic) {} in Diagnostic() function
/external/llvm-project/llvm/include/llvm/IR/
DVerifier.h40 VerifierSupport *Diagnostic = nullptr; variable
76 : Diagnostic(Diagnostic) {} in Diagnostic() argument
/external/swiftshader/third_party/SPIRV-Tools/test/
Ddiagnostic_test.cpp35 TEST(Diagnostic, DestroyNull) { spvDiagnosticDestroy(nullptr); } in TEST() argument
37 TEST(Diagnostic, DestroyValidDiagnostic) { in TEST() argument
44 TEST(Diagnostic, DestroyValidDiagnosticAfterReassignment) { in TEST() argument
53 TEST(Diagnostic, PrintDefault) { in TEST() argument
62 TEST(Diagnostic, PrintInvalidDiagnostic) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/
Ddiagnostic_test.cpp35 TEST(Diagnostic, DestroyNull) { spvDiagnosticDestroy(nullptr); } in TEST() argument
37 TEST(Diagnostic, DestroyValidDiagnostic) { in TEST() argument
44 TEST(Diagnostic, DestroyValidDiagnosticAfterReassignment) { in TEST() argument
53 TEST(Diagnostic, PrintDefault) { in TEST() argument
62 TEST(Diagnostic, PrintInvalidDiagnostic) { in TEST() argument
/external/rust/crates/proc-macro-error/src/imp/
Ddelegate.rs24 pub(crate) fn emit_diagnostic(diag: Diagnostic) { in emit_diagnostic()
25 let Diagnostic { in emit_diagnostic() localVariable
Dfallback.rs22 pub(crate) fn emit_diagnostic(diag: Diagnostic) { in emit_diagnostic()
/external/llvm-project/mlir/docs/
DDiagnostics.md137 ## Diagnostic section in Diagnostic Infrastructure
149 ### Appending arguments
170 ### Attaching notes
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DUnnecessaryCopyInitialization.cpp23 DiagnosticBuilder &Diagnostic) { in recordFixes()
144 auto Diagnostic = in handleCopyFromMethodReturn() local
164 auto Diagnostic = diag(NewVar.getLocation(), in handleCopyFromLocalVar() local
DForRangeCopyCheck.cpp84 auto Diagnostic = in handleConstValueCopy() local
/external/llvm-project/clang/lib/Tooling/Core/
DDiagnostic.cpp48 Diagnostic::Diagnostic(llvm::StringRef DiagnosticName, in Diagnostic() function in clang::tooling::Diagnostic
53 Diagnostic::Diagnostic(llvm::StringRef DiagnosticName, in Diagnostic() function in clang::tooling::Diagnostic
/external/llvm-project/mlir/include/mlir/IR/
DVisitors.h21 class Diagnostic; variable
40 WalkResult(Diagnostic &&) : result(Interrupt) {} in WalkResult() argument
/external/llvm-project/lldb/include/lldb/Expression/
DDiagnosticManager.h58 Diagnostic(llvm::StringRef message, DiagnosticSeverity severity, in Diagnostic() function
63 Diagnostic(const Diagnostic &rhs) in Diagnostic() function
/external/llvm-project/mlir/include/mlir/CAPI/
DDiagnostics.h16 class Diagnostic; variable
/external/llvm-project/clang-tools-extra/clangd/unittests/
DModulesTests.cpp67 TEST(Modules, Diagnostic) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go814 type Diagnostic struct { struct
815 Range Range
816 Severity Severity
817 Message string
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go814 type Diagnostic struct { struct
815 Range Range
816 Severity Severity
817 Message string
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp138 std::string Diagnostic = in removeVoidArgumentTokens() local
176 StringRef Diagnostic) { in removeVoidToken()
/external/rust/crates/codespan-reporting/examples/
Dreusable_diagnostic.rs58 fn report(&self) -> Diagnostic<()> { in report()
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DInitVariablesCheck.cpp97 auto Diagnostic = in check() local
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DStringFindStartswithCheck.cpp95 auto Diagnostic = in check() local
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DConstReturnTypeCheck.cpp111 DiagnosticBuilder Diagnostic = in check() local

1234