Searched defs:POINTER (Results 1 – 9 of 9) sorted by relevance
6 typedef const void* POINTER; typedef
6 typedef const char* POINTER; typedef
570 #define POINTER(T) T* macro571 POINTER(void) testMacroInFunctionDecl(void *q) { function
138 enum Type { INT, UINT, STRING, POINTER }; enumerator
442 #define POINTER(x) *(void**)tramp = (void*)(x), tramp += sizeof(void*) in ffi_prep_closure_loc() macro
432 #define POINTER(x) *(void**)tramp = (void*)(x), tramp += sizeof(void*) in ffi_prep_closure_loc() macro
1817 POINTER(PyObject *self, PyObject *cls) in POINTER() function
1882 POINTER(PyObject *self, PyObject *cls) in POINTER() function