/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.cpp | 64 DECLARE__REAL_AND_INTERNAL64(uptr, mmap, void *addr, uptr /*size_t*/ length, in DECLARE__REAL_AND_INTERNAL64() argument 69 DECLARE__REAL_AND_INTERNAL(uptr, munmap, void *addr, uptr length) { in DECLARE__REAL_AND_INTERNAL() argument 91 DECLARE__REAL_AND_INTERNAL(uptr, close, fd_t fd) { in DECLARE__REAL_AND_INTERNAL() argument 105 DECLARE__REAL_AND_INTERNAL(uptr, read, fd_t fd, void *buf, uptr count) { in DECLARE__REAL_AND_INTERNAL() argument 109 DECLARE__REAL_AND_INTERNAL(uptr, write, fd_t fd, const void *buf, uptr count) { in DECLARE__REAL_AND_INTERNAL() argument 114 DECLARE__REAL_AND_INTERNAL(uptr, ftruncate, fd_t fd, uptr size) { in DECLARE__REAL_AND_INTERNAL() argument 118 DECLARE__REAL_AND_INTERNAL64(uptr, stat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument 122 DECLARE__REAL_AND_INTERNAL64(uptr, lstat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument 126 DECLARE__REAL_AND_INTERNAL64(uptr, fstat, fd_t fd, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument 137 DECLARE__REAL_AND_INTERNAL(uptr, dup, int oldfd) { in DECLARE__REAL_AND_INTERNAL() argument [all …]
|
H A D | sanitizer_thread_arg_retval.cpp | 103 data_.forEach([&](DenseMap<uptr, Data>::value_type& kv) -> bool { in GetAllPtrsLocked()
|
H A D | sanitizer_suppressions.cpp | 63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile() argument
|
H A D | sanitizer_common.cpp | 360 InstallMallocFreeHooks(void (* malloc_hook)(const void *,uptr),void (* free_hook)(const void *)) InstallMallocFreeHooks() argument 406 __sanitizer_install_malloc_and_free_hooks(void (* malloc_hook)(const void *,uptr),void (* free_hook)(const void *)) __sanitizer_install_malloc_and_free_hooks() argument [all...] |
H A D | sanitizer_internal_defs.h | 143 typedef unsigned long long uptr; global() typedef [all...] |
H A D | sanitizer_linux.cpp | 1229 ForEachMappedRegion(link_map * map,void (* cb)(const void *,uptr)) ForEachMappedRegion() argument [all...] |
/llvm-project/compiler-rt/test/tsan/ |
H A D | race_range_pc.cpp | 9 typedef unsigned long uptr; typedef
|
H A D | bench_shadow_flush.cpp | 16 typedef unsigned long uptr; typedef
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_globals_win.cpp | 26 static void call_on_globals(void (*hook)(__asan_global *, uptr)) { in call_on_globals() argument
|
H A D | asan_malloc_linux.cpp | 115 INTERCEPTOR(uptr,malloc_usable_size,void * ptr) INTERCEPTOR() argument [all...] |
H A D | asan_interceptors.cpp | 88 DECLARE_REAL_AND_INTERCEPTOR(void *,malloc,uptr) DECLARE_REAL_AND_INTERCEPTOR() argument [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | char8_t.cpp | 22 const unsigned char* uptr = u8"foo"; // expected-error {{cannot initialize}} variable
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 106 INTERCEPTOR(uptr,malloc_usable_size,void * ptr) INTERCEPTOR() argument [all...] |
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | internal_defs.h | 81 typedef uintptr_t uptr; typedef
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 114 INTERCEPTOR(uptr,malloc_usable_size,void * ptr) INTERCEPTOR() argument
|
/llvm-project/clang/test/Analysis/ |
H A D | cxx-uninitialized-object.cpp | 459 SimpleUnion *uptr; member in UnionPointerTest1 462 UnionPointerTest1(SimpleUnion *uptr, int) : uptr(uptr) { in UnionPointerTest1() 483 SimpleUnion *uptr; // no-note member in UnionPointerTest2 486 UnionPointerTest2(SimpleUnion *uptr, char) : uptr(uptr) {} in UnionPointerTest2()
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common.cpp | 371 ProcessThreads(SuspendedThreadsList const &,Frontier *,tid_t,uptr) ProcessThreads() argument 492 __anon3b35e5890102(void *dtls_begin, void *dtls_end, uptr , void *arg) ProcessThreads() argument [all...] |
H A D | lsan_interceptors.cpp | 157 INTERCEPTOR(uptr,malloc_usable_size,void * ptr) INTERCEPTOR() argument [all...] |
/llvm-project/compiler-rt/lib/interception/ |
H A D | interception.h | 347 typedef unsigned long long uptr; global() typedef
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 303 INTERCEPTOR(uptr,strxfrm,char * dst,const char * src,uptr size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 739 TSAN_INTERCEPTOR(uptr,malloc_usable_size,void * p) TSAN_INTERCEPTOR() argument 2791 TSAN_INTERCEPTOR(uptr,__tls_get_addr_internal,void * arg) TSAN_INTERCEPTOR() argument [all...] |
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 237 INTERCEPTOR(uptr,malloc_usable_size,void * ptr) INTERCEPTOR() argument [all...] |