| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/altera/ |
| H A D | single-work-item-barrier.cpp | 33 int gid = get_global_id(0); in success_barrier_both_ids() local 61 int gid = get_global_id(0); in success_nokernel_barrier_both_ids() local 93 int gid = get_global_id(0); in success_barrier_both_ids() local 121 int gid = get_global_id(0); in success_nokernel_barrier_both_ids() local 181 int gid = get_global_id(0); in success_barrier_both_ids() local 209 int gid = get_global_id(0); in success_nokernel_barrier_both_ids() local 269 int gid = get_global_id(0); in success_barrier_both_ids() local 297 int gid = get_global_id(0); in success_nokernel_barrier_both_ids() local
|
| /llvm-project-15.0.7/openmp/libomptarget/test/offloading/ |
| H A D | bug51982.c | 13 for (int gid = 0; gid < nxyz; gid++) { in main() local
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | UserIDResolver.h | 31 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
|
| H A D | ProcessInfo.h | 59 void SetGroupID(uint32_t gid) { m_gid = gid; } in SetGroupID() 133 void SetEffectiveGroupID(uint32_t gid) { m_egid = gid; } in SetEffectiveGroupID()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | UserIDResolver.cpp | 36 llvm::Optional<std::string> DoGetGroupName(id_t gid) override { in DoGetGroupName()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 183 void SBAttachInfo::SetGroupID(uint32_t gid) { in SetGroupID() 219 void SBAttachInfo::SetEffectiveGroupID(uint32_t gid) { in SetEffectiveGroupID()
|
| H A D | SBLaunchInfo.cpp | 109 void SBLaunchInfo::SetGroupID(uint32_t gid) { in SetGroupID()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | HostInfoWindows.cpp | 34 llvm::Optional<std::string> DoGetGroupName(id_t gid) override { in DoGetGroupName()
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | HostInfoPosix.cpp | 97 llvm::Optional<std::string> PosixUserIDResolver::DoGetGroupName(id_t gid) { in DoGetGroupName()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 102 uint16_t gid = 0; member
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ProcessInstanceInfoTest.cpp | 25 llvm::Optional<std::string> DoGetGroupName(id_t gid) override { in DoGetGroupName()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 70 uint32_t gid = UINT32_MAX) { in chown_file() 93 uint32_t gid) { in PutFile()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroid.cpp | 213 uint32_t gid) { in PutFile()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 377 uint32_t gid = UINT32_MAX; in Handle_qfProcessInfo() local 387 uint32_t gid = UINT32_MAX; in Handle_qfProcessInfo() local 455 uint32_t gid = packet.GetU32(UINT32_MAX); in Handle_qGroupName() local
|
| H A D | GDBRemoteCommunicationClient.cpp | 2022 uint32_t gid = UINT32_MAX; in DecodeProcessInfoResponse() local 2026 uint32_t gid = UINT32_MAX; in DecodeProcessInfoResponse() local 2383 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 299 PlatformRemoteGDBServer::DoGetGroupName(UserIDResolver::id_t gid) { in DoGetGroupName() 632 uint32_t uid, uint32_t gid) { in PutFile()
|
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 113 #define __sanitizer_syscall_pre_chown(path, uid, gid) \ argument 116 #define __sanitizer_syscall_post_chown(res, path, uid, gid) \ argument 647 #define __sanitizer_syscall_pre_fchown(fd, uid, gid) \ argument 650 #define __sanitizer_syscall_post_fchown(res, fd, uid, gid) \ argument 951 #define __sanitizer_syscall_pre_setgid(gid) \ argument 953 #define __sanitizer_syscall_post_setgid(res, gid) \ argument 1453 #define __sanitizer_syscall_pre_lchown(path, uid, gid) \ argument 1456 #define __sanitizer_syscall_post_lchown(res, path, uid, gid) \ argument 1499 #define __sanitizer_syscall_pre___posix_chown(path, uid, gid) \ argument 1502 #define __sanitizer_syscall_post___posix_chown(res, path, uid, gid) \ argument [all …]
|
| H A D | linux_syscall_hooks.h | 108 #define __sanitizer_syscall_pre_setgid(gid) \ argument 110 #define __sanitizer_syscall_post_setgid(res, gid) \ argument 136 #define __sanitizer_syscall_pre_setfsgid(gid) \ argument 138 #define __sanitizer_syscall_post_setfsgid(res, gid) \ argument 859 #define __sanitizer_syscall_pre_setgid16(gid) \ argument 861 #define __sanitizer_syscall_post_setgid16(res, gid) \ argument 897 #define __sanitizer_syscall_pre_setfsgid16(gid) \ argument 899 #define __sanitizer_syscall_post_setfsgid16(res, gid) \ argument
|
| /llvm-project-15.0.7/lldb/examples/interposing/darwin/fd_interposing/ |
| H A D | FDInterposing.cpp | 631 uid_t uid, gid_t gid, int mode, in __open_extended$__interposed__()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 189 uint32_t gid) { in PutFile()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.h | 63 unsigned int gid; // gid_t member
|
| H A D | sanitizer_platform_limits_freebsd.h | 111 unsigned int gid; member
|
| H A D | sanitizer_platform_limits_netbsd.h | 112 u32 gid; member
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 1180 uint32_t uid, uint32_t gid) { in PutFile()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1657 for (const uint32_t gid : m_index->globals().getGlobalsTable()) { in ParseTypes() local
|