/llvm-project/clang/test/CodeGenCXX/ |
H A D | thunk-returning-memptr.cpp | 5 typedef void (X::*memptr)(); typedef
|
H A D | microsoft-abi-member-pointers.cpp | 374 int POD::*memptr; in podMemPtrs() local 393 int Polymorphic::*memptr; polymorphicMemPtrs() local 446 loadDataMemberPointerVirtual(Virtual * o,int Virtual::* memptr) loadDataMemberPointerVirtual() argument 472 loadDataMemberPointerUnspecified(Unspecified * o,int Unspecified::* memptr) loadDataMemberPointerUnspecified() argument 501 callMemberPointerSingle(Single * o,void (Single::* memptr)()) callMemberPointerSingle() argument 514 callMemberPointerMultiple(Multiple * o,void (Multiple::* memptr)()) callMemberPointerMultiple() argument 525 callMemberPointerVirtualBase(Virtual * o,void (Virtual::* memptr)()) callMemberPointerVirtualBase() argument [all...] |
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/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/clang/test/SemaCXX/ |
H A D | member-pointers-2.cpp | 18 Test0 *memptr; member
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cpp | 57 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
|
H A D | tsan_mman.cpp | 322 int user_posix_memalign(ThreadState *thr, uptr pc, void **memptr, uptr align, in user_posix_memalign() argument
|
/llvm-project/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 | 179 int lsan_posix_memalign(void **memptr, uptr alignment, uptr size, in lsan_posix_memalign()
|
H A D | lsan_interceptors.cpp | 108 INTERCEPTOR(int,posix_memalign,void ** memptr,uptr alignment,uptr size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_mac.cpp | 44 # define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
|
H A D | asan_malloc_linux.cpp | 141 INTERCEPTOR(int,posix_memalign,void ** memptr,uptr alignment,uptr size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocation_functions.cpp | 43 __sanitizer_posix_memalign(void ** memptr,uptr alignment,uptr size) __sanitizer_posix_memalign() argument
|
H A D | hwasan_allocator.cpp | 516 hwasan_posix_memalign(void ** memptr,uptr alignment,uptr size,StackTrace * stack) hwasan_posix_memalign() argument
|
/llvm-project/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/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 128 return memprof_posix_memalign(memptr, alignment, size, &stack); in INTERCEPTOR() argument
|
H A D | memprof_allocator.cpp | 734 memprof_posix_memalign(void ** memptr,uptr alignment,uptr size,BufferedStackTrace * stack) memprof_posix_memalign() argument
|
/llvm-project/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/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 85 int res = dfsan_posix_memalign(memptr, alignment, size); in INTERCEPTOR() argument
|
H A D | dfsan_allocator.cpp | 282 dfsan_posix_memalign(void ** memptr,uptr alignment,uptr size) dfsan_posix_memalign() argument
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 185 INTERCEPTOR(int,posix_memalign,void ** memptr,uptr align,uptr size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_allocator.cpp | 400 msan_posix_memalign(void ** memptr,uptr alignment,uptr size,BufferedStackTrace * stack) msan_posix_memalign() argument
|
/llvm-project/llvm/lib/Support/rpmalloc/ |
H A D | malloc.c | 106 extern inline int RPMALLOC_CDECL posix_memalign(void **memptr, size_t alignment, in posix_memalign()
|