Searched defs:c_int_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py3360 c_int_type = CIntType(2) variable
3395 c_int_ptr_type = CPtrType(c_int_type)
3413 cy_integral_type = FusedType([c_short_type, c_int_type, c_long_type],
3418 c_int_type,
3451 (1, 0, "int"): c_int_type,
3488 if dst_type.same_as(c_int_type):
3690 widest_type = c_int_type

Completed in 418 milliseconds