HomeSort by: relevance | last modified time | path
    Searched defs:objc_str (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 1752 bool objc_str = (info->format_type == gcc_objc_string_format_type);
1756 || !((objc_str && objc_string_ref_type_p (TREE_TYPE (format_tree)))
1775 if (objc_str)
1750 bool objc_str = (info->format_type == gcc_objc_string_format_type); local
c-format.cc 1752 bool objc_str = (info->format_type == gcc_objc_string_format_type);
1756 || !((objc_str && objc_string_ref_type_p (TREE_TYPE (format_tree)))
1775 if (objc_str)
1750 bool objc_str = (info->format_type == gcc_objc_string_format_type); local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 1708 bool objc_str = (info->format_type == gcc_objc_string_format_type);
1712 || !((objc_str && objc_string_ref_type_p (TREE_TYPE (format_tree)))
1731 if (objc_str)
1706 bool objc_str = (info->format_type == gcc_objc_string_format_type); local
c-format.cc 1708 bool objc_str = (info->format_type == gcc_objc_string_format_type);
1712 || !((objc_str && objc_string_ref_type_p (TREE_TYPE (format_tree)))
1731 if (objc_str)
1706 bool objc_str = (info->format_type == gcc_objc_string_format_type); local

Completed in 39 milliseconds