Home
last modified time | relevance | path

Searched defs:Windows (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dbuild.rst86 Windows section in Preliminaries
265 Windows subsection
H A Dtest.rst653 …teByName <https://lldb.llvm.org/python_reference/lldb.SBTarget-class.html#BreakpointCreateByName>`_
/openbsd-src/gnu/llvm/lldb/docs/status/
H A Dstatus.rst36 Windows chapter
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h60 enum class JSONCommandLineSyntax { Windows, Gnu, AutoDetect }; enumerator
/openbsd-src/gnu/llvm/clang/docs/
H A DUsersManual.rst3827 Windows subsection
3835 Cygwin
3840 MinGW32
3852 MinGW-w64
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5122delta.pod253 =head2 Windows section in Platform Specific Notes
H A Dperl589delta.pod1471 =head3 Windows subsection
1793 =head3 Windows subsection
[all...]
H A Dperl5360delta.pod1080 =head2 Windows section in Platform Support
H A Dperl5140delta.pod2930 =head3 Windows global() subsection
[all...]
/openbsd-src/gnu/llvm/llvm/docs/
H A DCompilerWriterInfo.rst186 Windows section in ABI
H A DCMake.rst1080 Windows section in Compiler/Platform-specific topics
/openbsd-src/games/phantasia/
H A Dphantglobs.c22 bool Windows; /* set if we are set up for curses stuff */ variable
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Ddriver.cpp397 enum { Default, POSIX, Windows } RSPQuoting = Default; in clang_main() enumerator
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp108 typedef std::vector<WindowSP> Windows; typedef