Home
last modified time | relevance | path

Searched refs:replace_extension (Results 1 – 25 of 33) sorted by relevance

12

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
Dreplace_extension.pass.cpp61 path& Ref = (p.replace_extension(TC.extension)); in main()
68 path& Ref = (p.replace_extension()); in main()
/external/libcxx/
DTODO.TXT48 * INCOMPLETE - US 55: replace_extension()'s use of path as parameter is inappropriate
49 * INCOMPLETE - US 56: Remove replace_extension()'s conditional addition of period
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV2.h127 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h143 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension);
/external/llvm/include/llvm/Support/
DPath.h143 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp81 sys::path::replace_extension(Out, ".a"); in getImplibPath()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
Dllvm-rc.cpp165 llvm::sys::path::replace_extension(OutputFile, "res"); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp63 sys::path::replace_extension(Val, ".lib"); in getOutputPath()
/external/llvm/lib/LibDriver/
DLibDriver.cpp64 llvm::sys::path::replace_extension(Val, ".lib"); in getOutputPath()
/external/llvm/tools/llvm-cov/
Dgcov.cpp37 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cvtres/
Dllvm-cvtres.cpp142 sys::path::replace_extension(OutputFile, ".obj"); in main()
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp71 llvm::sys::path::replace_extension(Path, in RewriteFilename()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
Dgcov.cpp37 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DPath.h147 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp134 path::replace_extension(temp_store, "ext"); in TEST()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp332 sys::path::replace_extension(Filename, NewStem); in mangleName()
339 sys::path::replace_extension(Filename, NewStem); in mangleName()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp439 sys::path::replace_extension(Filename, NewStem); in mangleName()
446 sys::path::replace_extension(Filename, NewStem); in mangleName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp465 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName()
471 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda"); in mangleName()
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp414 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) { in replace_extension() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp1212 llvm::sys::path::replace_extension(OutFile, "merged.pdb"); in mergePdbs()
1381 sys::path::replace_extension(OutputFilename, ".pdb"); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DToolRunner.cpp229 sys::path::replace_extension(Storage, EXESuffix); in PrependMainExecutablePath()
/external/clang/lib/Driver/
DTools.cpp348 llvm::sys::path::replace_extension(P, "o"); in AddPreprocessingOptions()
479 llvm::sys::path::replace_extension(P, "pch"); in AddPreprocessingOptions()
485 llvm::sys::path::replace_extension(P, "pth"); in AddPreprocessingOptions()
491 llvm::sys::path::replace_extension(P, "gch"); in AddPreprocessingOptions()
3306 llvm::sys::path::replace_extension(T, "dwo"); in SplitDebugName()
3313 llvm::sys::path::replace_extension(F, "dwo"); in SplitDebugName()
5304 llvm::sys::path::replace_extension(Path, ".cache"); in ConstructJob()
5336 llvm::sys::path::replace_extension(VFSDir, ".cache"); in ConstructJob()
10035 llvm::sys::path::replace_extension(ImplibName, "lib"); in ConstructJob()
10129 llvm::sys::path::replace_extension(linkPath, "exe"); in ConstructJob()
[all …]
/external/llvm/tools/bugpoint/
DToolRunner.cpp243 sys::path::replace_extension(Storage, EXESuffix); in PrependMainExecutablePath()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp507 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) { in replace_extension() function
/external/llvm/lib/Support/
DPath.cpp507 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) { in replace_extension() function

12