HomeSort by relevance Sort by last modified time
    Searched refs:bugtype (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/scan-view/
Reporter.py 42 def getValue(self,r,bugtype,getConfigOption):
48 def getHTML(self,r,bugtype,getConfigOption):
53 </tr>"""%(self.getName(),r.getName(),self.getName(),self.getValue(r,bugtype,getConfigOption))
60 def getHTML(self,r,bugtype,getConfigOption):
61 default = self.getValue(r,bugtype,getConfigOption)
164 def getValue(self,r,bugtype,getConfigOption):
165 if bugtype.find("leak") != -1:
167 elif bugtype.find("dereference") != -1:
169 elif bugtype.find("missing ivar release") != -1:
  /external/qemu/distrib/sdl-1.2.15/src/audio/nto/
SDL_nto_audio.c 61 unsigned long bugtype; member in struct:BuggyCards
96 if (buggycards[it].bugtype==checkfor)
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 666 std::string BugType;
682 PathDiagnostic(const Decl *DeclWithIssue, StringRef bugtype,
729 StringRef getBugType() const { return BugType; }
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 109 StringRef bugtype, StringRef verboseDesc,
114 BugType(StripTrailingDots(bugtype)),
    [all...]

Completed in 2192 milliseconds