Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Deval.c712 struct value *called_method = NULL; in evaluate_subexp_standard() local
894 called_method = method; in evaluate_subexp_standard()
899 called_method = msg_send_stret; in evaluate_subexp_standard()
901 called_method = msg_send; in evaluate_subexp_standard()
917 struct type *type = VALUE_TYPE (called_method); in evaluate_subexp_standard()
937 argvec[0] = called_method; in evaluate_subexp_standard()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c11743 tree called_method = TREE_PURPOSE (list); local
11746 = build_tree_list (called_method, NULL);
11751 htab_traverse (DECL_FUNCTION_INITIALIZED_CLASS_TABLE (called_method),
H A Dparse.y8178 tree called_method = TREE_PURPOSE (list); local
8181 = build_tree_list (called_method, NULL);
8186 htab_traverse (DECL_FUNCTION_INITIALIZED_CLASS_TABLE (called_method),