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

<<31323334353637383940>>

  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/ceres-solver/internal/ceres/
covariance_impl.cc 50 #pragma GCC diagnostic push
51 #pragma GCC diagnostic ignored "-Wunused-but-set-variable"
57 #pragma GCC diagnostic pop
  /external/clang/lib/Frontend/
ASTUnit.cpp 20 #include "clang/Basic/Diagnostic.h"
561 /// \brief Diagnostic consumer that saves each diagnostic it is given.
578 const Diagnostic &Info) override;
582 /// there is no diagnostic client to capture them already.
610 const Diagnostic &Info) {
614 // Only record the diagnostic if it's part of the source manager we know
755 // Tell the diagnostic client that we have started a source file.
    [all...]
CompilerInstance.cpp 14 #include "clang/Basic/Diagnostic.h"
163 // Chain in the diagnostic client which will log the diagnostics.
203 // Create the diagnostic client for reporting errors or for
214 // Chain in -diagnostic-log-file dumper, if requested.
845 // Notify the diagnostic client that all files were processed.
849 // We can have multiple diagnostics sharing one diagnostic client.
    [all...]
  /external/libchrome/dbus/
property.h 458 #pragma GCC diagnostic push
459 #pragma GCC diagnostic ignored "-Wattributes"
613 #pragma GCC diagnostic pop
  /external/llvm/docs/TableGen/
BackEnds.rst 24 Clang, on the other hand, uses it mainly for diagnostic messages (errors,
342 Generate Clang diagnostic groups.
347 Generate Clang diagnostic name index.
  /external/slf4j/slf4j-site/src/site/pages/
manual.html 425 <h3 class="doAnchor" name="mdc">Mapped Diagnostic Context (MDC) support</h3>
427 <p>"Mapped Diagnostic Context" is essentially a map maintained
433 <p>SLF4J supports MDC, or mapped diagnostic context. If the
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 856 #pragma clang diagnostic push
857 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
859 #pragma clang diagnostic pop
    [all...]
  /frameworks/base/libs/input/
PointerController.cpp 28 #pragma GCC diagnostic push
29 #pragma GCC diagnostic ignored "-Wunused-parameter"
35 #pragma GCC diagnostic pop
  /frameworks/compile/slang/
slang.cpp 385 // Inform the diagnostic client we are processing a source file
420 // Inform the diagnostic client we are processing a source file
426 // Inform the diagnostic client we are done with previous source file
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 68 #pragma clang diagnostic push
69 #pragma clang diagnostic ignored "-Wsign-conversion"
591 #pragma clang diagnostic pop
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 590 _Pragma("clang diagnostic push") \
591 _Pragma("clang diagnostic ignored \"-Winvalid-offsetof\"") \
593 _Pragma("clang diagnostic pop")
  /system/core/crash_reporter/
kernel_collector.cc 143 #pragma GCC diagnostic push
144 #pragma GCC diagnostic ignored "-Wformat-nonliteral"
146 #pragma GCC diagnostic pop
  /system/core/libbacktrace/
BacktraceOffline.cpp 41 #pragma clang diagnostic push
42 #pragma clang diagnostic ignored "-Wunused-parameter"
49 #pragma clang diagnostic pop
  /toolchain/binutils/binutils-2.25/gas/testsuite/
ChangeLog-2013 176 * gas/aarch64/diagnostic.s: Add tests.
177 * gas/aarch64/diagnostic.l: Update.
195 * gas/aarch64/diagnostic.s: Add tests.
196 * gas/aarch64/diagnostic.l: Update.
222 * gas/aarch64/diagnostic.s: Add tests.
223 * gas/aarch64/diagnostic.l: Update.
229 * gas/aarch64/diagnostic.s: Add tests of ldp/stp.
230 * gas/aarch64/diagnostic.l: Update.
    [all...]
  /external/dagger2/lib/
auto-value-1.0.jar 
  /external/bison/lib/
config.in.h     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 1 //===--- ASTDiagnostic.cpp - Diagnostic Printing Hooks for AST Nodes ------===//
10 // This file implements a diagnostic formatting hook for AST elements.
204 /// a diagnostic.
217 /// 3) Some types may have already been desugared previously in this diagnostic.
219 /// 4) Two different types within the same diagnostic have the same output
226 /// diagnostic message
266 // diagnostic. If so, don't do it again.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 74 // Diagnostic cleanup.
101 /// can lead to redundant diagnostic pieces at the same point in a path.
500 // "Visitors only" path diagnostic generation algorithm.
526 // "Minimal" path diagnostic generation algorithm.
867 // Add diagnostic pieces from custom visitors.
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /external/clang/lib/Sema/
SemaAccess.cpp 1244 unsigned diagnostic; local
    [all...]
SemaType.cpp 5217 unsigned diagnostic = local
    [all...]
  /external/opencv3/modules/imgproc/test/
test_convhull.cpp     [all...]
  /art/runtime/
mem_map.cc 29 #pragma GCC diagnostic push
30 #pragma GCC diagnostic ignored "-Wshadow"
32 #pragma GCC diagnostic pop
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 212 return true; // a diagnostic was already reported
216 return true; // a diagnostic was already reported.
286 return true; // A diagnostic was already emitted.

Completed in 1269 milliseconds

<<31323334353637383940>>