/external/elfutils/backends/ |
D | aarch64_unwind.c | 47 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in EBLHOOK() 53 if (!getfunc(LR_REG, 1, &lr, arg)) in EBLHOOK() 59 if (!getfunc(FP_REG, 1, &fp, arg)) in EBLHOOK() 62 if (!getfunc(SP_REG, 1, &sp, arg)) in EBLHOOK()
|
D | x86_64_unwind.c | 44 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in x86_64_unwind() argument 53 if (!getfunc(fpReg, 1, &fp, arg) || fp == 0) in x86_64_unwind() 58 if (!getfunc(spReg, 1, &sp, arg)) in x86_64_unwind()
|
D | ppc64_unwind.c | 49 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in EBLHOOK() 56 if (! getfunc (SP_REG, 1, &sp, arg)) in EBLHOOK() 60 if (! getfunc (LR_REG, 1, &lr, arg) in EBLHOOK()
|
D | i386_unwind.c | 49 ebl_tid_registers_t *setfunc, ebl_tid_registers_get_t *getfunc, in i386_unwind() argument 57 if (! getfunc (ESP, 2, regs, arg)) in i386_unwind()
|
D | s390_unwind.c | 47 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc, in s390_unwind() argument 70 if (! getfunc (0 + 15, 1, &this_sp, arg)) in s390_unwind()
|
/external/python/cpython2/Lib/plat-mac/Carbon/ |
D | ControlAccessor.py | 30 setfunc, getfunc = _accessdict[selector] 44 setfunc, getfunc = _accessdict[selector] 45 return getfunc(control, part, selector, data)
|
/external/elfutils/libebl/ |
D | eblunwind.c | 37 ebl_tid_registers_get_t *getfunc, ebl_pid_memory_read_t *readfunc, in ebl_unwind() argument 43 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep); in ebl_unwind()
|
D | ebl-hooks.h | 178 ebl_tid_registers_get_t *getfunc,
|
D | libebl.h | 388 ebl_tid_registers_get_t *getfunc,
|
/external/llvm-project/llvm/test/Transforms/GlobalDCE/ |
D | 2003-07-01-SelfReference.ll | 6 declare i1 ()* @getfunc() 9 %F = call i1 ()* () @getfunc( ) ; <i1 ()*> [#uses=1]
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | 2003-07-01-SelfReference.ll | 6 declare i1 ()* @getfunc() 9 %F = call i1 ()* () @getfunc( ) ; <i1 ()*> [#uses=1]
|
/external/python/cpython2/Modules/_ctypes/ |
D | stgdict.c | 247 new_descr->getfunc = fdescr->getfunc; in MakeFields() 482 if (dict->getfunc != _ctypes_get_fielddesc("c")->getfunc in PyCStructUnionType_update_stgdict() 484 && dict->getfunc != _ctypes_get_fielddesc("u")->getfunc in PyCStructUnionType_update_stgdict()
|
D | ctypes.h | 205 GETFUNC getfunc; member 218 GETFUNC getfunc; /* getter function if proto is NULL */ member 241 GETFUNC getfunc; /* Only for simple objects */ member 361 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src,
|
D | cfield.c | 55 GETFUNC getfunc = NULL; in PyCField_FromDesc() local 123 if (idict->getfunc == _ctypes_get_fielddesc("c")->getfunc) { in PyCField_FromDesc() 125 getfunc = fd->getfunc; in PyCField_FromDesc() 129 if (idict->getfunc == _ctypes_get_fielddesc("u")->getfunc) { in PyCField_FromDesc() 131 getfunc = fd->getfunc; in PyCField_FromDesc() 139 self->getfunc = getfunc; in PyCField_FromDesc() 238 return PyCData_get(self->proto, self->getfunc, inst, in PyCField_get()
|
D | _ctypes.c | 1560 if (itemdict->getfunc == _ctypes_get_fielddesc("c")->getfunc) { in PyCArrayType_new() 1564 } else if (itemdict->getfunc == _ctypes_get_fielddesc("u")->getfunc) { in PyCArrayType_new() 1971 stgdict->getfunc = fmt->getfunc_swapped; in CreateSwappedType() 2080 stgdict->getfunc = fmt->getfunc; in PyCSimpleType_new() 2394 stgdict->getfunc = NULL; in make_funcptrtype_dict() 2989 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src, in PyCData_get() argument 2993 if (getfunc) in PyCData_get() 2994 return getfunc(adr, size); in PyCData_get() 2997 if (dict && dict->getfunc && !_ctypes_simple_instance(type)) in PyCData_get() 2998 return dict->getfunc(adr, size); in PyCData_get() [all …]
|
D | callbacks.c | 250 if (dict && dict->getfunc && !_ctypes_simple_instance(cnv)) { in _CallPythonObject() 251 PyObject *v = dict->getfunc(*pArgs, dict->size); in _CallPythonObject()
|
/external/python/cpython3/Modules/_ctypes/ |
D | ctypes.h | 165 GETFUNC getfunc; member 178 GETFUNC getfunc; /* getter function if proto is NULL */ member 201 GETFUNC getfunc; /* Only for simple objects */ member 321 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src,
|
D | cfield.c | 56 GETFUNC getfunc = NULL; in PyCField_FromDesc() local 123 if (idict->getfunc == _ctypes_get_fielddesc("c")->getfunc) { in PyCField_FromDesc() 125 getfunc = fd->getfunc; in PyCField_FromDesc() 129 if (idict->getfunc == _ctypes_get_fielddesc("u")->getfunc) { in PyCField_FromDesc() 131 getfunc = fd->getfunc; in PyCField_FromDesc() 139 self->getfunc = getfunc; in PyCField_FromDesc() 238 return PyCData_get(self->proto, self->getfunc, inst, in PyCField_get()
|
D | stgdict.c | 263 new_descr->getfunc = fdescr->getfunc; in MakeFields() 540 if (dict->getfunc != _ctypes_get_fielddesc("c")->getfunc in PyCStructUnionType_update_stgdict() 542 && dict->getfunc != _ctypes_get_fielddesc("u")->getfunc in PyCStructUnionType_update_stgdict()
|
D | _ctypes.c | 1615 if (itemdict->getfunc == _ctypes_get_fielddesc("c")->getfunc) { in PyCArrayType_new() 1619 } else if (itemdict->getfunc == _ctypes_get_fielddesc("u")->getfunc) { in PyCArrayType_new() 2024 stgdict->getfunc = fmt->getfunc_swapped; in CreateSwappedType() 2136 stgdict->getfunc = fmt->getfunc; in PyCSimpleType_new() 2480 stgdict->getfunc = NULL; in make_funcptrtype_dict() 3070 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src, in PyCData_get() argument 3074 if (getfunc) in PyCData_get() 3075 return getfunc(adr, size); in PyCData_get() 3078 if (dict && dict->getfunc && !_ctypes_simple_instance(type)) in PyCData_get() 3079 return dict->getfunc(adr, size); in PyCData_get() [all …]
|
D | callbacks.c | 174 if (dict && dict->getfunc && !_ctypes_simple_instance(cnv)) { in _CallPythonObject() 175 PyObject *v = dict->getfunc(*pArgs, dict->size); in _CallPythonObject()
|
/external/python/cpython2/Doc/library/ |
D | bastion.rst | 56 .. class:: BastionClass(getfunc, name) 59 by :func:`Bastion`. The *getfunc* parameter is a function which returns the
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBData.i | 207 def _make_helper(self, sbdata, getfunc, itemsize): 208 return self.read_data_helper(sbdata, getfunc, itemsize)
|
/external/python/cpython2/Lib/sqlite3/test/ |
D | userfunctions.py | 156 def getfunc(): function 160 f = getfunc()
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | userfunctions.py | 170 def getfunc(): function 174 f = getfunc()
|