Home
last modified time | relevance | path

Searched defs:POINTER (Results 1 – 9 of 9) sorted by relevance

/external/libabigail/tests/data/test-read-ctf/
Dtest2.c6 typedef const void* POINTER; typedef
/external/libabigail/tests/data/test-diff-filter/
Dtest47-filter-void-ptr-change-v0.c6 typedef const void* POINTER; typedef
Dtest47-filter-void-ptr-change-v1.c6 typedef const char* POINTER; typedef
/external/clang/test/Analysis/
Dedges-new.mm570 #define POINTER(T) T* macro
571 POINTER(void) testMacroInFunctionDecl(void *q) { function
/external/libchrome/base/strings/
Dsafe_sprintf.h138 enum Type { INT, UINT, STRING, POINTER }; enumerator
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi.c442 #define POINTER(x) *(void**)tramp = (void*)(x), tramp += sizeof(void*) in ffi_prep_closure_loc() macro
/external/python/cffi/c/libffi_x86_x64/
Dffi.c432 #define POINTER(x) *(void**)tramp = (void*)(x), tramp += sizeof(void*) in ffi_prep_closure_loc() macro
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1817 POINTER(PyObject *self, PyObject *cls) in POINTER() function
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1882 POINTER(PyObject *self, PyObject *cls) in POINTER() function