| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-relative-source-lines.test | 99 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 D | CMakeLists.txt | 3 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 D | mt-unsafe.rst | 40 `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 D | thread.h | 45 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 D | BUILD.gn | 12 "//lldb/source/Plugins/Platform/POSIX", 16 # Reaches into Plugins/Platform/POSIX.
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBSocket.cpp | 102 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 D | DNBError.h | 27 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 D | BUILD.gn | 6 "//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 D | signal-handler.rst | 26 ``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 D | BUILD.gn | 26 "//lldb/source/Plugins/Platform/POSIX", 33 # Reaches into Plugins/Platform/POSIX.
|
| /llvm-project-15.0.7/utils/bazel/ |
| H A D | terminfo.bzl | 43 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 D | TargetOptions.h | 56 POSIX, // POSIX Threads enumerator 403 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | response.test | 40 # 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 D | CMakeLists.txt | 9 ${LLDB_SOURCE_DIR}/source/Plugins/Process/POSIX)
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/ |
| H A D | CMakeLists.txt | 3 add_subdirectory(POSIX-DYLD)
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/ |
| H A D | CMakeLists.txt | 8 add_subdirectory(POSIX)
|
| /llvm-project-15.0.7/lldb/unittests/Process/ |
| H A D | CMakeLists.txt | 4 add_subdirectory(POSIX)
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | SignalHandlerCheck.cpp | 235 {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 D | BUILD.gn | 1 static_library("POSIX") {
|
| /llvm-project-15.0.7/libc/include/sys/ |
| H A D | mman.h.def | 1 //===-- POSIX header mman.h -----------------------------------------------===//
|
| H A D | stat.h.def | 1 //===-- POSIX header stat.h -----------------------------------------------===//
|
| /llvm-project-15.0.7/libc/include/ |
| H A D | dirent.h.def | 1 //===-- POSIX header dirent.h ---------------------------------------------===//
|
| /llvm-project-15.0.7/clang/utils/TestUtils/ |
| H A D | pch-test.pl | 7 use POSIX;
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/POSIX/ |
| H A D | BUILD.gn | 1 static_library("POSIX") {
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/ |
| H A D | module.modulemap | 8 module POSIX {
|