Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Ddead-stores.m101 Radar11059352_1 *_Path; field
107 Radar11059352_1 *xxxxx = _Path; // no warning
/external/libcxx/include/
Dfilesystem1944 typedef _VSTD_FS::path _Path;
1953 explicit directory_entry(_Path const& __p) : __p_(__p) {
1959 directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) {
1969 void assign(_Path const& __p) {
1976 void assign(_Path const& __p, error_code& __ec) {
1982 void replace_filename(_Path const& __p) {
1989 void replace_filename(_Path const& __p, error_code& __ec) {
2001 _Path const& path() const noexcept { return __p_; }
2004 operator const _Path&() const noexcept { return __p_; }
2201 void __assign_iter_entry(_Path&& __p, __cached_data __dt) {
[all …]
/external/clang/lib/Basic/
DVirtualFileSystem.cpp255 RealFSDirIter(const Twine &_Path, std::error_code &EC) in RealFSDirIter() argument
256 : Path(_Path.str()), Iter(Path, EC) { in RealFSDirIter()
1755 const Twine &_Path, RedirectingFileSystem &FS, in VFSFromYamlDirIterImpl() argument
1758 : Dir(_Path.str()), FS(FS), Current(Begin), End(End) { in VFSFromYamlDirIterImpl()
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp84 const Twine &_Path) in DirIterImpl()
86 Path(_Path.str()) { in DirIterImpl()