Home
last modified time | relevance | path

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

/external/rust/crates/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
/external/python/cpython3/Include/internal/
Dpycore_ast.h40 typedef struct _arg *arg_ty; typedef
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc306 auto arg_ty = tensor.getType().dyn_cast<ShapedType>(); in fold() local