Home
last modified time | relevance | path

Searched defs:arg_ty (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4971 let arg_ty = arg_item.kind().expect_type(); in fnsig_arguments() localVariable
4981 let arg_ty = match *arg_ty.canonical_type(ctx).kind() { in fnsig_arguments() localVariable
/third_party/python/Include/internal/
Dpycore_ast.h40 typedef struct _arg *arg_ty; typedef