Searched refs:ffebldConstant (Results 1 – 5 of 5) sorted by relevance
105 typedef struct _ffebld_constant_ *ffebldConstant; typedef419 ffebldConstant expr;457 ffebldConstant next;458 ffebldConstant first_complex; /* First complex const with me as460 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 …]
84 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 …]
92 ffebldConstant low; /* Low value in range. */93 ffebldConstant high; /* High value in range. */
5226 ffebldConstant c; in ffestc_subr_speccmp_()9129 ffebldConstant expr1c, expr2c; in ffestc_R810()
9709 ffebldConstant constnode; /* For checking magical numbers (where mag == in ffeexpr_reduce_()12097 ffebldConstant constnode; /* For detecting magical number. */ in ffeexpr_finished_()