HomeSort by relevance Sort by last modified time
    Searched defs:Warnings (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Notes;
36 const_iterator warn_begin() const { return Warnings.begin(); }
37 const_iterator warn_end() const { return Warnings.end(); }
VerifyDiagnosticConsumer.h 173 DirectiveList Warnings;
178 llvm::DeleteContainerPointers(Warnings);
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 59 std::vector<std::string> Warnings;
  /external/clang/utils/analyzer/
SumTimerInfo.py 25 Warnings = 0
44 if ((("warning generated." in line) or ("warnings generated" in line)) and Mode == 1) :
46 Warnings = Warnings + int(s[0])
75 print "Warnings %d" % (Warnings)
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 236 // Warnings are non-fatal.
237 enum Warnings {
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.js 241 get warnings()
246 set warnings(x)
262 if (!this.errors && !this.warnings) {
278 if (this.warnings) {
281 warningsElement.textContent = this.warnings;
286 if (this.warnings) {
288 if (this.warnings == 1)
289 errorWarningElement.title = WebInspector.UIString("%d error, %d warning", this.errors, this.warnings);
291 errorWarningElement.title = WebInspector.UIString("%d error, %d warnings", this.errors, this.warnings);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 1 //=- AnalysisBasedWarnings.cpp - Sema warnings based on libAnalysis -*- C++ -*-=//
11 // Together they are used by Sema to issue warnings based on inexpensive
631 /// as a warning. If a particular use is one we omit warnings for, returns
    [all...]
SemaDecl.cpp     [all...]

Completed in 175 milliseconds