Home
last modified time | relevance | path

Searched defs:is_dot (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dstd-path.cc337 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
342 inline bool is_dot(const fs::path& path) in is_dot() function
A Dops.cc91 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
96 inline bool is_dot(const fs::path& path) in is_dot() function
A Dstd-ops.cc116 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
121 inline bool is_dot(const fs::path& path) in is_dot() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_path.cc1649 inline bool is_dot(fs::path::value_type c) { return c == dot; } in is_dot() function
1651 inline bool is_dot(const fs::path& path) in is_dot() function
A Dfs_ops.cc139 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
144 inline bool is_dot(const fs::path& path) in is_dot() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dfs_path.cc1656 inline bool is_dot(fs::path::value_type c) { return c == dot; } in is_dot() function
1658 inline bool is_dot(const fs::path& path) in is_dot() function
A Dfs_ops.cc139 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
144 inline bool is_dot(const fs::path& path) in is_dot() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops.cc90 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
95 inline bool is_dot(const fs::path& path) in is_dot() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfs_path.cc1656 inline bool is_dot(fs::path::value_type c) { return c == dot; } in is_dot() function
1658 inline bool is_dot(const fs::path& path) in is_dot() function
A Dfs_ops.cc139 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
144 inline bool is_dot(const fs::path& path) in is_dot() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops.cc90 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
95 inline bool is_dot(const fs::path& path) in is_dot() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops.cc90 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
95 inline bool is_dot(const fs::path& path) in is_dot() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/
A Dops.cc92 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
97 inline bool is_dot(const fs::path& path) in is_dot() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Dops.cc92 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
97 inline bool is_dot(const fs::path& path) in is_dot() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Dops.cc92 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
97 inline bool is_dot(const fs::path& path) in is_dot() function

Completed in 61 milliseconds