Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dthunk-returning-memptr.cpp5 typedef void (X::*memptr)(); typedef
H A Dmicrosoft-abi-member-pointers.cpp373 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 Dcxx1y-initializer-aggregate.cpp43 int C::*memptr; member
H A Dpr33080.cpp25 void memptr(void (A::*a)(int) __unaligned) {} in memptr() function
H A Dnew.cpp127 struct Bmemptr { int Bmemptr::* memptr; int a; }; member
/llvm-project-15.0.7/clang/test/SemaObjCXX/Inputs/
H A Dnullability-consistency-1.h19 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 Dscudo_malloc.cpp44 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmember-pointers-2.cpp18 Test0 *memptr; member
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_malloc_mac.cpp39 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
H A Dlsan_allocator.cpp156 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 Dtsan_malloc_mac.cpp42 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
H A Dtsan_mman.cpp286 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 Dtsan_malloc_mac.cpp42 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
H A Dtsan_mman.cpp308 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 Dasan_malloc_mac.cpp41 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
H A Dasan_malloc_linux.cpp144 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp32 int __sanitizer_posix_memalign(void **memptr, uptr alignment, uptr size) { in __sanitizer_posix_memalign()
H A Dhwasan_allocator.cpp432 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 Dsanitizer_allocator_testlib.cpp149 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 Dmemprof_malloc_linux.cpp130 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR()
H A Dmemprof_allocator.cpp669 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 Duse-nullptr-basic.cpp130 int Baz::*memptr(0); in test_cxx_cases() local
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp253 int dfsan_posix_memalign(void **memptr, uptr alignment, uptr size) { in dfsan_posix_memalign()
H A Ddfsan_interceptors.cpp85 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 Dmsan_allocator.cpp338 int msan_posix_memalign(void **memptr, uptr alignment, uptr size, in msan_posix_memalign()

12