HomeSort by: relevance | last modified time | path
    Searched defs:assignment (Results 1 - 17 of 17) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-gram.y 50 extern struct assignment *assignment;
61 struct assignment *assignment;
66 %type <assignment> assignment assignments
74 assignment = $1;
78 assignments : assignment assignments
83 | assignment
86 assignment : LITERAL '=' STRIN label
    [all...]
slc.h 41 struct assignment { struct
46 struct assignment *assignment; member in union:assignment::__anon945
49 struct assignment *next;
slc-gram.h 79 struct assignment *assignment; member in union:YYSTYPE
slc-gram.c 120 extern struct assignment *assignment;
192 struct assignment *assignment; member in union:YYSTYPE
225 YYSYMBOL_assignment = 11 /* assignment */
628 "'='", "'{'", "'}'", "$accept", "start", "assignments", "assignment", YY_NULLPTR
1173 assignment = (yyvsp[0].assignment);
1178 case 3: /* assignments: assignment assignments */
1181 (yyvsp[-1].assignment)->next = (yyvsp[0].assignment)
1412 struct assignment *assignment; variable in typeref:struct:assignment
    [all...]
  /src/external/bsd/tmux/dist/
cmd-parse.y 220 | assignment
222 assignment : EQUALS label
426 command : assignment
  /src/external/bsd/libfido2/dist/tools/
assert_get.c 45 char *assignment; local
49 if ((assignment = strdup(str)) == NULL)
51 if ((val = strchr(assignment, '=')) == NULL)
52 errx(1, "invalid assignment '%s'", assignment);
54 key = assignment;
73 free(assignment);
  /src/bin/sh/
arithmetic.c 203 static intmax_t assignment(int, int);
380 assignment(int var, int noeval) function
397 result = assignment(arith_token(), noeval);
412 intmax_t result = assignment(token, noeval);
417 result = assignment(arith_token(), noeval);
  /src/usr.bin/rpcgen/
rpc_parse.h 68 const char *assignment; member in struct:enumval_list
  /src/external/gpl3/binutils/dist/ld/
ldgram.y 186 assignment
424 | assignment separator
687 | assignment separator
794 assignment: label
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.y 186 assignment
424 | assignment separator
687 | assignment separator
794 assignment: label
  /src/external/ibm-public/postfix/dist/src/postmulti/
postmulti.c 175 /* .SH "New or existing instance name assignment"
587 * Instance name assignment. Each instance may be assigned an instance name
1004 static void check_name_assignments(NAME_ASSIGNMENT *assignment)
1014 if (assignment->name && *assignment->name) {
1015 if (!check_safe_name(assignment->name))
1017 assignment->name);
1018 if (strchr(assignment->name, '/'))
1020 assignment->name);
1021 if (NEED_NAME_PREFIX(assignment->name)
1659 NAME_ASSIGNMENT assignment; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 2210 class assignment : public statement class in namespace:gcc::jit::recording
2213 assignment (block *b, function in class:gcc::jit::recording::assignment
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 2091 class assignment : public statement class in namespace:gcc::jit::recording
2094 assignment (block *b, function in class:gcc::jit::recording::assignment
  /src/external/gpl3/gcc/dist/gcc/
tree-inline.cc 1206 tree assignment = TREE_OPERAND (*tp, 0); local
1209 assignment into the equivalent of the original RESULT_DECL.
1210 If the "assignment" is just the result decl, the result
1213 if (assignment && TREE_CODE (assignment) == MODIFY_EXPR)
1217 *tp = copy_node (assignment);
1558 assignment to the equivalent of the original RESULT_DECL.
3436 assignment statement may result in no gimple statements. */
4383 /* We expect a copy assignment with no operator. */
4432 If "a" is a GIMPLE register, the assignment to it is free on almos
    [all...]
tree-cfg.cc 574 for the assignment to the LHS. This makes sure the old value
812 gimple *assignment local
814 gsi_insert_before (&gsi, assignment, GSI_SAME_STMT);
3679 /* Verify a gimple assignment statement STMT with an unary rhs.
3923 /* Verify a gimple assignment statement STMT with a binary rhs.
4320 /* Verify a gimple assignment statement STMT with a ternary rhs.
4594 /* Verify a gimple assignment statement STMT with a single rhs.
4628 error ("%qs LHS in assignment statement",
  /src/external/gpl3/gcc.old/dist/gcc/
tree-inline.cc 1208 tree assignment = TREE_OPERAND (*tp, 0); local
1211 assignment into the equivalent of the original RESULT_DECL.
1212 If the "assignment" is just the result decl, the result
1215 if (assignment && TREE_CODE (assignment) == MODIFY_EXPR)
1219 *tp = copy_node (assignment);
1560 assignment to the equivalent of the original RESULT_DECL.
3418 assignment statement may result in no gimple statements. */
4353 /* We expect a copy assignment with no operator. */
4402 If "a" is a GIMPLE register, the assignment to it is free on almos
    [all...]
tree-cfg.cc 571 for the assignment to the LHS. This makes sure the old value
809 gimple *assignment local
811 gsi_insert_before (&gsi, assignment, GSI_SAME_STMT);
3590 /* Verify a gimple assignment statement STMT with an unary rhs.
3834 /* Verify a gimple assignment statement STMT with a binary rhs.
4221 /* Verify a gimple assignment statement STMT with a ternary rhs.
4491 /* Verify a gimple assignment statement STMT with a single rhs.
4525 error ("%qs LHS in assignment statement",
4722 error ("%qs RHS in assignment statement",

Completed in 73 milliseconds