Home
last modified time | relevance | path

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

/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/llvm-project/clang/test/Analysis/
Dedges-new.mm570 #define POINTER(T) T* macro
571 POINTER(void) testMacroInFunctionDecl(void *q) { function
/external/llvm-project/flang/include/flang/Semantics/
Dattr.h27 OPTIONAL, PARAMETER, PASS, POINTER, PRIVATE, PROTECTED, PUBLIC, PURE, in ENUM_CLASS() argument
/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/
Ddeclarations.py33 POINTER = rf'''(?: variable
/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_msvc/
Dffi.c428 #define POINTER(x) *(void**)tramp = (void*)(x), tramp += sizeof(void*) in ffi_prep_closure_loc() macro
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1876 POINTER(PyObject *self, PyObject *cls) in POINTER() function
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1817 POINTER(PyObject *self, PyObject *cls) in POINTER() function