Searched refs:stripped_string (Results 1 – 1 of 1) sorted by relevance
4537 tree fn, format_arg, stripped_string; local4554 stripped_string = format_arg;4555 STRIP_NOPS (stripped_string);4556 if (stripped_string && TREE_CODE (stripped_string) == ADDR_EXPR)4557 stripped_string = TREE_OPERAND (stripped_string, 0);4560 if (TREE_CODE (stripped_string) != STRING_CST)4566 if (strcmp (TREE_STRING_POINTER (stripped_string), "%s\n") == 0)4572 else if (strcmp (TREE_STRING_POINTER (stripped_string), "%c") == 0)4580 if (strchr (TREE_STRING_POINTER (stripped_string), '%'))4586 if (TREE_STRING_LENGTH (stripped_string) == 2)[all …]