/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | InterfaceStubs.cpp | 38 llvm::sys::path::replace_extension(OutputFilename, in ConstructJob() 53 llvm::sys::path::replace_extension(InputFilename, ".ifs"); in ConstructJob()
|
H A D | CrossWindows.cpp | 160 llvm::sys::path::replace_extension(ImpLib, ".lib"); in ConstructJob()
|
H A D | Clang.cpp | 953 llvm::sys::path::replace_extension(CoverageFilename, "gcno"); in addPGOAndCoverageFlags() 963 llvm::sys::path::replace_extension(CoverageFilename, "gcda"); in addPGOAndCoverageFlags() 1211 llvm::sys::path::replace_extension(P, "o"); in AddPreprocessingOptions() 1317 llvm::sys::path::replace_extension(P, "pch"); in AddPreprocessingOptions() 1322 llvm::sys::path::replace_extension(P, "gch"); in AddPreprocessingOptions() 1529 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions() 1545 llvm::sys::path::replace_extension(F, ""); in renderRemarksOptions() 1550 llvm::sys::path::replace_extension(F, OldExtension); in renderRemarksOptions() 1557 llvm::sys::path::replace_extension(F, Extension); in renderRemarksOptions() 3459 llvm::sys::path::replace_extension(Path, ".cache"); in RenderModulesOptions() [all …]
|
H A D | Cuda.cpp | 672 llvm::sys::path::replace_extension(Filename, "cubin"); in getInputFilename()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/ |
H A D | TODO.TXT | 47 * INCOMPLETE - US 55: replace_extension()'s use of path as parameter is inappropriate 48 * INCOMPLETE - US 56: Remove replace_extension()'s conditional addition of period
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/ |
H A D | llvm-ml.cpp | 85 sys::path::replace_extension(Program, ""); in GetTriple() 304 sys::path::replace_extension(DefaultOutputFilename, FileType); in main()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
H A D | cc1_main.cpp | 256 llvm::sys::path::replace_extension(Path, "json"); in cc1_main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Path.h | 148 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/ |
H A D | llvm-cvtres.cpp | 158 sys::path::replace_extension(OutputFile, ".obj"); in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | gcov.cpp | 36 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 78 llvm::sys::path::replace_extension(Path, in RewriteFilename()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 64 sys::path::replace_extension(Val, ".lib"); in getDefaultOutputPath()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
H A D | path.cc | 71 path::replace_extension(const path& replacement) in replace_extension() function in path
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
H A D | path.cc | 71 path::replace_extension(const path& replacement) in replace_extension() function in path
|
H A D | std-path.cc | 78 path::replace_extension(const path& replacement) in replace_extension() function in path
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/ |
H A D | ClangScanDeps.cpp | 200 llvm::sys::path::replace_extension(ObjFileName, "o"); in getObjFilePath()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 590 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName() 596 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | llvm-rc.cpp | 557 llvm::sys::path::replace_extension(OutputFile, "res"); in parseRcOptions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 1340 llvm::sys::path::replace_extension(OutFile, "merged.pdb"); in mergePdbs() 1512 sys::path::replace_extension(OutputFilename, ".pdb"); in main()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 1467 llvm::sys::path::replace_extension(ReproCrashFilename, ".crash"); in generateCompilationDiagnostics() 1481 llvm::sys::path::replace_extension(Script, "sh"); in generateCompilationDiagnostics() 4833 llvm::sys::path::replace_extension(Filename, Extension); in MakeCLOutputFilename() 4980 llvm::sys::path::replace_extension(Output, ""); in GetNamedOutputPath() 5211 llvm::sys::path::replace_extension(Output, ".pch"); in GetClPchPath()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Path.cpp | 478 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, in replace_extension() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_path.h | 337 path& replace_extension(const path& __replacement = path()); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | fs_path.h | 345 path& replace_extension(const path& __replacement = path()); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | fs_path.h | 446 path& replace_extension(const path& __replacement = path()); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_path.h | 333 path& replace_extension(const path& __replacement = path()); in _GLIBCXX_VISIBILITY()
|