Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Deval.c715 struct value *called_method = NULL; in evaluate_subexp_standard() local
897 called_method = method; in evaluate_subexp_standard()
902 called_method = msg_send_stret; in evaluate_subexp_standard()
904 called_method = msg_send; in evaluate_subexp_standard()
920 struct type *type = VALUE_TYPE (called_method); in evaluate_subexp_standard()
940 argvec[0] = called_method; in evaluate_subexp_standard()