Home
last modified time | relevance | path

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

/third_party/libabigail/tests/data/test-read-ctf/
Dtest2.c6 typedef const void* POINTER; typedef
/third_party/libabigail/tests/data/test-diff-filter/
Dtest47-filter-void-ptr-change-v1.c6 typedef const char* POINTER; typedef
Dtest47-filter-void-ptr-change-v0.c6 typedef const void* POINTER; typedef
/third_party/node/deps/v8/src/strings/
Dstring-stream.h118 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER }; enumerator
/third_party/python/Modules/_ctypes/
Dcallproc.c1890 POINTER(PyObject *self, PyObject *cls) in POINTER() function