Home
last modified time | relevance | path

Searched refs:real_style (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDPath.cpp39 inline Style real_style(Style style) { in real_style() function
48 if (real_style(style) == Style::windows) in separators()
54 if (real_style(style) == Style::windows) in preferred_separator()
69 if (real_style(style) == Style::windows) { in find_first_component()
101 if (real_style(style) == Style::windows) { in filename_pos()
116 if (real_style(style) == Style::windows) { in root_dir_start()
262 (real_style(S) == Style::windows && Component.endswith(":"))) { in operator ++()
351 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_path()
377 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_name()
394 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_directory()
[all …]