Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/CodeGenCXX/
H A Dthunk-returning-memptr.cpp5 typedef void (X::*memptr)(); typedef
H A Dmicrosoft-abi-member-pointers.cpp374 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 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/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/clang/test/SemaCXX/
H A Dmember-pointers-2.cpp18 Test0 *memptr; member
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp57 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
H A Dtsan_mman.cpp322 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 Dlsan_malloc_mac.cpp39 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
H A Dlsan_allocator.cpp179 int lsan_posix_memalign(void **memptr, uptr alignment, uptr size, in lsan_posix_memalign()
H A Dlsan_interceptors.cpp108 INTERCEPTOR(int,posix_memalign,void ** memptr,uptr alignment,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cpp44 # define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
H A Dasan_malloc_linux.cpp141 INTERCEPTOR(int,posix_memalign,void ** memptr,uptr alignment,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp43 __sanitizer_posix_memalign(void ** memptr,uptr alignment,uptr size) __sanitizer_posix_memalign() argument
H A Dhwasan_allocator.cpp516 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 Dsanitizer_allocator_testlib.cpp149 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign()
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp128 return memprof_posix_memalign(memptr, alignment, size, &stack); in INTERCEPTOR() argument
H A Dmemprof_allocator.cpp734 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 Duse-nullptr-basic.cpp130 int Baz::*memptr(0); in test_cxx_cases() local
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp85 int res = dfsan_posix_memalign(memptr, alignment, size); in INTERCEPTOR() argument
H A Ddfsan_allocator.cpp282 dfsan_posix_memalign(void ** memptr,uptr alignment,uptr size) dfsan_posix_memalign() argument
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp185 INTERCEPTOR(int,posix_memalign,void ** memptr,uptr align,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp400 msan_posix_memalign(void ** memptr,uptr alignment,uptr size,BufferedStackTrace * stack) msan_posix_memalign() argument
/llvm-project/llvm/lib/Support/rpmalloc/
H A Dmalloc.c106 extern inline int RPMALLOC_CDECL posix_memalign(void **memptr, size_t alignment, in posix_memalign()

12