Searched defs:c_decl (Results 1 – 5 of 5) sorted by relevance
/external/python/pycparser/examples/ |
D | cdecl.py | 46 def explain_c_declaration(c_decl, expand_struct=False, expand_typedef=False): argument 194 c_decl = sys.argv[1] variable 196 c_decl = "char *(*(**foo[][8])())[];" variable
|
/external/python/cffi/c/ |
D | ffi_obj.c | 617 PyObject *c_decl, *res; in ffi_getctype() local 793 PyObject *c_decl, *python_callable = Py_None, *error = Py_None; in ffi_callback() local
|
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen.cc | 797 string c_decl; in GetConstructorDecl() local
|
/external/python/cffi/testing/cffi1/ |
D | test_new_ffi_1.py | 130 def _test_int_type(self, ffi, c_decl, size, unsigned): argument
|
/external/python/cffi/testing/cffi0/ |
D | backend_tests.py | 51 def _test_int_type(self, ffi, c_decl, size, unsigned): argument
|