Home
last modified time | relevance | path

Searched defs:beg (Results 1 – 25 of 50) sorted by relevance

12

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp82 static bool TryProtectRange(uptr beg, uptr end) { in TryProtectRange()
89 static void ProtectRange(uptr beg, uptr end) { in ProtectRange()
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp42 void ReportMapRange(const char *descr, uptr beg, uptr size) { in ReportMapRange() argument
49 static bool CheckMemoryRangeAvailability(uptr beg, uptr size, bool verbose) { in CheckMemoryRangeAvailability() argument
62 static bool ProtectMemoryRange(uptr beg, uptr size, const char *name) { in ProtectMemoryRange() argument
[all...]
H A Dmsan_poisoning.cpp48 uptr beg = d & ~3UL; in CopyOrigin() local
116 uptr beg = d & ~3UL; ReverseCopyOrigin() local
235 uptr beg = x & ~3UL; // align down. SetOrigin() local
[all...]
/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h24 uptr beg; member
H A Dasan_interface_internal.h49 uptr beg; // The address of the global. member
H A Dasan_poisoning.cpp109 ShadowSegmentEndpoint beg(beg_addr); __asan_poison_memory_region() local
149 ShadowSegmentEndpoint beg(beg_addr); __asan_unpoison_memory_region() local
173 __asan_region_is_poisoned(uptr beg,uptr size) __asan_region_is_poisoned() argument
600 uptr beg = reinterpret_cast<uptr>(beg_p); __sanitizer_contiguous_container_find_bad_address() local
635 uptr beg = reinterpret_cast<uptr>(container_beg_p); __sanitizer_double_ended_contiguous_container_find_bad_address() local
[all...]
H A Dasan_fake_stack.cpp118 uptr beg = reinterpret_cast<uptr>(GetFrame(stack_size_log, 0, 0)); in AddrIsInFakeStack() local
293 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg, in __asan_addr_is_in_fake_stack()
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
H A Duser_defined_char_type.pass.cpp89 for (; beg != end; ++beg) in scan_is() argument
96 for (; beg != end; ++beg) in scan_not() argument
110 widen(const char * beg,const char * end,char_type * dst) const widen() argument
117 narrow(const char_type * beg,const char_type * end,char,char * dst) const narrow() argument
[all...]
/llvm-project/libcxx/test/std/ranges/range.utility/range.subrange/
H A Dprimitives.pass.cpp46 SizedSentinelForwardIter beg(buff, &minusWasCalled), end(buff + 5, &minusWasCalled); in test() local
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dgc-test.cpp24 void *beg, *end; in Thread() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp22 collection::const_iterator beg = m_infos.begin(); in FindAttributeIndex() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.h48 uptr beg, size; member
H A Dsanitizer_linux.h130 inline void ReleaseMemoryPagesToOSAndZeroFill(uptr beg, uptr end) { in ReleaseMemoryPagesToOSAndZeroFill() argument
H A Dsanitizer_allocator_primary32.h146 void UnmapWithCallback(uptr beg, uptr size) { in UnmapWithCallback() argument
160 uptr beg = ComputeRegionBeg(mem); in GetMetaData() local
209 uptr beg = ComputeRegionBeg(mem); in GetBlockBegin() local
H A Dsanitizer_coverage_libcdep_new.cpp191 Cov8bitCountersInit(char * beg,char * end) Cov8bitCountersInit() argument
197 CovPcsInit(const uptr * beg,const uptr * end) CovPcsInit() argument
277 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_pcs_init,const uptr * beg,const uptr * end) SANITIZER_INTERFACE_WEAK_DEF() argument
H A Dsanitizer_common_libcdep.cpp162 void ReserveShadowMemoryRange(uptr beg, uptr end, const char *name, in ReserveShadowMemoryRange() argument
[all...]
H A Dsanitizer_allocator_primary64.h266 uptr beg = chunk_idx * size; GetBlockBegin() local
711 MapWithCallback(uptr beg,uptr size,const char * name) MapWithCallback() argument
723 MapWithCallbackOrDie(uptr beg,uptr size,const char * name) MapWithCallbackOrDie() argument
733 UnmapWithCallbackOrDie(uptr beg,uptr size) UnmapWithCallbackOrDie() argument
[all...]
H A Dsanitizer_posix_libcdep.cpp58 void ReleaseMemoryPagesToOS(uptr beg, uptr end) { in ReleaseMemoryPagesToOS() argument
291 IsAccessibleMemoryRange(uptr beg,uptr size) IsAccessibleMemoryRange() argument
H A Dsanitizer_file.cpp214 const char *beg = path; FindPathToBinary() local
H A Dsanitizer_allocator_secondary.h230 uptr beg = 0, end = n - 1; in GetBlockBeginFastLocked() local
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp250 uptr beg = OriginAlignDown(d); in CopyOrigin() local
302 uptr beg in ReverseCopyOrigin() local
365 uptr beg = OriginAlignDown(x); SetOrigin() local
506 WriteZeroShadowInRange(uptr beg,uptr end) WriteZeroShadowInRange() argument
1133 CheckMemoryRangeAvailability(uptr beg,uptr size,bool verbose) CheckMemoryRangeAvailability() argument
1147 ProtectMemoryRange(uptr beg,uptr size,const char * name) ProtectMemoryRange() argument
[all...]
H A Ddfsan_allocator.cpp187 void *beg = allocator.GetBlockBegin(p); AllocationBegin() local
201 const void *beg = allocator.GetBlockBegin(p); AllocationSize() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dcontiguous_container.cpp125 char *beg = st_beg; in TestDoubleEndedContainer() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp200 uptr beg = reinterpret_cast<uptr>(res); in mmap_interceptor() local
219 uptr beg = reinterpret_cast<uptr>(addr); in munmap_interceptor() local
H A Dhwasan_allocator.cpp419 const void *beg = allocator.GetBlockBegin(untagged_ptr); AllocationBegin() local
434 const void *beg = allocator.GetBlockBegin(untagged_ptr); AllocationSize() local

12