Lines Matching refs:gfc_code
289 * gfc_code:: Representation of Executable Statements.
294 @c gfc_code
297 @node gfc_code
298 @section @code{gfc_code}
300 @tindex @code{gfc_code}
301 @tindex @code{struct gfc_code}
304 nested chain of @code{gfc_code} structures. The type of statement is
319 @code{gfc_code} structure whose @code{next} member starts the chain of
360 Conditionals are represented by @code{gfc_code} structures with their
362 member must point to another @code{gfc_code} node that is the header of the
370 @code{gfc_code} structure that is the header of the elseif- or else-block. Its
379 @code{DO} loops are stored in the tree as @code{gfc_code} nodes with their
382 Their @code{block} member should point to a @code{gfc_code} structure heading
387 @code{gfc_code} structure's @code{expr} member; @code{DO} forever loops are
398 A @code{SELECT} block is introduced by a @code{gfc_code} structure with an
400 to evaluate and test. Its @code{block} member starts a list of @code{gfc_code}
413 @code{gfc_code} structure (say @var{c})
679 the @code{CALL} is represented in the parse-tree as a @code{gfc_code} node of
858 @code{gfc_code} structure, evaluate any expressions and then