HomeSort by relevance Sort by last modified time
    Searched full:diagnostic (Results 401 - 425 of 1565) sorted by null

<<11121314151617181920>>

  /system/core/debuggerd/
crasher.c 55 #pragma clang diagnostic push
56 #pragma clang diagnostic ignored "-Winfinite-recursion"
69 #pragma clang diagnostic pop
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 62 // This is here so that the diagnostic printer knows the module a diagnostic
247 /// \brief Specialized handler for InlineAsm diagnostic.
248 /// \return True if the diagnostic has been successfully reported, false
251 /// \brief Specialized handler for StackSize diagnostic.
252 /// \return True if the diagnostic has been successfully reported, false
313 // we re-format the SMDiagnostic in terms of a clang diagnostic.
346 // to the diagnostic.
412 // Otherwise, report the backend diagnostic as occurring in the generated
414 // If Loc is invalid, we still need to report the diagnostic, it just get
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.h 32 #pragma GCC diagnostic push
33 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
34 #pragma GCC diagnostic ignored "-Wshadow"
35 #pragma GCC diagnostic ignored "-Wmissing-noreturn"
38 #pragma GCC diagnostic pop
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 11 // diagnostic traces.
56 /// \brief Return a diagnostic piece which should be associated with the
66 /// \brief Provide custom definition for the final diagnostic piece on the
71 /// non-NULL end of path diagnostic piece.
77 /// \brief Generates the default final diagnostic piece.
  /external/clang/include/clang/Frontend/
CompilerInstance.h 15 #include "clang/Basic/Diagnostic.h"
339 "Compiler instance has no diagnostic client!");
590 /// Create the diagnostics engine using the invocation's diagnostic options
593 /// Note that this routine also replaces the diagnostic client,
596 /// \param Client If non-NULL, a diagnostic client that will be
601 /// the diagnostic object should take ownership of the client.
607 /// If no diagnostic client is provided, this creates a
608 /// DiagnosticConsumer that is owned by the returned diagnostic
612 /// \param Opts - The diagnostic options; note that the created text
613 /// diagnostic object contains a reference to these options
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 16 #include "clang/Basic/Diagnostic.h"
73 // FIXME: Fail more softly if the diagnostic level is unknown?
76 "unknown serialized diagnostic level");
90 llvm_unreachable("Invalid diagnostic level");
95 // is a persistent diagnostic.
104 // is a persistent diagnostic.
164 // is a persistent diagnostic.
  /external/llvm/include/llvm-c/
lto.h 296 * Diagnostic severity.
308 * Diagnostic handler type.
310 * \p diag is the actual diagnostic.
311 * The diagnostic is not prefixed by any of severity keyword, e.g., 'error: '.
312 * \p ctxt is used to pass the context set with the diagnostic handler.
320 * Set a diagnostic handler and the related context (void *).
321 * This is more general than lto_get_error_message, as the diagnostic handler
  /external/clang/include/clang-c/
Index.h 639 * \defgroup CINDEX_DIAG Diagnostic reporting
645 * \brief Describes the severity of a particular diagnostic.
649 * \brief A diagnostic that has been suppressed, e.g., by a command-line
655 * \brief This diagnostic is a note that should be attached to the
656 * previous (non-note) diagnostic.
661 * \brief This diagnostic indicates suspicious code that may not be
667 * \brief This diagnostic indicates that the code is ill-formed.
672 * \brief This diagnostic indicates that the code is ill-formed such
680 * \brief A single diagnostic, containing the diagnostic's severity
5543 void (*diagnostic)(CXClientData client_data, member in struct:__anon7652
    [all...]
  /art/runtime/base/
histogram-inl.h 228 #pragma clang diagnostic push
229 #pragma clang diagnostic ignored "-Wfloat-equal"
273 #pragma clang diagnostic pop
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
diagnose.py 0 """Diagnostic functions, mainly for use when doing tech support."""
19 """Diagnostic suite for isolating common problems."""
20 print "Diagnostic running on Beautiful Soup %s" % __version__
  /external/clang/include/clang/Lex/
PreprocessorLexer.h 58 /// 4. All diagnostic messages are disabled.
95 /// what we are currently in for diagnostic emission (e.g. \#if with missing
137 /// If the sequence parsed is not lexically legal, emit a diagnostic and
  /external/clang/test/Sema/
format-strings.c 194 #pragma GCC diagnostic ignored "-Wformat-nonliteral"
195 #pragma GCC diagnostic warning "-Wformat-security"
414 #pragma GCC diagnostic warning "-Wformat"
415 #pragma GCC diagnostic ignored "-Wformat-security"
446 #pragma clang diagnostic push
447 #pragma clang diagnostic ignored "-Wformat-invalid-specifier"
449 #pragma clang diagnostic pop
453 #pragma GCC diagnostic warning "-Wformat"
454 #pragma GCC diagnostic warning "-Wformat-security"
611 #pragma GCC diagnostic ignored "-Wformat-nonliteral
    [all...]
  /external/clang/test/SemaCXX/
warn-assignment-condition.cpp 113 #pragma clang diagnostic push
114 #pragma clang diagnostic ignored "-Wparentheses-equality"
116 #pragma clang diagnostic pop
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentProcessor.java 38 import javax.tools.Diagnostic;
40 import static javax.tools.Diagnostic.Kind.ERROR;
79 Diagnostic.Kind nullableDiagnosticType =
  /external/google-breakpad/src/client/mac/Framework/
OnDemandServer.mm 126 #pragma clang diagnostic push
127 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
133 #pragma clang diagnostic pop
  /external/llvm/docs/
ReleaseNotes.rst 50 * Does not record a message. Use the diagnostic handler instead.
55 Unlike the old ones the new ones do not record a diagnostic message. Use
56 the diagnostic handler instead.
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 24 #pragma GCC diagnostic push
25 #pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor"
27 #pragma GCC diagnostic pop
  /frameworks/base/services/core/jni/
com_android_server_AssetAtlasService.cpp 33 #pragma GCC diagnostic push
34 #pragma GCC diagnostic ignored "-Wunused-parameter"
37 #pragma GCC diagnostic pop
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 26 #pragma clang diagnostic push
27 #pragma clang diagnostic ignored "-Wzero-length-array"
29 #pragma clang diagnostic pop
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 19 #pragma GCC diagnostic ignored "-Wunused-variable"
20 #pragma GCC diagnostic ignored "-Wunused-but-set-variable"
21 #pragma GCC diagnostic ignored "-Wunused-function"
  /system/core/libziparchive/
zip_archive_stream_entry.cc 134 #pragma GCC diagnostic push
135 #pragma GCC diagnostic ignored "-Wold-style-cast"
139 #pragma GCC diagnostic pop
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariableSimple.java 73 * For diagnostic purposes.
  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTreeManager.java 230 * @param locator The location of the caller, for diagnostic purposes.
265 * @param locator The location of the caller, for diagnostic purposes.
293 * @param locator The location of the caller, for diagnostic purposes.
337 * @param locator The location of the original caller, for diagnostic purposes.
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNull.java 55 * For diagnostic purposes.
  /external/clang/lib/Basic/
Warnings.cpp 26 #include "clang/Basic/Diagnostic.h"
76 // We parse the warning options twice. The first pass sets diagnostic state,
83 // If we've set the diagnostic state and are not reporting diagnostics then
106 // diagnostic to a warning, if -Wno-foo, map it to ignore.

Completed in 1296 milliseconds

<<11121314151617181920>>