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

Lines Matching refs:Path

22 use File::Path qw( rmtree mkpath );
286 # UpdateInFilePath - Update the path in the report file.
566 my $Path = <IN>;
567 if (defined $Path) { UpdatePrefix($Path); }
718 <td class="Q">Path Length</td>
1131 --use-cc [compiler path]
1132 --use-cc=[compiler path]
1142 this option to specify a path to that compiler.
1144 --use-c++ [compiler path]
1145 --use-c++=[compiler path]
1179 --use-analyzer [Xcode|path to clang]
1180 --use-analyzer=[Xcode|path to clang]
1184 'clang' packaged with Xcode (on OS X) or from the PATH.
1413 # Construct an absolute path. Uses the current working directory
1414 # as a base if the original path was not absolute.