Searched refs:strref (Results 1 – 3 of 3) sorted by relevance
35 def StringRef_summary(strref, internal_dict): argument36 return StringRef(strref).summary()83 def __init__(self, strref): argument84 self.strref = strref85 self.Data_value = strref.GetChildAtIndex(0)86 self.Length = strref.GetChildAtIndex(1).GetValueAsUnsigned()
159 valid_format_string_type_p (tree strref) in valid_format_string_type_p() argument161 return (strref != NULL in valid_format_string_type_p()162 && TREE_CODE (strref) == POINTER_TYPE in valid_format_string_type_p()163 && (TYPE_MAIN_VARIANT (TREE_TYPE (strref)) == char_type_node in valid_format_string_type_p()164 || objc_string_ref_type_p (strref) in valid_format_string_type_p()165 || (*targetcm.string_object_ref_type_p) ((const_tree) strref))); in valid_format_string_type_p()