Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp68 FileSpec::FileSpec() : m_style(GetNativeStyle()) {} in FileSpec()
71 FileSpec::FileSpec(llvm::StringRef path, Style style) : m_style(style) { in FileSpec()
169 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); } in SetFile()
178 m_style = (style == Style::native) ? GetNativeStyle() : style; in SetFile()
187 llvm::sys::path::remove_dots(resolved, true, m_style); in SetFile()
190 if (m_style == Style::windows) in SetFile()
203 llvm::StringRef filename = llvm::sys::path::filename(resolved, m_style); in SetFile()
207 llvm::StringRef directory = llvm::sys::path::parent_path(resolved, m_style); in SetFile()
327 char path_separator = GetPreferredPathSeparator(m_style); in Dump()
332 FileSpec::Style FileSpec::GetPathStyle() const { return m_style; } in GetPathStyle()
[all …]
/external/llvm-project/lldb/include/lldb/Utility/
DFileSpec.h205 bool IsCaseSensitive() const { return m_style != Style::windows; } in IsCaseSensitive()
410 Style m_style; ///< The syntax that this path uses (e.g. Windows / Posix)
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp350 TestStyle m_style; member
374 pThis->m_style = style; in globalThreadDataNew()
446 threadInfoGlobal->m_vectorSize, threadInfoGlobal->m_style, in test_integer_ops_do_thread()