Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H 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
H 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
H 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
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc1669 inline bool is_dot(fs::path::value_type c) { return c == dot; } in is_dot() function
1671 inline bool is_dot(const fs::path& path) in is_dot() function
H A Dfs_ops.cc132 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
137 inline bool is_dot(const fs::path& path) in is_dot() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc1670 inline bool is_dot(fs::path::value_type c) { return c == dot; } in is_dot() function
1672 inline bool is_dot(const fs::path& path) in is_dot() function
H A Dfs_ops.cc136 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
141 inline bool is_dot(const fs::path& path) in is_dot() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc96 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function
101 inline bool is_dot(const fs::path& path) in is_dot() function
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldexp.c954 is_dot (const etree_type *tree) in is_dot() function
H A Dldlang.c4711 bool is_dot; in print_assignment() local
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldexp.c935 is_dot (const etree_type *tree) in is_dot() function
H A Dldlang.c4710 bool is_dot; in print_assignment() local