Home
last modified time | relevance | path

Searched refs:is_objc_sref (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc216 bool is_objc_sref, is_target_sref, is_char_ref; in check_format_string() local
247 is_objc_sref = is_target_sref = false; in check_format_string()
249 is_objc_sref = objc_string_ref_type_p (ref); in check_format_string()
258 if (is_objc_sref) in check_format_string()
280 if (!is_objc_sref) in check_format_string()
284 && (is_objc_sref || is_target_sref)) in check_format_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c216 bool is_objc_sref, is_target_sref, is_char_ref; in check_format_string() local
247 is_objc_sref = is_target_sref = false; in check_format_string()
249 is_objc_sref = objc_string_ref_type_p (ref); in check_format_string()
258 if (is_objc_sref) in check_format_string()
280 if (!is_objc_sref) in check_format_string()
284 && (is_objc_sref || is_target_sref)) in check_format_string()