reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Path.cpp
  390   const_iterator b = begin(path, style), pos = b, e = end(path);
  391   if (b != e) {
  393         b->size() > 2 && is_separator((*b)[0], style) && (*b)[1] == (*b)[0];
  393         b->size() > 2 && is_separator((*b)[0], style) && (*b)[1] == (*b)[0];
  393         b->size() > 2 && is_separator((*b)[0], style) && (*b)[1] == (*b)[0];
  393         b->size() > 2 && is_separator((*b)[0], style) && (*b)[1] == (*b)[0];
  394     bool has_drive = (real_style(style) == Style::windows) && b->endswith(":");
  403     if (!has_net && is_separator((*b)[0], style)) {
  404       return *b;