Home
last modified time | relevance | path

Searched defs:_ffebld_constant_ (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld.h455 struct _ffebld_constant_ struct
457 ffebldConstant next;
458 ffebldConstant first_complex; /* First complex const with me as
460 ffebldConstant negated; /* We point to each other through here. */
461 ffebldConst consttype;
463 ffecomConstant hook; /* Whatever the compiler/backend wants! */
465 bool numeric; /* A numeric kind of constant. */
466 ffebldConstantUnion u;