Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dste.c2678 int pushok; in ffeste_R810() local
2706 pushok = pushcase (NULL_TREE, 0, tlabel, &duplicate); in ffeste_R810()
2707 assert (pushok == 0); in ffeste_R810()
2721 pushok = pushcase_range (texprlow, texprhigh, convert, in ffeste_R810()
2725 pushok = pushcase (texprlow, convert, tlabel, &duplicate); in ffeste_R810()
2726 assert((pushok !=2) || (pushok !=0)); in ffeste_R810()
2727 if (pushok==2) in ffeste_R810()
2893 int pushok; in ffeste_R837() local
2915 pushok = pushcase (value, convert, tlabel, &duplicate); in ffeste_R837()
2916 assert (pushok == 0); in ffeste_R837()
[all …]
H A Dstd.c652 int pushok; in ffestd_stmt_pass_() local
672 pushok = pushcase (value, convert, label, &duplicate); in ffestd_stmt_pass_()
673 assert (pushok == 0); in ffestd_stmt_pass_()