Lines Matching full:branch

6 # detected if the conditional branch directly above it is taken.  In all other
7 # cases, make skips over the skipped branch as fast as possible, looking only
17 # Misspelling '.elsif' below an .if branch that is not taken.
19 . info This branch is not taken.
23 # Since the .if condition evaluated to false, this whole branch is not taken.
26 . info This branch is not taken.
27 # Even if the misspelling were detected, the branch would not be taken
32 # Misspelling '.elsif' below an .if branch that is not taken.
34 . info This branch is not taken.
37 # to false, this whole branch is not taken.
40 # If the misspelling were detected, this branch would be taken.
44 # Misspelling '.elsif' below an .if branch that is taken.
46 # This misspelling is in an active branch and is therefore detected.
51 # Therefore the branch continues here, even though the '.elsif' condition
53 # expect+1: This branch is taken.
54 . info This branch is taken.
58 # Misspelling '.elsif' below an .if branch that is taken.
60 # The misspelling is in an active branch and is therefore detected.
63 # Since both conditions evaluate to true, this branch is taken no matter
65 # expect+1: This branch is taken.
66 . info This branch is taken.
70 # Misspelling '.elsif' in a skipped branch below a branch that was taken.
72 # expect+1: This branch is taken.
73 . info This branch is taken.
75 . info This branch is not taken.
81 # Misspelling '.elsif' in an .else branch that is not taken.
84 . info This branch is not taken.
90 # Misspelling '.elsif' in an .else branch that is taken.
97 # expect+1: This branch is taken because of the .else.
98 . info This branch is taken because of the .else.
102 # Misspellings for .elif in a .elif branch that is not taken.
104 . info This branch is not taken.
106 . info This branch is not taken.
109 . info This branch is not taken.
112 . info This branch is not taken.
116 # expect+1: What happens on misspelling in a skipped branch?
117 .info What happens on misspelling in a skipped branch?
131 # expect+1: What happens on misspelling in a taken branch?
132 .info What happens on misspelling in a taken branch?