Home
last modified time | relevance | path

Searched defs:gid (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/altera/
H A Dsingle-work-item-barrier.cpp33 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 Dbug51982.c13 for (int gid = 0; gid < nxyz; gid++) { in main() local
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DUserIDResolver.h31 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
H A DProcessInfo.h59 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 DUserIDResolver.cpp36 llvm::Optional<std::string> DoGetGroupName(id_t gid) override { in DoGetGroupName()
/llvm-project-15.0.7/lldb/source/API/
H A DSBAttachInfo.cpp183 void SBAttachInfo::SetGroupID(uint32_t gid) { in SetGroupID()
219 void SBAttachInfo::SetEffectiveGroupID(uint32_t gid) { in SetEffectiveGroupID()
H A DSBLaunchInfo.cpp109 void SBLaunchInfo::SetGroupID(uint32_t gid) { in SetGroupID()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostInfoWindows.cpp34 llvm::Optional<std::string> DoGetGroupName(id_t gid) override { in DoGetGroupName()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DHostInfoPosix.cpp97 llvm::Optional<std::string> PosixUserIDResolver::DoGetGroupName(id_t gid) { in DoGetGroupName()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h102 uint16_t gid = 0; member
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp25 llvm::Optional<std::string> DoGetGroupName(id_t gid) override { in DoGetGroupName()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp70 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 DPlatformAndroid.cpp213 uint32_t gid) { in PutFile()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp377 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 DGDBRemoteCommunicationClient.cpp2022 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 DPlatformRemoteGDBServer.cpp299 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 Dnetbsd_syscall_hooks.h113 #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 Dlinux_syscall_hooks.h108 #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 DFDInterposing.cpp631 uid_t uid, gid_t gid, int mode, in __open_extended$__interposed__()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp189 uint32_t gid) { in PutFile()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h63 unsigned int gid; // gid_t member
H A Dsanitizer_platform_limits_freebsd.h111 unsigned int gid; member
H A Dsanitizer_platform_limits_netbsd.h112 u32 gid; member
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1180 uint32_t uid, uint32_t gid) { in PutFile()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1657 for (const uint32_t gid : m_index->globals().getGlobalsTable()) { in ParseTypes() local

12