Home
last modified time | relevance | path

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

/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/cffi/c/libffi_msvc/
Dffi.c428 #define POINTER(x) *(void**)tramp = (void*)(x), tramp += sizeof(void*) in ffi_prep_closure_loc() macro
/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/v8/src/strings/
Dstring-stream.h115 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER }; enumerator
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1765 POINTER(PyObject *self, PyObject *cls) in POINTER() function
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1817 POINTER(PyObject *self, PyObject *cls) in POINTER() function