/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/ |
D | replace_extension.pass.cpp | 61 path& Ref = (p.replace_extension(TC.extension)); in main() 68 path& Ref = (p.replace_extension()); in main()
|
/external/libcxx/ |
D | TODO.TXT | 48 * 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/ |
D | PathV2.h | 127 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 143 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension);
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 143 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.cpp | 81 sys::path::replace_extension(Out, ".a"); in getImplibPath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | llvm-rc.cpp | 165 llvm::sys::path::replace_extension(OutputFile, "res"); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 63 sys::path::replace_extension(Val, ".lib"); in getOutputPath()
|
/external/llvm/lib/LibDriver/ |
D | LibDriver.cpp | 64 llvm::sys::path::replace_extension(Val, ".lib"); in getOutputPath()
|
/external/llvm/tools/llvm-cov/ |
D | gcov.cpp | 37 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cvtres/ |
D | llvm-cvtres.cpp | 142 sys::path::replace_extension(OutputFile, ".obj"); in main()
|
/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 71 llvm::sys::path::replace_extension(Path, in RewriteFilename()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | gcov.cpp | 37 sys::path::replace_extension(CoverageFileStem, ""); in reportCoverage()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Path.h | 147 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | Path.cpp | 134 path::replace_extension(temp_store, "ext"); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 332 sys::path::replace_extension(Filename, NewStem); in mangleName() 339 sys::path::replace_extension(Filename, NewStem); in mangleName()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 439 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/ |
D | GCOVProfiling.cpp | 465 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/ |
D | PathV2.cpp | 414 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) { in replace_extension() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | llvm-pdbutil.cpp | 1212 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/ |
D | ToolRunner.cpp | 229 sys::path::replace_extension(Storage, EXESuffix); in PrependMainExecutablePath()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 348 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/ |
D | ToolRunner.cpp | 243 sys::path::replace_extension(Storage, EXESuffix); in PrependMainExecutablePath()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 507 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) { in replace_extension() function
|
/external/llvm/lib/Support/ |
D | Path.cpp | 507 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) { in replace_extension() function
|