HomeSort by: relevance | last modified time | path
    Searched defs:rust_tuple_type_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
rust-lang.c 108 rust_tuple_type_p (struct type *type) function
507 bool is_tuple = rust_tuple_type_p (type);
794 if (rust_tuple_type_p (type))
815 bool is_tuple = rust_tuple_type_p (type);
1567 if (rust_tuple_type_p (type) || rust_tuple_struct_type_p (type))
1666 || rust_tuple_type_p (type))
  /src/external/gpl3/gdb/dist/gdb/
rust-lang.c 108 rust_tuple_type_p (struct type *type) function
512 bool is_tuple = rust_tuple_type_p (type);
799 if (rust_tuple_type_p (type))
820 bool is_tuple = rust_tuple_type_p (type);
1583 if (rust_tuple_type_p (type) || rust_tuple_struct_type_p (type))
1682 || rust_tuple_type_p (type))

Completed in 18 milliseconds