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

<<31323334353637383940>>

  /external/clang/lib/Lex/
Preprocessor.cpp 601 /// \brief Returns a diagnostic message kind for reporting a future keyword as
605 assert(II.isFutureCompatKeyword() && "diagnostic should not be needed");
801 // FIXME: Include the path in the diagnostic.
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 49 #pragma GCC diagnostic push
50 #pragma GCC diagnostic ignored "-Wunused-parameter"
54 #pragma GCC diagnostic pop
    [all...]
  /frameworks/base/core/jni/
android_opengl_EGL14.cpp 19 #pragma GCC diagnostic ignored "-Wunused-variable"
20 #pragma GCC diagnostic ignored "-Wunused-but-set-variable"
21 #pragma GCC diagnostic ignored "-Wunused-function"
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 629 #pragma clang diagnostic push
630 #pragma clang diagnostic ignored "-Wold-style-cast"
632 #pragma clang diagnostic pop
    [all...]
  /system/core/libziparchive/
zip_archive.cc 875 #pragma GCC diagnostic push
876 #pragma GCC diagnostic ignored "-Wold-style-cast"
880 #pragma GCC diagnostic pop
    [all...]
  /art/runtime/base/
macros.h 222 // performing switch labels fall-through diagnostic ('-Wimplicit-fallthrough').
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 494 * Output a diagnostic message to a user-specified destination (if the
495 * user has enabled diagnostic logging).
497 * @param msg diagnostic message
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNumber.java 78 * For diagnostic purposes.
  /external/autotest/site_utils/
diagnosis_utils.py 149 """Log diagnostic information about a timeout for a board/pool.
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/urlhandler/
protocol_loop.py 16 # - "debug" print diagnostic messages
protocol_socket.py 18 # - "debug" print diagnostic messages
  /external/clang/docs/analyzer/
RegionStore.txt 125 // diagnostic!).
  /external/clang/include/clang/AST/
CommentLexer.h 17 #include "clang/Basic/Diagnostic.h"
  /external/clang/include/clang/Basic/
DiagnosticDriverKinds.td 181 "diagnostic msg: %0">;
  /external/clang/include/clang/Frontend/
FrontendAction.h 249 /// CompilerInstance's Diagnostic object to report errors.
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 17 #include "clang/Basic/Diagnostic.h"
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 194 // It doesn't call super, emit a diagnostic.
  /external/clang/test/Analysis/
lambda-notes.cpp 5 // Diagnostic inside a lambda
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p4.cpp 202 // FIXME: This is ill-formed (no diagnostic required). We should diagnose it.
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 190 // We don't want qualifiers on the types in the diagnostic.
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 79 // FIXME: Terrible diagnostic here. auto deduction should fail, but does not!
  /external/clang/test/Sema/
array-init.c 197 // The following is a less than great diagnostic (though it's on par with EDG).
warn-documentation.cpp 186 // Check that the diagnostic uses the same command marker as the comment.
362 // Check that the diagnostic uses the same command marker as the comment.
592 // Check that the diagnostic uses the same command marker as the comment.
668 // FIXME: we give a bad diagnostic here because we throw away non-documentation
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 176 // FIXME: Bad diagnostic, mentions void type instead of init list.
  /external/clang/test/SemaObjCXX/
arc-type-conversion.mm 19 // FIXME: Diagnostic could be better here.

Completed in 1912 milliseconds

<<31323334353637383940>>