HomeSort by: relevance | last modified time | path
    Searched refs:condition (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /src/usr.bin/make/unit-tests/
varmod-ifelse.exp 1 make: varmod-ifelse.mk:28: Bad condition
2 while evaluating condition "bare words == "literal""
3 make: varmod-ifelse.mk:39: Bad condition
4 while evaluating condition " == """
5 make: varmod-ifelse.mk:47: Bad condition
6 while evaluating condition " == """
7 make: varmod-ifelse.mk:70: Bad condition
8 while evaluating condition "1 == == 2"
12 make: varmod-ifelse.mk:94: Bad condition
13 while evaluating condition "1 == == 2
    [all...]
cond-late.exp 1 make: cond-late.mk:29: Bad condition
2 while evaluating condition " != "no""
var-op-expand.exp 7 make: var-op-expand.mk:295: Bad condition
8 while evaluating condition " < 0 "
11 while evaluating then-branch of condition " < 0 "
14 while evaluating else-branch of condition " < 0 "
directive-elifdef.mk 6 # At this point, VAR is not defined, so the condition evaluates to false.
14 # At this point, VAR is defined, so the condition evaluates to true.
directive-elifndef.mk 7 # condition evaluates to true.
17 # condition evaluates to false.
varmod-ifelse.mk 4 # the then-expression or the else-expression, depending on the condition.
14 # condition. In the below example it becomes:
20 # fine since the condition would be:
27 # expect+1: Bad condition
35 # Because of the early expansion, the whole condition evaluates to
38 # expect+1: Bad condition
44 # becomes the condition, in this case ' == ""', which is malformed because the
46 # expect+1: Bad condition
69 # expect+1: Bad condition
76 # If the "Bad condition" appears in a quoted string literal, th
    [all...]
cond-op.mk 21 # previous condition would be interpreted as:
27 # lower precedence than the comparison operators. Negating a condition
30 # This kind of condition looks so unfamiliar that it doesn't occur in
36 # This is how the above condition is actually interpreted.
46 # This condition is malformed because the '!' on the right-hand side must not
63 # after the '0' or the '1', it knows that the condition will be malformed.
68 # next token, even though in this position of the condition, only comparison
116 # This condition is obviously malformed. It is properly detected and also
126 # This obviously malformed condition was not detected as such before cond.c
135 # This obviously malformed condition was not detected as such before cond.
    [all...]
deptgt-end-fail-indirect.mk 6 # and exited with status 0. The cause for this was a missing condition in
varparse-mod.mk 5 # As of 2020-10-02, the below condition does not result in a parse error.
6 # The condition contains two separate mistakes. The first mistake is that
8 # there is a stray '}' at the end of the whole condition.
10 # As of 2020-10-02, the actual parse result of this condition is a single
cond-short.exp 4 expected U23 condition
cond-undef-lint.mk 7 # wrong "Malformed condition".
22 # Since the condition fails to evaluate, neither of the branches is taken.
52 # Variables that are referenced indirectly may be undefined in a condition.
56 # this does not make the condition invalid.
59 # condition, there is no way to influence the definedness of the nested
parse-var.mk 51 # in a condition, only operand, unquoted
52 # in a condition, only operand, quoted
53 # in a condition, left-hand side, unquoted
54 # in a condition, left-hand side, quoted
55 # in a condition, right-hand side, unquoted
56 # in a condition, right-hand side, quoted
96 # its value would not influence the outcome of the condition, or during the
115 # Due to the always-true condition '1', the outer expression is relevant and
119 # Due to the always-false condition '0', the outer expression is irrelevant.
directive-ifdef.mk 8 # There is no variable named 'UNDEF', therefore the condition evaluates to
14 # There is a variable named 'DEFINED', so the condition evaluates to true.
directive-ifmake.exp 1 make: directive-ifmake.mk:14: ok: positive condition works
cond-token-number.mk 12 # accepted by the condition parser.
23 # accepted by the condition parser.
34 # accepted by the condition parser.
45 # accepted by the condition parser.
cond-token-plain.mk 13 # Using a '#' in a string literal in a condition leads to a malformed
14 # condition since comment parsing is done in an early phase and removes the
15 # '#' and everything after it long before the condition parser gets to see it.
23 # To get a '#' into a condition, it has to be escaped using a backslash.
56 # condition as a comment? And why only at the beginning of a token,
62 # Ah, ok, this can be used to add an end-of-condition comment. But does
65 # above the condition.
100 # A bare word may occur alone in a condition, without any comparison
170 # to FuncDefined, and since there is no variable named '\\', the condition
203 # In a condition in an .if directive, the left-hand side must not be a
    [all...]
cond-op-and.mk 27 # When an outer condition makes the inner '&&' condition irrelevant, neither
94 # of the preceding bare word. The condition starts with a digit and is thus
cond-op-or.mk 27 # When an outer condition makes the inner '||' condition irrelevant, neither
94 # of the preceding bare word. The condition starts with a digit and is thus
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_util.h 58 * @condition: The condition to check
69 #define for_each_if(condition) if (!(condition)) {} else
  /src/sys/external/bsd/drm2/include/
drm_trace.h 54 bool condition __unused)
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem.h 44 #define GEM_BUG_ON(condition) do { if (unlikely((condition))) { \
46 __func__, __LINE__, __stringify(condition)); \
  /src/tests/usr.bin/indent/
lsym_unary_op.c 75 bool negated = !condition;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
nouveau_nvkm_subdev_volt_gk20a.c 123 gk20a_volt_set_id(struct nvkm_volt *base, u8 id, int condition)
131 nvkm_debug(subdev, "prev=%d, target=%d, condition=%d\n",
132 prev_uv, target_uv, condition);
133 if (!condition ||
134 (condition < 0 && target_uv < prev_uv) ||
135 (condition > 0 && target_uv > prev_uv)) {
priv.h 20 int (*set_id)(struct nvkm_volt *, u8 id, int condition);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
volt.h 39 int condition);

Completed in 22 milliseconds

1 2 3 4