Searched refs:assignment (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcmdline.mk27 # Since the .OBJDIR=MAKEOBJDIR assignment happens very early,
H A Dcond-token-var.mk13 # Well, except for the assignment modifiers, these do indeed change the value
H A Dvarmod-order-shuffle.mk22 # Create two shuffles using the := assignment operator.
H A Dvarmod-ifelse.mk33 # In a variable assignment, undefined variables are not an error.
42 # The difference to the ':=' variable assignment is the additional
H A Ddirective-export-impl.mk41 # '!=' variable assignment.
H A Dvarmod-defined.mk91 # that they preserve dollars in a ':=' assignment. This is because
H A Dvarparse-undef-partial.mk3 # When an undefined variable is expanded in a ':=' assignment, only the
H A Descape.mk32 # in a variable assignment stores "#" as part of the value.
36 # newline in a variable assignment simply stores the backslashes as part
H A Dvarmod-loop.mk123 # The ':=' assignment operator evaluates the variable value using the flag
143 # the variable assignment.
H A Dcond-short.mk76 # Irrelevant assignment modifiers are skipped as well.
H A Dvarmod-indirect.mk130 # a variable assignment using ':='.
H A Dvarmod-subst.mk100 # It needs to be escaped in variable assignment lines though.
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_hout.c385 if (l->assignment) {
386 f_print(fout, " = %s", l->assignment);
387 last = l->assignment;
H A Drpc_parse.c261 elist->assignment = NULL;
265 elist->assignment = tok.str;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc165 bool suppressed; // suppress assignment ("*")
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc646 case OLPAREN: /* must undo assignment if rest fails */
657 case ORPAREN: /* must undo assignment if rest fails */
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlparser.c1098 ** assignment
1107 ** check whether, in an assignment to an upvalue/local variable, the
1108 ** upvalue/local variable is begin used in a previous assignment to a
1110 ** use this safe copy in the previous assignment.
1122 lh->v.u.ind.t = extra; /* previous assignment will use safe copy */
1127 lh->v.u.ind.idx = extra; /* previous assignment will use safe copy */
1140 static void assignment (LexState *ls, struct LHS_assign *lh, int nvars) { function
1143 if (testnext(ls, ',')) { /* assignment -> ',' suffixedexp assignment */
1151 assignment(l
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11028 /// Analyze the given simple or compound assignment for warning-worthy
11047 // Diagnose implicitly sequentially-consistent atomic assignment.
11210 /// Analyze the given compound assignment for the possible losing of
11214 "Must be compound assignment operation");
12895 // [...] the assignment is sequenced after the value computation
12932 // the assignment is sequenced [...] before the value computation of the
12933 // assignment expression.

Completed in 302 milliseconds

12