Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 56) sorted by relevance

123

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dpath.cc81 if (!replacement.empty() && replacement.native()[0] != '.') in replace_extension()
83 _M_pathname += replacement.native(); in replace_extension()
96 if (begin1->native() < begin2->native()) in do_compare()
98 if (begin1->native() > begin2->native()) in do_compare()
120 const string_type& native() const noexcept { return ptr->native(); } in compare() function
523 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value()
545 return fs_err_concat(system_error::what(), _M_path1.native(), in _M_gen_what()
546 _M_path2.native()); in _M_gen_what()
A Dstd-path.cc98 if (!replacement.empty() && replacement.native()[0] != '.') in replace_extension()
112 if (begin1->native() < begin2->native()) in do_compare()
114 if (begin1->native() > begin2->native()) in do_compare()
136 const string_type& native() const noexcept { return ptr->native(); } in compare() function
344 const auto& filename = path.native(); in is_dot()
350 const auto& filename = path.native(); in is_dotdot()
382 string_type s = p.native(); in lexically_normal()
726 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value()
767 return fs_err_concat(system_error::what(), _M_path1.native(), in _M_gen_what()
768 _M_path2.native()); in _M_gen_what()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/
A Dpath.cc80 if (!replacement.empty() && replacement.native()[0] != '.') in replace_extension()
82 _M_pathname += replacement.native(); in replace_extension()
95 if (begin1->native() < begin2->native()) in do_compare()
97 if (begin1->native() > begin2->native()) in do_compare()
119 const string_type& native() const noexcept { return ptr->native(); } in compare() function
475 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Dpath.cc80 if (!replacement.empty() && replacement.native()[0] != '.') in replace_extension()
82 _M_pathname += replacement.native(); in replace_extension()
95 if (begin1->native() < begin2->native()) in do_compare()
97 if (begin1->native() > begin2->native()) in do_compare()
119 const string_type& native() const noexcept { return ptr->native(); } in compare() function
475 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Dpath.cc80 if (!replacement.empty() && replacement.native()[0] != '.') in replace_extension()
82 _M_pathname += replacement.native(); in replace_extension()
95 if (begin1->native() < begin2->native()) in do_compare()
97 if (begin1->native() > begin2->native()) in do_compare()
119 const string_type& native() const noexcept { return ptr->native(); } in compare() function
475 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dpath.cc87 if (!replacement.empty() && replacement.native()[0] != dot) in replace_extension()
89 _M_pathname += replacement.native(); in replace_extension()
102 if (begin1->native() < begin2->native()) in do_compare()
104 if (begin1->native() > begin2->native()) in do_compare()
126 const string_type& native() const noexcept { return ptr->native(); } in compare() function
529 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dpath.cc87 if (!replacement.empty() && replacement.native()[0] != dot) in replace_extension()
89 _M_pathname += replacement.native(); in replace_extension()
102 if (begin1->native() < begin2->native()) in do_compare()
104 if (begin1->native() > begin2->native()) in do_compare()
126 const string_type& native() const noexcept { return ptr->native(); } in compare() function
529 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dpath.cc87 if (!replacement.empty() && replacement.native()[0] != dot) in replace_extension()
89 _M_pathname += replacement.native(); in replace_extension()
102 if (begin1->native() < begin2->native()) in do_compare()
104 if (begin1->native() > begin2->native()) in do_compare()
126 const string_type& native() const noexcept { return ptr->native(); } in compare() function
529 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Deh_arm.cc101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() local
104 if (native) in __cxa_begin_cleanup()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Deh_arm.cc101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() local
104 if (native) in __cxa_begin_cleanup()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Deh_arm.cc101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() local
104 if (native) in __cxa_begin_cleanup()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Deh_arm.cc101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() local
104 if (native) in __cxa_begin_cleanup()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Deh_arm.cc101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() local
104 if (native) in __cxa_begin_cleanup()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Deh_arm.cc101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() local
104 if (native) in __cxa_begin_cleanup()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Deh_arm.cc101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() local
104 if (native) in __cxa_begin_cleanup()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Deh_arm.cc101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() local
104 if (native) in __cxa_begin_cleanup()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dfs_path.cc590 _M_pathname += __p.native(); in operator /=()
1310 if (!replacement.empty() && replacement.native()[0] != dot) in replace_extension()
1368 return native().compare(p.native()); in compare()
1371 if (int ret = native().compare(begin2->native())) in compare()
1383 if (int ret = begin1->native().compare(p.native())) in compare()
1395 if (int i = begin1->native().compare(begin2->native())) in compare()
1444 if (int ret = this->native().compare(cmpt.str)) in compare()
1465 if (int i = begin1->native().compare(cmpt.str)) in compare()
1660 const auto& filename = path.native(); in is_dot()
1666 const auto& filename = path.native(); in is_dotdot()
[all …]
A Dfs_ops.cc101 wstring_view s = p.native(); in absolute()
146 const auto& filename = path.native(); in is_dot()
152 const auto& filename = path.native(); in is_dotdot()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfs_path.cc590 _M_pathname += __p.native(); in operator /=()
1310 if (!replacement.empty() && replacement.native()[0] != dot) in replace_extension()
1368 return native().compare(p.native()); in compare()
1371 if (int ret = native().compare(begin2->native())) in compare()
1383 if (int ret = begin1->native().compare(p.native())) in compare()
1395 if (int i = begin1->native().compare(begin2->native())) in compare()
1444 if (int ret = this->native().compare(cmpt.str)) in compare()
1465 if (int i = begin1->native().compare(cmpt.str)) in compare()
1660 const auto& filename = path.native(); in is_dot()
1666 const auto& filename = path.native(); in is_dotdot()
[all …]
A Dfs_ops.cc101 wstring_view s = p.native(); in absolute()
146 const auto& filename = path.native(); in is_dot()
152 const auto& filename = path.native(); in is_dotdot()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_path.cc583 _M_pathname += __p.native(); in operator /=()
1303 if (!replacement.empty() && replacement.native()[0] != dot) in replace_extension()
1361 return native().compare(p.native()); in compare()
1364 if (int ret = native().compare(begin2->native())) in compare()
1376 if (int ret = begin1->native().compare(p.native())) in compare()
1388 if (int i = begin1->native().compare(begin2->native())) in compare()
1437 if (int ret = this->native().compare(cmpt.str)) in compare()
1458 if (int i = begin1->native().compare(cmpt.str)) in compare()
1653 const auto& filename = path.native(); in is_dot()
1659 const auto& filename = path.native(); in is_dotdot()
[all …]
A Dfs_ops.cc101 wstring_view s = p.native(); in absolute()
146 const auto& filename = path.native(); in is_dot()
152 const auto& filename = path.native(); in is_dotdot()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dfs_path.h245 __pathname = root_name().native(); in _GLIBCXX_VISIBILITY()
248 __pathname += __p.relative_path().native(); // XXX is this right? in _GLIBCXX_VISIBILITY()
260 _M_pathname += __p.native(); in _GLIBCXX_VISIBILITY()
321 const string_type& native() const noexcept { return _M_pathname; } in _GLIBCXX_VISIBILITY()
814 return operator+=(__p.native()); in _GLIBCXX_VISIBILITY()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A DREADME11 NOTE: While its possible to use this stuff for native != target arch,
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A DGlibc_vs_uClibc_Differences.txt86 differ slightly or be more restrictive than the native glibc counterparts.
109 native endian representation. Also, the underlying char encoding is

Completed in 55 milliseconds

123