/llvm-project/clang/test/CodeCompletion/ |
H A D | accessibility.cpp | 5 int prot; member in X 14 static int prot; member in Unrelated 79 static int prot; member in Outer
|
H A D | accessibility-crash.cpp | 5 int prot; member in X
|
/llvm-project/clang/test/CXX/class.access/class.access.base/ |
H A D | p1.cpp | 12 protected: int prot; static int sprot; // expected-note 4 {{declared protected here}} member in test0::Base 61 protected: int prot; static int sprot; // expected-note 4 {{declared protected here}} member in test1::Base 112 int prot; // expected-note {{declared protected here}} \ member in test2::Base
|
/llvm-project/clang/test/Analysis/ |
H A D | mmap-writeexec.c | 47 // gh62285: no crash on non concrete arg 'prot' in gh62285() argument 35 int prot = PROT_WRITE | PROT_EXEC; f2() local
|
/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack_platform.h | 106 Mmap(void * addr,size_t length,int prot,int flags,int fd,off_t offset) Mmap() argument 129 Mprotect(void * addr,size_t length,int prot) Mprotect() argument [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | 2003-11-18-CondExprLValue.c | 5 void split_large_page(unsigned long addr, pgprot_t prot) in split_large_page()
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve57.f90 | 26 real, protected :: prot variable 113 real, protected :: prot variable
|
H A D | definable01.f90 | 4 module prot module 5 real, protected :: prot variable
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_s390.cpp | 30 uptr internal_mmap(void *addr, uptr length, int prot, int flags, int fd, in internal_mmap() 35 unsigned long prot; in internal_mmap() member
|
H A D | sanitizer_netbsd.cpp | 97 uptr internal_mmap(void *addr, uptr length, int prot, int flags, int fd, in internal_mmap() 114 int internal_mprotect(void *addr, uptr length, int prot) { in internal_mprotect()
|
/llvm-project/lldb/test/API/linux/aarch64/mte_tag_access/ |
H A D | main.c | 14 char *checked_mmap(size_t page_size, int prot) { in checked_mmap()
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachVMRegion.cpp | 45 vm_prot_t prot) { in SetProtections() argument [all...] |
/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.h | 65 lldb::addr_t length, unsigned prot, in GetMmapArgumentList() argument
|
/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
H A D | PlatformOpenBSD.cpp | 159 unsigned prot, unsigned flags, in GetMmapArgumentList()
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | WindowsMMap.c | 28 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in mmap()
|
/llvm-project/bolt/runtime/ |
H A D | sys_aarch64.h | 91 void *__mmap(uint64_t addr, uint64_t size, uint64_t prot, uint64_t flags, in __mmap() 274 int __mprotect(void *addr, size_t len, int prot) { in __mprotect()
|
H A D | sys_x86_64.h | 90 void *__mmap(uint64_t addr, uint64_t size, uint64_t prot, uint64_t flags, in __mmap() 279 int __mprotect(void *addr, size_t len, int prot) { in __mprotect()
|
/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
H A D | PlatformFreeBSD.cpp | 174 unsigned prot, unsigned flags, in GetMmapArgumentList()
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 132 INTERCEPTOR(void *,mmap,void * addr,SIZE_T length,int prot,int flags,int fd,OFF_T offset) INTERCEPTOR() argument 146 INTERCEPTOR(void *,mmap64,void * addr,SIZE_T length,int prot,int flags,int fd,OFF64_T offset) INTERCEPTOR() argument [all...] |
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 37 addr_t addr, addr_t length, unsigned prot, in InferiorCallMmap() argument
|
/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 195 unsigned prot, unsigned flags, in GetMmapArgumentList()
|
/llvm-project/lldb/source/Plugins/Platform/Linux/ |
H A D | PlatformLinux.cpp | 300 unsigned prot, unsigned flags, in GetMmapArgumentList()
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | Perf.cpp | 101 PerfEvent::DoMmap(void *addr, size_t length, int prot, int flags, in DoMmap()
|
/llvm-project/clang/test/SemaObjC/ |
H A D | default-synthesize.m | 162 @property (assign) id prot; property
|
/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_wrappers.cpp | 156 void *mmap(void *addr, size_t length, int prot, int flags, int fd, in mmap()
|