Home
last modified time | relevance | path

Searched defs:Diagnostics (Results 1 – 25 of 45) sorted by relevance

12

/external/rust/android-crates-io/crates/pdl-compiler/src/
Danalyzer.rs151 pub struct Diagnostics { struct
174 impl Diagnostics { argument
183 fn err_or<T>(self, value: T) -> Result<T, Diagnostics> { in err_or() argument
205 pub fn new(file: &'d File) -> Result<Scope<'d>, Diagnostics> { in new() argument
520 fn check_decl_identifiers(file: &File, scope: &Scope) -> Result<(), Diagnostics> { in check_decl_identifiers() argument
534 diagnostics: &mut Diagnostics, in check_decl_identifiers()
692 fn check_field_identifiers(file: &File) -> Result<(), Diagnostics> { in check_field_identifiers() argument
726 fn check_enum_declarations(file: &File) -> Result<(), Diagnostics> { in check_enum_declarations() argument
740 diagnostics: &mut Diagnostics, in check_enum_declarations()
802 diagnostics: &mut Diagnostics, in check_enum_declarations()
[all …]
/external/clang/docs/
DUsersManual.rst156 .. _opt_fshow-column:
178 .. _opt_fshow-source-location:
197 .. _opt_fcaret-diagnostics:
268 .. _opt_fdiagnostics-show-option:
291 .. _opt_fdiagnostics-show-category:
316 .. _opt_fdiagnostics-fixit-info:
337 .. _opt_fdiagnostics-print-source-range-info:
430 .. _cl_diag_warning_groups:
832 .. _usersmanual-precompiled-headers:
/external/clang/lib/Format/
DTokenAnalyzer.h46 std::unique_ptr<DiagnosticsEngine> Diagnostics, in Environment()
77 std::unique_ptr<DiagnosticsEngine> Diagnostics; variable
DTokenAnalyzer.cpp52 std::unique_ptr<DiagnosticsEngine> Diagnostics(new DiagnosticsEngine( in CreateVirtualEnvironment() local
/external/tensorflow/tensorflow/core/profiler/protobuf/
Ddiagnostics.proto7 message Diagnostics { message
/external/angle/src/compiler/preprocessor/
DPreprocessor.h21 class Diagnostics; variable
DTokenizer.h20 class Diagnostics; variable
DMacroExpander.h24 class Diagnostics; variable
DDirectiveParser.h21 class Diagnostics; variable
/external/clang/tools/clang-fuzzer/
DClangFuzzer.cpp32 DiagnosticsEngine Diagnostics( in LLVMFuzzerTestOneInput() local
/external/clang/lib/Index/
DSimpleFormatContext.h65 IntrusiveRefCntPtr<DiagnosticsEngine> Diagnostics; variable
/external/clang/lib/Tooling/
DTooling.cpp51 clang::DiagnosticsEngine *Diagnostics, const char *BinaryName, in newDriver()
64 clang::DiagnosticsEngine *Diagnostics, in getCC1Arguments()
91 clang::DiagnosticsEngine *Diagnostics, in newInvocation()
245 DiagnosticsEngine Diagnostics( in run() local
DRefactoring.cpp44 DiagnosticsEngine Diagnostics( in runAndSave() local
/external/stg/doc/
Dstg.md155 ## Diagnostics section in `stg`
/external/pytorch/torch/csrc/jit/
DJIT-AUTOCAST.md70 #### Diagnostics subsubsection
/external/clang/tools/clang-format/
DClangFormat.cpp135 DiagnosticsEngine Diagnostics( in fillRanges() local
287 DiagnosticsEngine Diagnostics( in format() local
/external/clang/tools/libclang/
DCXTranslationUnit.h33 void *Diagnostics; member
DCIndexDiagnostic.h28 std::vector<std::unique_ptr<CXDiagnosticImpl>> Diagnostics; variable
/external/clang/unittests/Tooling/
DRewriterTestContext.h115 DiagnosticsEngine Diagnostics; variable
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_pod_stats_test.cc111 TEST(OpStatsToPodStats, Diagnostics) { in TEST() argument
Dop_stats_to_pod_viewer_test.cc115 TEST(OpStatsToPodViewer, Diagnostics) { in TEST() argument
/external/llvm/docs/
DVectorizers.rst86 Diagnostics section in The Loop Vectorizer
/external/clang/lib/Rewrite/
DRewriter.cpp404 AtomicallyMovedFile(DiagnosticsEngine &Diagnostics, StringRef Filename, in AtomicallyMovedFile()
438 DiagnosticsEngine &Diagnostics; member in __anon39d076d70111::AtomicallyMovedFile
/external/googleapis/google/actions/sdk/v2/
Dactions_testing.proto222 message Diagnostics { message
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/
Dmod.rs39 pub mod Diagnostics; module

12