Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp40 inline Style real_style(Style style) { in real_style() function
49 if (real_style(style) == Style::windows) in separators()
55 if (real_style(style) == Style::windows) in preferred_separator()
70 if (real_style(style) == Style::windows) { in find_first_component()
102 if (real_style(style) == Style::windows) { in filename_pos()
117 if (real_style(style) == Style::windows) { in root_dir_start()
279 (real_style(S) == Style::windows && Component.endswith(":"))) { in operator ++()
367 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_path()
393 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_name()
410 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_directory()
[all …]