Home
last modified time | relevance | path

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

/external/python/cffi/c/
D_cffi_backend.c234 #define BF_IGNORE_IN_CTOR 0x01 /* union field not in the first place */ macro
1514 while (cf != NULL && (cf->cf_flags & BF_IGNORE_IN_CTOR)) in convert_struct_from_object()
4979 fflags = (is_union && i > 0) ? BF_IGNORE_IN_CTOR : 0; in b_complete_struct_or_union()