Home
last modified time | relevance | path

Searched defs:win (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dimplicit_deduction_guides.pass.cpp91 const WStr win(L"abcdef"); in test() local
105 const WStr win(L"abcdef"); in test() local
119 const WStr win(L"abcdef"); in test() local
133 const WStr win(L"abcdef"); in test() local
220 const WStr win(L"abcdef"); in test() local
234 const WStr win(L"abcdef"); in test() local
248 WStr win(L"abcdef"); in test() local
262 WStr win(L"abcdef"); in test() local
/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/
H A Dimplicit_deduction_guides.pass.cpp41 const WSV win(L"abcdef"); in main() local
/llvm-project/libcxx/src/filesystem/
H A Derror.h39 DWORD win; __win_err_to_errc() member
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h226 UnwindMap win; member
/llvm-project/lldb/utils/lui/
H A Dcui.py246 def __init__(self, win, history, enterCallback, tabCompleteCallback): argument
/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp275 auto win = FileSpec::Style::windows; in TEST() local