Home
last modified time | relevance | path

Searched refs:rust_tuple_type_p (Results 1 – 5 of 5) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Drust-lang.c109 rust_tuple_type_p (struct type *type) in rust_tuple_type_p() function
339 bool is_tuple = rust_tuple_type_p (type); in val_print_struct()
617 if (rust_tuple_type_p (type)) in rust_print_struct_def()
638 bool is_tuple = rust_tuple_type_p (type); in rust_print_struct_def()
1395 if (rust_tuple_type_p (type) || rust_tuple_struct_type_p (type)) in eval_op_rust_structop()
1493 || rust_tuple_type_p (type)) in evaluate_funcall()
H A Drust-lang.h32 extern bool rust_tuple_type_p (struct type *type);
H A Drust-parse.c1207 || rust_tuple_type_p (type) in parse_struct_expr()
H A DChangeLog-201717118 * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
17124 * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
H A DChangeLog-20189161 * rust-lang.c (rust_tuple_type_p, rust_slice_type_p)