Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A DClangDataFormat.py35 def StringRef_summary(strref, internal_dict): argument
36 return StringRef(strref).summary()
83 def __init__(self, strref): argument
84 self.strref = strref
85 self.Data_value = strref.GetChildAtIndex(0)
86 self.Length = strref.GetChildAtIndex(1).GetValueAsUnsigned()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc159 valid_format_string_type_p (tree strref) in valid_format_string_type_p() argument
161 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c159 valid_format_string_type_p (tree strref) in valid_format_string_type_p() argument
161 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()