Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/
Dlib.rs743 let c_decl = (word(), spaces(), char(':'), spaces(), word()) in field() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dcc_op_gen.cc797 string c_decl; in GetConstructorDecl() local