Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project/clang/test/CodeCompletion/
H A Daccessibility.cpp5 int prot; member in X
14 static int prot; member in Unrelated
79 static int prot; member in Outer
H A Daccessibility-crash.cpp5 int prot; member in X
/llvm-project/clang/test/CXX/class.access/class.access.base/
H A Dp1.cpp12 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 Dmmap-writeexec.c47 // 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 Dsafestack_platform.h106 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 D2003-11-18-CondExprLValue.c5 void split_large_page(unsigned long addr, pgprot_t prot) in split_large_page()
/llvm-project/flang/test/Semantics/
H A Dresolve57.f9026 real, protected :: prot variable
113 real, protected :: prot variable
H A Ddefinable01.f904 module prot module
5 real, protected :: prot variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp30 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 Dsanitizer_netbsd.cpp97 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 Dmain.c14 char *checked_mmap(size_t page_size, int prot) { in checked_mmap()
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp45 vm_prot_t prot) { in SetProtections() argument
[all...]
/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h65 lldb::addr_t length, unsigned prot, in GetMmapArgumentList() argument
/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp159 unsigned prot, unsigned flags, in GetMmapArgumentList()
/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c28 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in mmap()
/llvm-project/bolt/runtime/
H A Dsys_aarch64.h91 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 Dsys_x86_64.h90 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 DPlatformFreeBSD.cpp174 unsigned prot, unsigned flags, in GetMmapArgumentList()
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp132 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 DInferiorCallPOSIX.cpp37 addr_t addr, addr_t length, unsigned prot, in InferiorCallMmap() argument
/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp195 unsigned prot, unsigned flags, in GetMmapArgumentList()
/llvm-project/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp300 unsigned prot, unsigned flags, in GetMmapArgumentList()
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DPerf.cpp101 PerfEvent::DoMmap(void *addr, size_t length, int prot, int flags, in DoMmap()
/llvm-project/clang/test/SemaObjC/
H A Ddefault-synthesize.m162 @property (assign) id prot; property
/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp156 void *mmap(void *addr, size_t length, int prot, int flags, int fd, in mmap()

12