Lines Matching refs:evaluated
4 # is only evaluated if it can actually influence the result.
10 # evaluated, which was wrong. In cond.c 1.69 and var.c 1.197 on 2015-10-11,
13 # parse them. They were still evaluated though, the only difference to
18 # still evaluated.
53 # "VAR U11" is not evaluated; it was evaluated before 2020-07-02.
66 # The :M modifier is only parsed, not evaluated.
67 # Before 2020-07-02, it was wrongly evaluated.
151 # The left-hand side of the '&&' evaluated to false, which should have made
160 # the comparison were still parsed and evaluated. Comparing these two values
175 # expression was only parsed, not evaluated. The resulting literal string
184 # recursive'. The condition '0' evaluated to false, which made the right-hand
186 # still evaluated, but in "irrelevant mode", which allowed undefined variables
188 # unnecessarily evaluated, resulting in the expression '${VAR${:U1}}'. In
190 # name, only the fixed part 'VAR' was evaluated, without the part '${:U1}'.
199 # evaluated. In irrelevant expressions that are enclosed in double quotes,
204 # not evaluated, but that was wrong. These conditions were evaluated, the
215 # evaluated as usual, resolving nested undefined expressions to an empty
237 # The right-hand side of '||' is irrelevant and thus not evaluated.
243 # The right-hand side of '||' is relevant and thus evaluated normally.
271 # evaluated to true (see CondParser_FuncCall and CondParser_FuncCallEmpty), an
272 # irrelevant comparison evaluated to false (see CondParser_Comparison).