Searched refs:nonvirtual (Results 1 – 3 of 3) sorted by relevance
3726 bool nonvirtual; in get_member_function_from_ptrfunc() local3753 nonvirtual = (COMPLETE_TYPE_P (basetype) in get_member_function_from_ptrfunc()3760 if (!nonvirtual && is_dummy_object (instance_ptr)) in get_member_function_from_ptrfunc()3761 nonvirtual = true; in get_member_function_from_ptrfunc()3833 if (nonvirtual) in get_member_function_from_ptrfunc()
3987 bool nonvirtual; in get_member_function_from_ptrfunc() local4014 nonvirtual = (COMPLETE_TYPE_P (basetype) in get_member_function_from_ptrfunc()4021 if (!nonvirtual && is_dummy_object (instance_ptr)) in get_member_function_from_ptrfunc()4022 nonvirtual = true; in get_member_function_from_ptrfunc()4094 if (nonvirtual) in get_member_function_from_ptrfunc()
3473 * class.c (check_for_override): Diagnose final on a nonvirtual