| /src/tests/lib/libcurses/tests/ |
| std_defines | 8 assign TRUE 0x01 9 assign FALSE 0x00 13 assign COLOR_BLACK 0x00 14 assign COLOR_RED 0x01 15 assign COLOR_GREEN 0x02 16 assign COLOR_YELLOW 0x03 17 assign COLOR_BLUE 0x04 18 assign COLOR_MAGENTA 0x05 19 assign COLOR_CYAN 0x06 20 assign COLOR_WHITE 0x0 [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/ |
| type_coercion.exp | 20 standard_ada_testfile assign 28 set bp_location [gdb_get_line_number "START" ${testdir}/assign.adb] 29 runto "assign.adb:$bp_location"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/ |
| type_coercion.exp | 20 standard_ada_testfile assign 28 set bp_location [gdb_get_line_number "START" ${testdir}/assign.adb] 29 runto "assign.adb:$bp_location"
|
| /src/external/historical/nawk/dist/ |
| proctab.c | 63 "ASSIGN", /* 314 */ 163 assign, /* ASSIGN */ 165 assign, /* ADDEQ */ 166 assign, /* SUBEQ */ 167 assign, /* MULTEQ */ 168 assign, /* DIVEQ */ 169 assign, /* MODEQ */ 170 assign, /* POWEQ */
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_128.c | 16 assign(void) function
|
| /src/usr.bin/make/unit-tests/ |
| var-op-assign.exp | 2 make: var-op-assign.mk:60: Invalid line "VARIABLE NAME= variable value" 3 make: var-op-assign.mk:95: Parsing still continues until here.
|
| varmod-assign.exp | 40 make: Invalid attempt to assign "value" to variable "" via modifier "::=" 43 in target "mod-assign-empty-1" from varmod-assign.mk:78 44 make: Invalid attempt to assign "overwritten" to variable "" via modifier "::=" 47 in target "mod-assign-empty-2" from varmod-assign.mk:84 48 make: Invalid attempt to assign "appended" to variable "" via modifier "::+=" 51 in target "mod-assign-empty-3" from varmod-assign.mk:90 52 mod-assign-empty-4: VAR=overwritte [all...] |
| varmod-assign-shell.exp | 1 make: varmod-assign-shell.mk:21: warning: Command "echo output; (exit 13)" exited with status 13 7 make: varmod-assign-shell.mk:26: warning: Command "echo output; (exit 13)" exited with status 13
|
| varmod-assign.mk | 1 # $NetBSD: varmod-assign.mk,v 1.28 2025/03/30 01:09:41 rillig Exp $ 8 all: mod-assign-empty-{1,2,3,4} 9 all: mod-assign-parse-{1,2,3} 10 all: mod-assign-shell-error 74 mod-assign-empty-1: 77 # expect: make: Invalid attempt to assign "value" to variable "" via modifier "::=" 80 mod-assign-empty-2: 83 # expect: make: Invalid attempt to assign "overwritten" to variable "" via modifier "::=" 86 mod-assign-empty-3: 89 # expect: make: Invalid attempt to assign "appended" to variable "" via modifier "::+= [all...] |
| /src/external/bsd/ipf/ |
| Makefile.inc | 5 -Wno-self-assign -Wno-array-bounds \
|
| /src/external/apache2/llvm/dist/clang/docs/analyzer/checkers/ |
| callandmessage_example.c | 32 @property (readwrite,assign) id x; 44 @property (readwrite,assign) id x; 59 @property (readwrite,assign) id x;
|
| /src/sys/modules/nilfs/ |
| Makefile | 12 CWARNFLAGS.clang= -Wno-self-assign
|
| /src/sys/rump/fs/lib/libnilfs/ |
| Makefile | 11 CWARNFLAGS.clang+= -Wno-self-assign
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-backprop.cc | 414 /* Make INFO describe all uses of RHS in ASSIGN. */ 417 backprop::process_assign_use (gassign *assign, tree rhs, usage_info *info) 419 tree lhs = gimple_assign_lhs (assign); 420 switch (gimple_assign_rhs_code (assign)) 431 if (rhs != gimple_assign_rhs1 (assign)) 441 if (gimple_assign_rhs1 (assign) == rhs 442 && gimple_assign_rhs2 (assign) == rhs) 488 else if (gassign *assign = dyn_cast <gassign *> (stmt)) 489 process_assign_use (assign, rhs, info); 699 if (gassign *assign = dyn_cast <gassign *> (def_stmt) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-backprop.cc | 408 /* Make INFO describe all uses of RHS in ASSIGN. */ 411 backprop::process_assign_use (gassign *assign, tree rhs, usage_info *info) 413 tree lhs = gimple_assign_lhs (assign); 414 switch (gimple_assign_rhs_code (assign)) 425 if (rhs != gimple_assign_rhs1 (assign)) 435 if (gimple_assign_rhs1 (assign) == rhs 436 && gimple_assign_rhs2 (assign) == rhs) 482 else if (gassign *assign = dyn_cast <gassign *> (stmt)) 483 process_assign_use (assign, rhs, info); 693 if (gassign *assign = dyn_cast <gassign *> (def_stmt) [all...] |
| /src/sys/modules/udf/ |
| Makefile | 14 CWARNFLAGS.clang= -Wno-self-assign
|
| /src/sys/rump/fs/lib/libudf/ |
| Makefile | 14 CWARNFLAGS.clang+= -Wno-self-assign
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| vstring_util.h | 107 // traits_type::copy/move/assign. 112 traits_type::assign(*__d, *__s); 121 traits_type::assign(*__d, *__s); 130 traits_type::assign(*__d, __c); 132 traits_type::assign(__d, __n, __c); 142 traits_type::assign(*__p, *__k1); // These types are off.
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| vstring_util.h | 105 // traits_type::copy/move/assign. 110 traits_type::assign(*__d, *__s); 119 traits_type::assign(*__d, *__s); 128 traits_type::assign(*__d, __c); 130 traits_type::assign(__d, __n, __c); 140 traits_type::assign(*__p, *__k1); // These types are off.
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_pint.c | 39 bu32 assign; member in struct:bfin_pint 84 case mmr_offset(assign): 153 case mmr_offset(assign): 280 pint->assign = 0x00000101; 283 pint->assign = 0x01010000; 286 pint->assign = 0x00000101; 289 pint->assign = 0x02020303;
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_pint.c | 39 bu32 assign; member in struct:bfin_pint 84 case mmr_offset(assign): 153 case mmr_offset(assign): 280 pint->assign = 0x00000101; 283 pint->assign = 0x01010000; 286 pint->assign = 0x00000101; 289 pint->assign = 0x02020303;
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| auto_array_test.cpp | 238 ATF_TEST_CASE(assign); variable 239 ATF_TEST_CASE_HEAD(assign) 244 ATF_TEST_CASE_BODY(assign) 313 ATF_ADD_TEST_CASE(tcs, assign);
|
| /src/external/mit/xorg/bin/xsetwallpaper/ |
| Makefile | 26 CWARNFLAGS.clang+= -Wno-missing-noreturn -Wno-self-assign
|
| /src/external/bsd/zstd/dist/contrib/pzstd/utils/ |
| FileSystem.h | 42 ec.assign(errno, std::generic_category()); 90 ec.assign(ENOTSUP, std::generic_category());
|
| /src/usr.bin/mail/ |
| main.c | 211 assign(ENAME_INTERACTIVE, ""); 276 assign(ENAME_IGNORE, ""); 322 assign(ENAME_NOHEADER, ""); 328 assign(ENAME_VERBOSE, ""); 335 assign(ENAME_INTERACTIVE, ""); 354 assign(ENAME_DONTSENDEMPTY, "");
|