Searched defs:memptr (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/SemaCXX/ |
D | member-pointers-2.cpp | 18 Test0 *memptr; member
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 119 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign()
|
/external/clang/test/CodeGenCXX/ |
D | new.cpp | 103 struct Bmemptr { int Bmemptr::* memptr; int a; }; member
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 129 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR()
|
D | asan_malloc_mac.cc | 131 INTERCEPTOR(int, posix_memalign, void **memptr, size_t alignment, size_t size) { in INTERCEPTOR()
|
D | asan_allocator2.cc | 638 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, in asan_posix_memalign()
|
D | asan_allocator.cc | 756 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, in asan_posix_memalign()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 113 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 643 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR()
|