Home
last modified time | relevance | path

Searched refs:_Path (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Ddirectory_entry.h45 typedef _VSTD_FS::path _Path; typedef
54 explicit directory_entry(_Path const& __p) : __p_(__p) { in directory_entry()
60 directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) { in directory_entry()
70 void assign(_Path const& __p) { in assign()
77 void assign(_Path const& __p, error_code& __ec) { in assign()
83 void replace_filename(_Path const& __p) { in replace_filename()
90 void replace_filename(_Path const& __p, error_code& __ec) { in replace_filename()
102 _Path const& path() const noexcept { return __p_; } in path()
105 operator const _Path&() const noexcept { return __p_; }
308 void __assign_iter_entry(_Path&& __p, __cached_data __dt) { in __assign_iter_entry()
[all …]
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddead-stores.m101 Radar11059352_1 *_Path; field
107 Radar11059352_1 *xxxxx = _Path; // no warning
/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp99 const Twine &_Path) in DirIterImpl()
101 Path(_Path.str()) { in DirIterImpl()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp109 const Twine &_Path) in DirIterImpl()
111 Path(_Path.str()) { in DirIterImpl()