Searched defs:enumerators (Results 1 – 8 of 8) sorted by relevance
/external/python/cffi/c/ |
D | realize_c_type.c | 482 PyObject *enumerators = NULL, *enumvalues = NULL, *tmp; in realize_c_type_or_func() local
|
D | _cffi_backend.c | 6083 PyObject *enumerators, *enumvalues; local
|
/external/python/cffi/cffi/ |
D | parse_c_type.h | 136 const char *enumerators; // comma-delimited string member
|
D | model.py | 491 def __init__(self, name, enumerators, enumvalues, baseinttype=None): argument
|
D | backend_ctypes.py | 949 def new_enum_type(self, name, enumerators, enumvalues, CTypesInt): argument
|
/external/clang/utils/ABITest/ |
D | TypeGen.py | 61 def __init__(self, index, enumerators): argument
|
/external/python/pycparser/pycparser/ |
D | c_ast.py | 533 def __init__(self, enumerators, coord=None): argument
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3109 enumerator_range enumerators() const { in enumerators() function
|