Searched refs:assignment (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc.h39 struct assignment { struct
44 struct assignment *assignment; member in union:assignment::__anon6068
47 struct assignment *next;
H A Dslc-gram.h58 struct assignment *assignment; member in union:YYSTYPE
H A Dslc-gram.y48 extern struct assignment *assignment;
60 struct assignment *assignment;
65 %type <assignment> assignment assignments
73 assignment = $1;
77 assignments : assignment assignments
82 | assignment
85 assignment label
[all...]
H A Dslc-gram.c129 extern struct assignment *assignment;
161 struct assignment *assignment; member in union:YYSTYPE
469 "$accept", "start", "assignments", "assignment", 0
1364 assignment = (yyvsp[(1) - (1)].assignment);
1371 (yyvsp[(1) - (2)].assignment)->next = (yyvsp[(2) - (2)].assignment);
1372 (yyval.assignment)
1618 struct assignment *assignment; variable in typeref:struct:assignment
[all...]
/freebsd-11-stable/bin/sh/tests/errors/
H A DMakefile10 ${PACKAGE}FILES+= assignment-error1.0
11 ${PACKAGE}FILES+= assignment-error2.0
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Denvironment.c42 /* find assignment in env list; len is length of variable including
47 find_var(char **env, char *assignment, size_t len) argument
51 if(strncmp(env[i], assignment, len) == 0)
/freebsd-11-stable/bin/sh/
H A Darith_yacc.c166 static arith_t assignment(int var, int noeval);
175 result = assignment(op, noeval);
289 b = assignment(yylex(), noeval | !a);
302 static arith_t assignment(int var, int noeval) function
315 result = assignment(yylex(), noeval);
335 result = assignment(yylex(), 0);
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_varval.sh112 atf_test_case assignment
247 atf_add_test_case assignment
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_parse.h99 const char *assignment; member in struct:enumval_list
H A Drpc_hout.c385 if (l->assignment) {
386 f_print(fout, " = %s", l->assignment);
387 last = l->assignment;
H A Drpc_parse.c260 elist->assignment = NULL;
264 elist->assignment = tok.str;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc165 bool suppressed; // suppress assignment ("*")
/freebsd-11-stable/contrib/bmake/unit-tests/
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
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lex.l514 assignment does the trick (no, it doesn't; read the reference manual).
/freebsd-11-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-11-stable/contrib/binutils/ld/
H A Dldgram.y402 | assignment end
550 assignment end
641 assignment: label
H A Dldlang.c1620 the first assignment to dot, otherwise we might put an
3290 /* Make sure that any sections mentioned in the assignment
3490 print_assignment (lang_assignment_statement_type *assignment,
3501 if (assignment->exp->type.node_class == etree_assert)
3504 tree = assignment->exp->assert_s.child;
3509 const char *dst = assignment->exp->assign.dst;
3512 tree = assignment->exp->assign.src;
3536 h = bfd_link_hash_lookup (link_info.hash, assignment->exp->assign.dst,
3560 exp_print_tree (assignment->exp);
4427 an explicit assignment t
3488 print_assignment(lang_assignment_statement_type *assignment, lang_output_section_statement_type *output_section) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c1093 ** assignment
1102 ** check whether, in an assignment to an upvalue/local variable, the
1103 ** upvalue/local variable is begin used in a previous assignment to a
1105 ** use this safe copy in the previous assignment.
1117 lh->v.u.ind.t = extra; /* previous assignment will use safe copy */
1122 lh->v.u.ind.idx = extra; /* previous assignment will use safe copy */
1135 static void assignment (LexState *ls, struct LHS_assign *lh, int nvars) { function
1138 if (testnext(ls, ',')) { /* assignment -> ',' suffixedexp assignment */
1146 assignment(l
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlparser.c1105 ** assignment
1114 ** check whether, in an assignment to an upvalue/local variable, the
1115 ** upvalue/local variable is begin used in a previous assignment to a
1117 ** use this safe copy in the previous assignment.
1129 lh->v.u.ind.t = extra; /* previous assignment will use safe copy */
1134 lh->v.u.ind.idx = extra; /* previous assignment will use safe copy */
1147 static void assignment (LexState *ls, struct LHS_assign *lh, int nvars) { function
1150 if (testnext(ls, ',')) { /* assignment -> ',' suffixedexp assignment */
1158 assignment(l
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-inline.c483 tree assignment = TREE_OPERAND (*tp, 0); local
486 assignment into the equivalent of the original RESULT_DECL.
487 If the "assignment" is just the result decl, the result
490 if (assignment && TREE_CODE (assignment) == MODIFY_EXPR)
494 *tp = copy_node (assignment);
1112 assignment statment may result in no gimple statements. */
1662 If "a" is a GIMPLE register, the assignment to it is free on almost
1666 If "a" is not a GIMPLE register, the assignment to "a" will most
H A Dtree-cfg.c286 tree assignment; local
317 assignment = build2 (MODIFY_EXPR, ptr_type_node,
319 bsi_insert_before (&bsi, assignment, BSI_SAME_STMT);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11147 /// Analyze the given simple or compound assignment for warning-worthy
11166 // Diagnose implicitly sequentially-consistent atomic assignment.
11329 /// Analyze the given compound assignment for the possible losing of
11333 "Must be compound assignment operation");
12979 // [...] the assignment is sequenced after the value computation
13016 // the assignment is sequenced [...] before the value computation of the
13017 // assignment expression.

Completed in 287 milliseconds