Searched refs:assign (Results 1 - 25 of 494) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dassign-bad-recursive.d2 #source: assign-bad-recursive.s
4 #error_output: assign-bad-recursive.l
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Dtype_coercion.exp20 standard_ada_testfile assign
28 set bp_location [gdb_get_line_number "START" ${testdir}/assign.adb]
29 runto "assign.adb:$bp_location"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Dtype_coercion.exp20 standard_ada_testfile assign
28 set bp_location [gdb_get_line_number "START" ${testdir}/assign.adb]
29 runto "assign.adb:$bp_location"
/netbsd-current/external/historical/nawk/dist/
H A Dproctab.c163 assign, /* ASSIGN */
165 assign, /* ADDEQ */
166 assign, /* SUBEQ */
167 assign, /* MULTEQ */
168 assign, /* DIVEQ */
169 assign, /* MODEQ */
170 assign, /* POWEQ */
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dassign-loc.d1 #ld: -T assign-loc.t
H A Dexpr.exp34 run_dump_test assign-loc
/netbsd-current/external/apache2/llvm/dist/clang/docs/analyzer/checkers/
H A Dcallandmessage_example.c32 @property (readwrite,assign) id x;
44 @property (readwrite,assign) id x;
59 @property (readwrite,assign) id x;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dnon-contiguous-powerpc64.d5 #error: .*Could not assign group.*
/netbsd-current/sys/modules/nilfs/
H A DMakefile12 CWARNFLAGS.clang= -Wno-self-assign
/netbsd-current/sys/rump/fs/lib/libnilfs/
H A DMakefile11 CWARNFLAGS.clang+= -Wno-self-assign
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dnon-contiguous-arm.d4 # error: \A.*Could not assign '.code.4' to an output section. Retry without --enable-non-contiguous-regions.*\Z
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-backprop.c411 backprop::process_assign_use (gassign *assign, tree rhs, usage_info *info) argument
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);
687 if (gassign *assign = dyn_cast <gassign *> (def_stmt))
688 switch (gimple_assign_rhs_code (assign))
789 replace_assign_rhs(gassign *assign, tree lhs, tree rhs1, tree rhs2, tree rhs3) argument
809 optimize_assign(gassign *assign, tree lhs, const usage_info *info) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-backprop.cc411 backprop::process_assign_use (gassign *assign, tree rhs, usage_info *info) argument
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);
687 if (gassign *assign = dyn_cast <gassign *> (def_stmt))
688 switch (gimple_assign_rhs_code (assign))
789 replace_assign_rhs(gassign *assign, tree lhs, tree rhs1, tree rhs2, tree rhs3) argument
809 optimize_assign(gassign *assign, tree lhs, const usage_info *info) argument
[all...]
/netbsd-current/sys/modules/udf/
H A DMakefile14 CWARNFLAGS.clang= -Wno-self-assign
/netbsd-current/sys/rump/fs/lib/libudf/
H A DMakefile14 CWARNFLAGS.clang+= -Wno-self-assign
/netbsd-current/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc62 tree assign = build2 (MODIFY_EXPR, TREE_TYPE (output), output, casted); local
63 m_parent.m_cf->append_statement (assign);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h105 // 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.
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h105 // 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.
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_pint.c38 bu32 assign; member in struct:bfin_pint
83 case mmr_offset(assign):
152 case mmr_offset(assign):
279 pint->assign = 0x00000101;
282 pint->assign = 0x01010000;
285 pint->assign = 0x00000101;
288 pint->assign = 0x02020303;
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_pint.c39 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;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc132 result.assign(rp);
138 ec.assign(errno, std::generic_category());
167 ec.assign(ENOTDIR, std::generic_category());
187 ec.assign(ELOOP, std::generic_category());
270 ec.assign(errno, std::generic_category());
279 ec.assign(errno, std::generic_category());
490 ec.assign(err, std::generic_category());
541 ec.assign(errno, std::generic_category());
590 ec.assign(errno, std::generic_category());
597 ec.assign((in
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Dauto_array_test.cpp238 ATF_TEST_CASE(assign); variable
239 ATF_TEST_CASE_HEAD(assign)
244 ATF_TEST_CASE_BODY(assign)
313 ATF_ADD_TEST_CASE(tcs, assign);
/netbsd-current/external/mit/xorg/bin/xsetwallpaper/
H A DMakefile26 CWARNFLAGS.clang+= -Wno-missing-noreturn -Wno-self-assign
/netbsd-current/usr.bin/mail/
H A Dmain.c211 assign(ENAME_INTERACTIVE, "");
276 assign(ENAME_IGNORE, "");
322 assign(ENAME_NOHEADER, "");
328 assign(ENAME_VERBOSE, "");
335 assign(ENAME_INTERACTIVE, "");
354 assign(ENAME_DONTSENDEMPTY, "");
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc138 result.assign(rp);
144 ec.assign(errno, std::generic_category());
173 ec.assign(ENOTDIR, std::generic_category());
193 ec.assign(ELOOP, std::generic_category());
276 ec.assign(errno, std::generic_category());
285 ec.assign(errno, std::generic_category());
496 ec.assign(err, std::generic_category());
547 ec.assign(errno, std::generic_category());
596 ec.assign(errno, std::generic_category());
625 ec.assign(errn
[all...]

Completed in 433 milliseconds

1234567891011>>