Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dstp.h375 struct _ffestp_file struct
377 bool kw_or_val_present; /* If FALSE, all else is n/a. */
378 bool kw_present; /* Indicates whether kw has a token. */
379 bool value_present; /* Indicates whether value/expr are valid. */
380 bool value_is_label; /* TRUE if expr has no expression, value is
382 ffelexToken kw; /* The keyword, iff kw_or_val_present &&
384 ffelexToken value; /* The value, iff kw_or_val_present &&
387 {
393 u;