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

  /external/clang/tools/scan-build/
scan-build 375 my $BugType = "";
386 if (/<!-- BUGTYPE (.*) -->$/) {
387 $BugType = $1;
424 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine,
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 360 my $BugType = "";
370 if (/<!-- BUGTYPE (.*) -->$/) {
371 $BugType = $1;
403 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugLine,
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 360 my $BugType = "";
370 if (/<!-- BUGTYPE (.*) -->$/) {
371 $BugType = $1;
403 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugLine,
    [all...]

Completed in 41 milliseconds