Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dexpr.c189 struct _ffeexpr_stack_ struct
191 ffeexprStack_ previous;
192 mallocPool pool;
193 ffeexprContext context;
194 ffeexprCallback callback;
195 ffelexToken first_token;
196 ffeexprExpr_ exprstack;
197 ffelexToken tokens[10]; /* Used in certain cases, like (unary)
199 ffebld expr; /* For first of
202 ffebld bound_list; /* For tracking dimension bounds list of
[all …]