Lines Matching full:labels
9 # Semantics: Resolving Labels and Construct Names
19 …e, the compiler must check that the program checks semantically. Target labels must be checked an…
21 This is the detailed design document on how these labels will be semantically checked. Legal seman…
34 Enforcement of the general label constraints. There are three sorts of label usage. Labels can ser…
39 Labels are related to the standard definition of inclusive scope. For example, control-flow arcs a…
45 - labels range from 1 to 99999, inclusive (6.2.5 note 2)
47 - labels must be pairwise distinct within their program unit scope (6.2.5 para 2)
48 * if redundant labels appear → error redundant labels
49 * the total number of unique statement labels may have a limit
52 ### Labels Used for `DO` Loop Ranging
102 ### Labels Used in Branching
153 - the labels in the _arithmetic-if-stmt_ triple must all be present in the inclusive scope (F08:C84…
164 The labels are passed by the calling routine. We want to check those labels at the call-site, that …
214 …- if the parameterized list of labels is present, the label value assigned to the integer variable…
228 ### Labels used in I/O