Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c3444 tree star_width = NULL_TREE; in parse_directive() local
3464 star_width = gimple_call_arg (info.callstmt, (*argno)++); in parse_directive()
3466 star_width = void_node; in parse_directive()
3476 else if (star_width in parse_directive()
3477 && TREE_CODE (star_width) == INTEGER_CST in parse_directive()
3478 && (TYPE_PRECISION (TREE_TYPE (star_width)) in parse_directive()
3480 dollar = width + tree_to_shwi (star_width); in parse_directive()
3491 star_width = NULL_TREE; in parse_directive()
3496 if (dollar || !star_width) in parse_directive()
3544 star_width = gimple_call_arg (info.callstmt, (*argno)++); in parse_directive()
[all …]