Home
last modified time | relevance | path

Searched defs:c_decl (Results 1 – 5 of 5) sorted by relevance

/external/python/pycparser/examples/
Dcdecl.py46 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/
Dffi_obj.c617 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/
Dcc_op_gen.cc797 string c_decl; in GetConstructorDecl() local
/external/python/cffi/testing/cffi1/
Dtest_new_ffi_1.py130 def _test_int_type(self, ffi, c_decl, size, unsigned): argument
/external/python/cffi/testing/cffi0/
Dbackend_tests.py51 def _test_int_type(self, ffi, c_decl, size, unsigned): argument