| /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/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.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",
|