Lines Matching refs:lines
6 Optimizing compiler. "Check lines" are assertions formatted as comments of the
11 passes. Each group of check lines therefore must start with a 'CHECK-START'
16 Matching of check lines is carried out in the order of appearance in the
17 source file. There are three types of check lines:
19 later than lines matched against any preceeding checks. Output
20 lines must therefore match the check lines in the same order.
23 later than lines matched against any preceeding in-order checks.
24 In other words, the order of output lines does not matter
27 later than lines matched against any preceeding checks and
28 earlier than lines matched against any subsequent checks.
56 The engine will attempt to match the check lines against the output of the
61 Of the language constructs above, 'CHECK-EVAL' lines support only referencing of
71 A group of check lines can be made architecture-specific by inserting '-<arch>'