Home
last modified time | relevance | path

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

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