| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | thunk-returning-memptr.cpp | 5 typedef void (X::*memptr)(); typedef
|
| H A D | microsoft-abi-member-pointers.cpp | 373 int POD::*memptr; in podMemPtrs() local 392 int Polymorphic::*memptr; in polymorphicMemPtrs() local 445 int loadDataMemberPointerVirtual(Virtual *o, int Virtual::*memptr) { in loadDataMemberPointerVirtual() 474 int loadDataMemberPointerUnspecified(Unspecified *o, int Unspecified::*memptr) { in loadDataMemberPointerUnspecified() 506 void callMemberPointerSingle(Single *o, void (Single::*memptr)()) { in callMemberPointerSingle() 520 void callMemberPointerMultiple(Multiple *o, void (Multiple::*memptr)()) { in callMemberPointerMultiple() 533 void callMemberPointerVirtualBase(Virtual *o, void (Virtual::*memptr)()) { in callMemberPointerVirtualBase()
|
| H A D | cxx1y-initializer-aggregate.cpp | 43 int C::*memptr; member
|
| H A D | pr33080.cpp | 25 void memptr(void (A::*a)(int) __unaligned) {} in memptr() function
|
| H A D | new.cpp | 127 struct Bmemptr { int Bmemptr::* memptr; int a; }; member
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/Inputs/ |
| H A D | nullability-consistency-1.h | 19 int X:: *memptr; // expected-warning{{member pointer is missing a nullability type specifier}} variable
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_malloc.cpp | 44 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | member-pointers-2.cpp | 18 Test0 *memptr; member
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_malloc_mac.cpp | 39 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
|
| H A D | lsan_allocator.cpp | 156 int lsan_posix_memalign(void **memptr, uptr alignment, uptr size, in lsan_posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_malloc_mac.cpp | 42 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
|
| H A D | tsan_mman.cpp | 286 int user_posix_memalign(ThreadState *thr, uptr pc, void **memptr, uptr align, in user_posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_malloc_mac.cpp | 42 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
|
| H A D | tsan_mman.cpp | 308 int user_posix_memalign(ThreadState *thr, uptr pc, void **memptr, uptr align, in user_posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_malloc_mac.cpp | 41 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
|
| H A D | asan_malloc_linux.cpp | 144 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocation_functions.cpp | 32 int __sanitizer_posix_memalign(void **memptr, uptr alignment, uptr size) { in __sanitizer_posix_memalign()
|
| H A D | hwasan_allocator.cpp | 432 int hwasan_posix_memalign(void **memptr, uptr alignment, uptr size, in hwasan_posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_allocator_testlib.cpp | 149 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 130 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR()
|
| H A D | memprof_allocator.cpp | 669 int memprof_posix_memalign(void **memptr, uptr alignment, uptr size, in memprof_posix_memalign()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-nullptr-basic.cpp | 130 int Baz::*memptr(0); in test_cxx_cases() local
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_allocator.cpp | 253 int dfsan_posix_memalign(void **memptr, uptr alignment, uptr size) { in dfsan_posix_memalign()
|
| H A D | dfsan_interceptors.cpp | 85 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cpp | 338 int msan_posix_memalign(void **memptr, uptr alignment, uptr size, in msan_posix_memalign()
|