Home | History | Annotate | Download | only in scan-build

Lines Matching refs:DieDiag

83 sub DieDiag {
153 DieDiag("directory '$Dir' exists but is not readable.\n");
186 DieDiag("'$Dir' exists but is not a directory.\n");
190 DieDiag("The directory '/tmp' does not exist or cannot be accessed.\n");
212 DieDiag("The directory '$NewDir' already exists.\n");
247 DieDiag("Cannot read $FName to compute Digest.\n") if (! -r $FName);
253 open(FILE, $FName) or DieDiag("Cannot open $FName when computing Digest.\n");
373 open(IN, "$Dir/$FName") or DieDiag("Cannot open '$Dir/$FName'\n");
438 DieDiag("Cannot find 'sorttable.js'.\n")
443 DieDiag("Could not copy 'sorttable.js' to '$Dir'.\n")
448 DieDiag("Cannot find 'scanview.css'.\n")
453 DieDiag("Could not copy 'scanview.css' to '$Dir'.\n")
565 open IN, "$Dir/failures/$file" or DieDiag("cannot open $file\n");
574 open(OUT, ">", $FName) or DieDiag("Cannot create file '$FName'\n");
1410 DieDiag("'-o' option requires a target directory name.\n");
1425 DieDiag("'--html-title' option requires a string.\n");
1448 DieDiag("'--use-cc' option requires a compiler executable name.\n");
1466 DieDiag("'--use-c++' option requires a compiler executable name.\n");
1582 DieDiag("unrecognized option '$arg'\n") if ($arg =~ /^-/);
1600 DieDiag("error: Cannot find an executable 'clang' relative to scan-build." .
1610 DieDiag("Cannot find 'xcrun' to find 'clang' for analysis.\n");
1615 DieDiag("No 'clang' executable found by 'xcrun'\n");
1621 DieDiag("Cannot find an executable clang at '$AnalyzerDiscoveryMethod'\n");
1665 DieDiag("'ccc-analyzer' does not exist at '$Cmd'\n") if(! -e $Cmd);
1669 DieDiag("'c++-analyzer' does not exist at '$CmdCXX'\n") if(! -e $CmdCXX);