Home
last modified time | relevance | path

Searched refs:struct_index (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
Dstgdict.c719 Py_ssize_t struct_index = 0; /* index into dummy structs */ in PyCStructUnionType_update_stgdict() local
862 element_types[element_index++] = &structs[struct_index]; in PyCStructUnionType_update_stgdict()
863 structs[struct_index].size = length * edict->ffi_type_pointer.size; in PyCStructUnionType_update_stgdict()
864 structs[struct_index].alignment = edict->ffi_type_pointer.alignment; in PyCStructUnionType_update_stgdict()
865 structs[struct_index].type = FFI_TYPE_STRUCT; in PyCStructUnionType_update_stgdict()
866 structs[struct_index].elements = &dummy_types[dummy_index]; in PyCStructUnionType_update_stgdict()
867 ++struct_index; in PyCStructUnionType_update_stgdict()
/external/llvm-project/clang/test/CodeGen/
Dubsan-pointer-overflow.c84 void struct_index(struct S1 *p) { in struct_index() function
/external/python/cffi/cffi/
Drecompiler.py1365 struct_index = self._struct_unions[tp]
1366 self.cffi_types[index] = CffiOp(OP_STRUCT_UNION, struct_index)