Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld.h105 typedef struct _ffebld_constant_ *ffebldConstant; typedef
419 ffebldConstant expr;
457 ffebldConstant next;
458 ffebldConstant first_complex; /* First complex const with me as
460 ffebldConstant negated; /* We point to each other through here. */
482 int ffebld_constant_cmp (ffebldConstant c1, ffebldConstant c2);
483 bool ffebld_constant_is_magical (ffebldConstant c);
484 bool ffebld_constant_is_zero (ffebldConstant c);
486 ffebldConstant ffebld_constant_new_character1 (ffelexToken t);
487 ffebldConstant ffebld_constant_new_character1_val (ffetargetCharacter1 val);
[all …]
H A Dbld.c84 static ffebldConstant ffebld_constant_character1_;
87 static ffebldConstant ffebld_constant_character2_;
90 static ffebldConstant ffebld_constant_character3_;
93 static ffebldConstant ffebld_constant_character4_;
96 static ffebldConstant ffebld_constant_character5_;
99 static ffebldConstant ffebld_constant_character6_;
102 static ffebldConstant ffebld_constant_character7_;
105 static ffebldConstant ffebld_constant_character8_;
108 static ffebldConstant ffebld_constant_complex1_;
111 static ffebldConstant ffebld_constant_complex2_;
[all …]
H A Dstw.h92 ffebldConstant low; /* Low value in range. */
93 ffebldConstant high; /* High value in range. */
H A Dstc.c5226 ffebldConstant c; in ffestc_subr_speccmp_()
9129 ffebldConstant expr1c, expr2c; in ffestc_R810()
H A Dexpr.c9709 ffebldConstant constnode; /* For checking magical numbers (where mag == in ffeexpr_reduce_()
12097 ffebldConstant constnode; /* For detecting magical number. */ in ffeexpr_finished_()