Searched defs:POINTER (Results 1 – 11 of 11) sorted by relevance
/external/libabigail/tests/data/test-diff-filter/ |
D | test47-filter-void-ptr-change-v0.c | 6 typedef const void* POINTER; typedef
|
D | test47-filter-void-ptr-change-v1.c | 6 typedef const char* POINTER; typedef
|
/external/clang/test/Analysis/ |
D | edges-new.mm | 570 #define POINTER(T) T* macro 571 POINTER(void) testMacroInFunctionDecl(void *q) { function
|
/external/llvm-project/clang/test/Analysis/ |
D | edges-new.mm | 570 #define POINTER(T) T* macro 571 POINTER(void) testMacroInFunctionDecl(void *q) { function
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | attr.h | 27 OPTIONAL, PARAMETER, PASS, POINTER, PRIVATE, PROTECTED, PUBLIC, PURE, in ENUM_CLASS() argument
|
/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/ |
D | declarations.py | 33 POINTER = rf'''(?: variable
|
/external/libchrome/base/strings/ |
D | safe_sprintf.h | 138 enum Type { INT, UINT, STRING, POINTER }; enumerator
|
/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/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/cpython3/Modules/_ctypes/ |
D | callproc.c | 1876 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
|