Searched defs:has_root_name (Results 1 – 8 of 8) sorted by relevance
233 path::has_root_name() const in has_root_name() function in path
75 const bool has_root_name = p.has_root_name(); in absolute() local
252 path::has_root_name() const in has_root_name() function in path
69 const bool has_root_name = p.has_root_name(); in absolute() local
673 bool has_root_name = root_path.first.type == _Type::_Root_name; in _M_append() local1585 path::has_root_name() const noexcept in has_root_name() function in path
674 bool has_root_name = root_path.first.type == _Type::_Root_name; in _M_append() local1586 path::has_root_name() const noexcept in has_root_name() function in path
613 bool has_root_name(const Twine &path, Style style) { in has_root_name() function