Home
last modified time | relevance | path

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

/external/python/cffi/c/
D_cffi_backend.c4668 EPTYPE2(fc, "float _Complex", cffi_float_complex_t, CT_PRIMITIVE_COMPLEX ) \ in new_primitive_type()
4669 EPTYPE2(dc, "double _Complex", cffi_double_complex_t, CT_PRIMITIVE_COMPLEX ) \ in new_primitive_type()
4671 EPTYPE2(c16, "char16_t", cffi_char16_t, CT_PRIMITIVE_CHAR ) \ in new_primitive_type()
4672 EPTYPE2(c32, "char32_t", cffi_char32_t, CT_PRIMITIVE_CHAR ) \ in new_primitive_type()
4705 EPTYPE2(ssz, "ssize_t", Py_ssize_t, CT_PRIMITIVE_SIGNED) in new_primitive_type()
4715 #define EPTYPE(code, typename, flags) EPTYPE2(code, #typename, typename, flags) in new_primitive_type()
4717 #define EPTYPE2(code, export_name, typename, flags) \ in new_primitive_type() macro
4720 #undef EPTYPE2 in new_primitive_type()
4725 #define EPTYPE2(code, export_name, typename, flags) \ in new_primitive_type() macro
4732 #undef EPTYPE2 in new_primitive_type()