Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld.c716 nc->consttype = FFEBLD_constCHARACTER1; in ffebld_constant_new_character1_val()
774 nc->consttype = FFEBLD_constCOMPLEX1; in ffebld_constant_new_complex1_val()
832 nc->consttype = FFEBLD_constCOMPLEX2; in ffebld_constant_new_complex2_val()
882 nc->consttype = FFEBLD_constHOLLERITH; in ffebld_constant_new_hollerith_val()
939 nc->consttype = FFEBLD_constINTEGER1; in ffebld_constant_new_integer1_val()
977 nc->consttype = FFEBLD_constINTEGER2; in ffebld_constant_new_integer2_val()
1015 nc->consttype = FFEBLD_constINTEGER3; in ffebld_constant_new_integer3_val()
1053 nc->consttype = FFEBLD_constINTEGER4; in ffebld_constant_new_integer4_val()
1166 nc->consttype = FFEBLD_constLOGICAL1; in ffebld_constant_new_logical1_val()
1204 nc->consttype = FFEBLD_constLOGICAL2; in ffebld_constant_new_logical2_val()
[all …]
H A Dbld.h461 ffebldConst consttype; member
820 #define ffebld_constant_type(c) ((c)->consttype)
H A Dste.c2715 ffecom_tree_type[s->type][s->kindtype], c->low->consttype); in ffeste_R810()
2720 ffecom_tree_type[s->type][s->kindtype], c->high->consttype); in ffeste_R810()