Searched defs:_ptr (Results 1 – 9 of 9) sorted by relevance
36 .globl _ptr ; @ptr symbol38 _ptr: label
83 .globl _ptr symbol86 _ptr: label
28 CFCReleaser(T ptr = NULL) : _ptr(ptr) {} in _ptr() function
27 CFReleaser(T ptr = NULL) : _ptr(ptr) {} in _ptr() function
131 #define _LIBUNWIND_REMEMBER_FREE(_ptr) \ argument136 #define _LIBUNWIND_REMEMBER_FREE(_ptr) _freea(_ptr) argument140 #define _LIBUNWIND_REMEMBER_FREE(_ptr) free(_ptr) argument145 #define _LIBUNWIND_REMEMBER_FREE(_ptr) free(_ptr) argument
12 const char* _ptr; member
139 void *_ptr; field
25 T* _ptr; member in dnvd::simple_ptr 251 T* _ptr; member in dnvd::simple_ptr2
182 …StackPointerTest1(int *_ptr, StackPointerTest1::RecordType *_recPtr) : ptr(_ptr), recPtr(_recPtr) { in StackPointerTest1()206 …StackPointerTest2(int *_ptr, RecordType *_recPtr) : ptr(_ptr), recPtr(_recPtr) { // expected-warni… in StackPointerTest2()228 StackPointerTest2(int *_ptr, RecordType *_recPtr) : ptr(_ptr), recPtr(_recPtr) { in StackPointerTest2()