Home
last modified time | relevance | path

Searched refs:code_stack (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dresolve.cc43 typedef struct code_stack struct
46 struct code_stack *prev; argument
53 code_stack; argument
55 static code_stack *cs_base = NULL;
10388 code_stack *stack; in resolve_branch()
11871 code_stack frame; in gfc_resolve_code()
17644 code_stack *old_cs_base; in gfc_resolve()
H A DChangeLog-20074258 (code_stack): Add tail and reachable_labels fields.
4260 (resolve_branch): Rework to use new fields in code_stack.
H A DChangeLog-20093348 * resolve.c (code_stack): Remove tail member. Update comment to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dresolve.c43 typedef struct code_stack struct
46 struct code_stack *prev; argument
53 code_stack; argument
55 static code_stack *cs_base = NULL;
10241 code_stack *stack; in resolve_branch()
11712 code_stack frame; in gfc_resolve_code()
17409 code_stack *old_cs_base; in gfc_resolve()