HomeSort by: relevance | last modified time | path
    Searched defs:__rhs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_path.cc 524 basic_string_view<value_type> __rhs = __p._M_pathname; local
527 __rhs = {};
530 __rhs.remove_prefix(__p._M_cmpts.front()._M_pathname.size());
532 const size_t __len = __lhs.size() + (int)__add_sep + __rhs.size();
542 __tmp += __rhs;
551 _M_pathname += __rhs;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_path.cc 503 basic_string_view<value_type> __rhs = __p._M_pathname; local
506 __rhs = {};
509 __rhs.remove_prefix(__p._M_cmpts.front()._M_pathname.size());
511 const size_t __len = __lhs.size() + (int)__add_sep + __rhs.size();
521 __tmp += __rhs;
530 _M_pathname += __rhs;

Completed in 23 milliseconds