Home
last modified time | relevance | path

Searched refs:is_string_type_p (Results 1 – 11 of 11) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dgo-lang.h126 bool is_string_type_p (struct type *type) const override in is_string_type_p() function
H A Dm2-lang.h117 bool is_string_type_p (struct type *type) const override in is_string_type_p() function
H A Dp-lang.h141 bool is_string_type_p (struct type *type) const override in is_string_type_p() function
H A Drust-lang.h205 bool is_string_type_p (struct type *type) const override;
H A Df-lang.h188 bool is_string_type_p (struct type *type) const override in is_string_type_p() function
H A Dlanguage.c694 language_defn::is_string_type_p (struct type *type) const in is_string_type_p() function
872 bool is_string_type_p (struct type *type) const override in is_string_type_p() function
H A Dlanguage.h546 virtual bool is_string_type_p (struct type *type) const;
H A Drust-lang.c1614 rust_language::is_string_type_p (struct type *type) const in is_string_type_p() function
H A DChangeLog-202062 (rust_language::is_string_type_p): Likewise.
3192 moved into auto_or_unknown_language::is_string_type_p.
8367 (ada_language::is_string_type_p): New member function.
8375 moved to f_language::is_string_type_p.
8377 (f_language::is_string_type_p): New member function,
8380 moved to go_language::is_string_type_p.
8382 (go_language::is_string_type_p): New member function,
8391 (auto_language::is_string_type_p): New member function.
8397 moved to m2_language::is_string_type_p.
8399 (m2_language::is_string_type_p): New member function,
[all …]
H A Dvalprint.c318 || language->is_string_type_p (type)); in val_print_scalar_or_string_type_p()
H A Dada-lang.c13276 bool is_string_type_p (struct type *type) const override