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

  /src/external/gpl3/gdb.old/dist/gdb/
language.h 591 virtual bool is_array_like (struct type *type) const
596 is_array_like is true for VAL's type. Return nullptr if the type
590 virtual bool is_array_like (struct type *type) const function in struct:language_defn
rust-lang.c 1792 rust_language::is_array_like (struct type *type) const
1786 rust_language::is_array_like (struct type *type) const function in class:rust_language
gdbtypes.c 5897 type::is_array_like ()
5902 return defn->is_array_like (this);
5889 type::is_array_like () function in class:type
  /src/external/gpl3/gdb/dist/gdb/
language.h 559 virtual bool is_array_like (struct type *type) const
564 is_array_like is true for VAL's type. Return nullptr if the type
558 virtual bool is_array_like (struct type *type) const function in struct:language_defn
rust-lang.c 1808 rust_language::is_array_like (struct type *type) const
1802 rust_language::is_array_like (struct type *type) const function in class:rust_language
gdbtypes.c 5959 type::is_array_like ()
5964 return defn->is_array_like (this);
5951 type::is_array_like () function in class:type

Completed in 47 milliseconds