Home
last modified time | relevance | path

Searched defs:uptr (Results 1 – 22 of 22) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp64 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 Dsanitizer_thread_arg_retval.cpp103 data_.forEach([&](DenseMap<uptr, Data>::value_type& kv) -> bool { in GetAllPtrsLocked()
H A Dsanitizer_suppressions.cpp63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile() argument
H A Dsanitizer_common.cpp360 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 Dsanitizer_internal_defs.h143 typedef unsigned long long uptr; global() typedef
[all...]
H A Dsanitizer_linux.cpp1229 ForEachMappedRegion(link_map * map,void (* cb)(const void *,uptr)) ForEachMappedRegion() argument
[all...]
/llvm-project/compiler-rt/test/tsan/
H A Drace_range_pc.cpp9 typedef unsigned long uptr; typedef
H A Dbench_shadow_flush.cpp16 typedef unsigned long uptr; typedef
/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals_win.cpp26 static void call_on_globals(void (*hook)(__asan_global *, uptr)) { in call_on_globals() argument
H A Dasan_malloc_linux.cpp115 INTERCEPTOR(uptr,malloc_usable_size,void * ptr) INTERCEPTOR() argument
[all...]
H A Dasan_interceptors.cpp88 DECLARE_REAL_AND_INTERCEPTOR(void *,malloc,uptr) DECLARE_REAL_AND_INTERCEPTOR() argument
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dchar8_t.cpp22 const unsigned char* uptr = u8"foo"; // expected-error {{cannot initialize}} variable
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp106 INTERCEPTOR(uptr,malloc_usable_size,void * ptr) INTERCEPTOR() argument
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h81 typedef uintptr_t uptr; typedef
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp114 INTERCEPTOR(uptr,malloc_usable_size,void * ptr) INTERCEPTOR() argument
/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object.cpp459 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 Dlsan_common.cpp371 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 Dlsan_interceptors.cpp157 INTERCEPTOR(uptr,malloc_usable_size,void * ptr) INTERCEPTOR() argument
[all...]
/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h347 typedef unsigned long long uptr; global() typedef
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp303 INTERCEPTOR(uptr,strxfrm,char * dst,const char * src,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp739 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 Dmsan_interceptors.cpp237 INTERCEPTOR(uptr,malloc_usable_size,void * ptr) INTERCEPTOR() argument
[all...]