Lines Matching defs:thisfun
2692 struct symbol *thisfun;
2698 thisfun = get_frame_function (thisframe);
2719 if (thisfun != NULL)
2720 return_type = thisfun->type ()->target_type ();
2738 if (thisfun != NULL)
2739 function = read_var_value (thisfun, NULL, thisframe);
2749 else if (thisfun != NULL)
2759 thisfun->print_name ());
2782 if (thisfun == NULL)
2787 if (TYPE_NO_RETURN (thisfun->type ()))
2791 thisfun->print_name ());