/external/libcxx/ |
D | TODO.TXT | 45 * INCOMPLETE - US 52: remove_filename() postcondition is not by itself a definition 46 * INCOMPLETE - US 53: remove_filename()'s name does not correspond to its behavior 47 * INCOMPLETE - US 54: remove_filename() is broken
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/ |
D | remove_filename.pass.cpp | 68 path& Ref = (p.remove_filename()); in main()
|
D | replace_filename.pass.cpp | 66 p2.remove_filename(); in main()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PathV2.h | 115 void remove_filename(SmallVectorImpl<char> &path);
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 129 void remove_filename(SmallVectorImpl<char> &path);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 129 void remove_filename(SmallVectorImpl<char> &path);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | CFBundle.cpp | 142 sys::path::remove_filename(RealPath); in SetFromPath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Path.h | 133 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | Path.cpp | 131 path::remove_filename(temp_store); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 408 void remove_filename(SmallVectorImpl<char> &path) { in remove_filename() function 717 path::remove_filename(path); in replace_filename()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Process.inc | 181 sys::path::remove_filename(Dir); 264 sys::path::remove_filename(Arg0);
|
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 276 llvm::sys::path::remove_filename(P); // 'clang' in AddLinkARCArgs() 277 llvm::sys::path::remove_filename(P); // 'bin' in AddLinkARCArgs() 750 llvm::sys::path::remove_filename(P); in AddCXXStdlibLibArgs() 3182 llvm::sys::path::remove_filename(P); in AddClangSystemIncludeArgs() 3183 llvm::sys::path::remove_filename(P); in AddClangSystemIncludeArgs() 3184 llvm::sys::path::remove_filename(P); in AddClangSystemIncludeArgs() 3202 llvm::sys::path::remove_filename(P); in AddClangSystemIncludeArgs() 3203 llvm::sys::path::remove_filename(P); in AddClangSystemIncludeArgs()
|
D | Driver.cpp | 2294 llvm::sys::path::remove_filename(TempPath); in GetNamedOutputPath() 2320 llvm::sys::path::remove_filename(BasePath); in GetNamedOutputPath() 2379 llvm::sys::path::remove_filename(Dir); in ScanDirForExecutable()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 177 llvm::sys::path::remove_filename(OrigDir); in findDebugBinary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 180 llvm::sys::path::remove_filename(OrigDir); in findDebugBinary()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 188 sys::path::remove_filename(Dir);
|
D | Path.inc | 106 llvm::sys::path::remove_filename(FullPath);
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 200 sys::path::remove_filename(Dir);
|
D | Path.inc | 106 llvm::sys::path::remove_filename(FullPath);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 423 llvm::sys::path::remove_filename(CachePath); in write()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 501 void remove_filename(SmallVectorImpl<char> &path) { in remove_filename() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 501 void remove_filename(SmallVectorImpl<char> &path) { in remove_filename() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 490 void remove_filename(SmallVectorImpl<char> &path, Style style) { in remove_filename() function
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 144 path::remove_filename(temp_store); in TEST()
|
/external/libcxx/include/ |
D | filesystem | 955 path& remove_filename() { 963 remove_filename();
|