Home | History | Annotate | Download | only in types

Lines Matching refs:block

11 var blockgen int32 = 1 // max block number
12 var Block int32 // current block number
15 // restored once the block scope ends.
19 block int32
24 // Popdcl can restore their declarations when a block scope ends.
28 // it can be shadowed by a new declaration within a nested block scope.
33 block: s.Block,
38 // Popdcl pops the innermost block scope and restores all symbol declarations
46 Block = d.block
52 s.Block = d.block
62 // Markdcl records the start of a new block scope for declarations.
66 block: Block,
69 Block = blockgen