Searched defs:POINTER (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Analysis/ |
D | edges-new.mm | 570 #define POINTER(T) T* macro 571 POINTER(void) testMacroInFunctionDecl(void *q) { function
|
/external/libchrome/base/strings/ |
D | safe_sprintf.h | 138 enum Type { INT, UINT, STRING, POINTER }; enumerator
|
/external/python/cffi/c/libffi_msvc/ |
D | ffi.c | 428 #define POINTER(x) *(void**)tramp = (void*)(x), tramp += sizeof(void*) in ffi_prep_closure_loc() macro
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | ffi.c | 442 #define POINTER(x) *(void**)tramp = (void*)(x), tramp += sizeof(void*) in ffi_prep_closure_loc() macro
|
/external/v8/src/strings/ |
D | string-stream.h | 115 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER }; enumerator
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 1765 POINTER(PyObject *self, PyObject *cls) in POINTER() function
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 1817 POINTER(PyObject *self, PyObject *cls) in POINTER() function
|