Home
last modified time | relevance | path

Searched defs:memptr (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/SemaCXX/
Dmember-pointers-2.cpp18 Test0 *memptr; member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc119 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign()
/external/clang/test/CodeGenCXX/
Dnew.cpp103 struct Bmemptr { int Bmemptr::* memptr; int a; }; member
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc129 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR()
Dasan_malloc_mac.cc131 INTERCEPTOR(int, posix_memalign, void **memptr, size_t alignment, size_t size) { in INTERCEPTOR()
Dasan_allocator2.cc638 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, in asan_posix_memalign()
Dasan_allocator.cc756 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, in asan_posix_memalign()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc113 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc643 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR()