Home
last modified time | relevance | path

Searched refs:POSIX (Results 1 – 25 of 104) sorted by relevance

12345

/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-relative-source-lines.test99 POSIX: SourceFiles:
102 POSIX: Subsections:
111 POSIX: SourceFiles:
121 POSIX-NEXT: - cwd
123 POSIX-NEXT: - exe
125 POSIX-NEXT: - pdb
127 POSIX-NEXT: - cmd
133 POSIX-LABEL: IpiStream:
135 POSIX-NEXT: StringId:
139 POSIX-NEXT: StringId:
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/
H A DCMakeLists.txt3 add_subdirectory(POSIX)
6 add_subdirectory(POSIX)
9 add_subdirectory(POSIX)
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/concurrency/
H A Dmt-unsafe.rst40 `posix` means POSIX defined thread-unsafe functions. POSIX.1-2001
46 non-POSIX thread-unsafe ones (e.g. getopt_long(3)). Glibc's list is
48 https://www.gnu.org/software/libc/manual/html_node/POSIX-Safety-Concepts.html
/llvm-project-15.0.7/libc/src/__support/threads/
H A Dthread.h45 enum class ThreadStyle : uint8_t { POSIX = 0x1, STDC = 0x2 }; enumerator
97 style(ThreadStyle::POSIX), retval(), platform_data(nullptr) {} in alignas()
110 return run(ThreadStyle::POSIX, runner, arg, stack, size, detached);
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Linux/
H A DBUILD.gn12 "//lldb/source/Plugins/Platform/POSIX",
16 # Reaches into Plugins/Platform/POSIX.
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBSocket.cpp102 err.SetError(errno, DNBError::POSIX); in Listen()
143 err.SetError(errno, DNBError::POSIX); in Listen()
248 err.SetError(errno, DNBError::POSIX); in OpenFile()
296 err.SetError(errno, DNBError::POSIX); in Read()
329 err.SetError(errno, DNBError::POSIX); in Write()
H A DDNBError.h27 POSIX = 2 enumerator
69 m_flavor = POSIX; in SetErrorToErrno()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/elf-core/
H A DBUILD.gn6 "//lldb/source/Plugins/DynamicLoader/POSIX-DYLD",
14 # Reaches into Plugins/DynamicLoader/POSIX-DYLD.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsignal-handler.rst26 ``abort()``, ``_Exit()``, ``quick_exit()`` and ``signal()``. Value ``POSIX``
27 selects a larger set of functions that is listed in POSIX.1-2017 (see `this
36 Default is ``POSIX``.
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn26 "//lldb/source/Plugins/Platform/POSIX",
33 # Reaches into Plugins/Platform/POSIX.
/llvm-project-15.0.7/utils/bazel/
H A Dterminfo.bzl43 This routine will only reliably work on roughly POSIX-y systems as it
56 # Look for Clang, GCC, and the POSIX / UNIX specified C compiler
71 POSIX-y and GCC-ish compiler and environment and shouldn't be expected to
171 …doc = "Require that one of the candidates is detected successfully on POSIX platforms where it is …
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h56 POSIX, // POSIX Threads enumerator
403 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dresponse.test40 # RUN: FileCheck -DMSG=%errc_ENOENT %s --check-prefix=POSIX
41 # POSIX: error: blahfoo: [[MSG]]
/llvm-project-15.0.7/lldb/unittests/Process/POSIX/
H A DCMakeLists.txt9 ${LLDB_SOURCE_DIR}/source/Plugins/Process/POSIX)
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/
H A DCMakeLists.txt3 add_subdirectory(POSIX-DYLD)
/llvm-project-15.0.7/lldb/source/Plugins/Platform/
H A DCMakeLists.txt8 add_subdirectory(POSIX)
/llvm-project-15.0.7/lldb/unittests/Process/
H A DCMakeLists.txt4 add_subdirectory(POSIX)
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp235 {bugprone::SignalHandlerCheck::AsyncSafeFunctionSetKind::POSIX, in getEnumMapping()
304 Options.get("AsyncSafeFunctionSet", AsyncSafeFunctionSetKind::POSIX)), in SignalHandlerCheck()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/POSIX/
H A DBUILD.gn1 static_library("POSIX") {
/llvm-project-15.0.7/libc/include/sys/
H A Dmman.h.def1 //===-- POSIX header mman.h -----------------------------------------------===//
H A Dstat.h.def1 //===-- POSIX header stat.h -----------------------------------------------===//
/llvm-project-15.0.7/libc/include/
H A Ddirent.h.def1 //===-- POSIX header dirent.h ---------------------------------------------===//
/llvm-project-15.0.7/clang/utils/TestUtils/
H A Dpch-test.pl7 use POSIX;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/POSIX/
H A DBUILD.gn1 static_library("POSIX") {
/llvm-project-15.0.7/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/
H A Dmodule.modulemap8 module POSIX {

12345