Searched refs:s_is_ptr_ref_or_qual (Results 1 – 1 of 1) sorted by relevance
2921 bool s_is_ptr_ref_or_qual = is_ptr_ref_or_qual_type(s); in operator ()() local2923 if (f_is_ptr_ref_or_qual != s_is_ptr_ref_or_qual) in operator ()()2924 return !f_is_ptr_ref_or_qual && s_is_ptr_ref_or_qual; in operator ()()2926 if (f_is_ptr_ref_or_qual && s_is_ptr_ref_or_qual) in operator ()()