Home
last modified time | relevance | path

Searched refs:Undo (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp286 SmallVector<std::pair<size_t, T>, 8> Undo; member in __anon4233e3b50111::VectorWithUndo
290 assert(S <= Undo.size()); in undo()
291 while (S < Undo.size()) { in undo()
292 Vals[Undo.back().first] = Undo.back().second; in undo()
293 Undo.pop_back(); in undo()
299 size_t undoSize() const { return Undo.size(); } in undoSize()
306 Undo.emplace_back(Idx, Vals[Idx]); in set()
311 assert(Undo.empty()); in init()
/freebsd/stand/i386/btx/btxldr/
H A Dbtxldr.S277 decl %esi # Undo
/freebsd/sys/arm/conf/
H A DNOTES67 # Undo options from sys/conf/NOTES that we do not want...
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h159 llvm::Error Undo(unsigned N = 1);
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/
H A Dnew32 // Undo the include guard and try again later.
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs115 -# undef isthreaded /* Undo private_namespace.h definition. */
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp753 llvm::Error Interpreter::Undo(unsigned N) { in Undo() function in clang::Interpreter
/freebsd/contrib/less/
H A Dless.hlp51 ESC-u Undo (toggle) search highlighting.
/freebsd/share/misc/
H A Dusb_hid_usages355 0x7A Keyboard Undo
844 0x21A AC Undo
H A Dusb_vendors24611 07a Undo
25010 21a AC Undo
/freebsd/contrib/flex/src/
H A Dflex.skl449 /* Undo effects of setting up yytext. */ \
1284 /* Undo the effects of YY_DO_BEFORE_ACTION. */
2487 /* Undo effects of setting up yytext. */ \
/freebsd/contrib/file/magic/Magdir/
H A Dconsole838 >>58 byte 0 \b, Undo data not available
839 >>58 byte 1 \b, Undo data available
H A Dwindows1598 # Reference: https://github.com/jrsoftware/issrc/blob/master/Projects/Undo.pas
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf676 R$* @ $* @ $* $1 % $2 @ $3 Undo all but the last.
/freebsd/contrib/ldns/
H A DChangelog125 * Undo PR#123 fix ldns.pc installation when building out-of-source
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02606 * ntpd/refclock_wwvb.c (wwvb_receive): Undo the previous chagne.
2926 * ntpd/refclock_wwv.c: Undo that declaration cleanup for now...
5880 * configure.in (ac_cv_var_no_parenb_ignpar): Undo the kernel PLL
H A DChangeLog4701 * [Bug 629] Undo bug #629 fixes as they cause more problems than were being
H A DCommitLog[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOP3Instructions.td1383 // Undo sub x, c -> add x, -c canonicalization since c is more likely
H A DVOP2Instructions.td1398 // Undo sub x, c -> add x, -c canonicalization since c is more likely
H A DSIInstructions.td3733 // Undo sub x, c -> add x, -c canonicalization since c is more likely
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4857 R$* @ $* @ $* $1 % $2 @ $3 Undo all but the last.
/freebsd/contrib/tcsh/
H A DFixes1834 9. Vi additions ([dc]-{w,$,f<c>},Undo)
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES1436 Undo a change made in 8.13.0 to silently truncate long strings
2024 Undo change of algorithm for MIME 7-bit base64 encoding to 8-bit
3748 CONFIG: Undo change from 8.11.1: change 501 SMTP reply code back
3940 RMAIL: Undo the 8.11.1 change to use -G when calling sendmail. It
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src24054 # such as u d (Undo) or U D (Shift-Undo.) These two-letter sequences,
24055 # however, were not the same as those sent by the actual Undo key. The
24056 # actual Undo key sends ESC 0 s unshifted, and ESC 0 S shifted, for example.
24095 # attached by serial cable. In Emacs, even the Undo key works, and many

12