Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-sprintf.cc3502 tree star_width = NULL_TREE; in parse_directive() local
3522 star_width = gimple_call_arg (info.callstmt, (*argno)++); in parse_directive()
3524 star_width = void_node; in parse_directive()
3534 else if (star_width in parse_directive()
3535 && TREE_CODE (star_width) == INTEGER_CST in parse_directive()
3536 && (TYPE_PRECISION (TREE_TYPE (star_width)) in parse_directive()
3538 dollar = width + tree_to_shwi (star_width); in parse_directive()
3549 star_width = NULL_TREE; in parse_directive()
3554 if (dollar || !star_width) in parse_directive()
3602 star_width = gimple_call_arg (info.callstmt, (*argno)++); in parse_directive()
[all …]