Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c4537 tree fn, format_arg, stripped_string; local
4554 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 …]