Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 25 of 89) sorted by relevance

1234

/external/llvm/test/Transforms/SimplifyCFG/
D2007-12-21-Crash.ll12 %undo.0.ph = phi i32 [ 0, %entry ], [ 1, %bb5.outer.loopexit ] ; <i32> [#uses=1]
24 %tmp12 = tail call i32 (...) @bar( i32 %undo.0.ph ) nounwind ; <i32> [#uses=0]
/external/llvm/test/CodeGen/PowerPC/
Dppc64-crash.ll3 ; ModuleID = 'undo.c'
/external/kernel-headers/original/uapi/linux/
Dsem.h30 struct sem_undo *undo; /* undo requests on this array */ member
/external/ltrace/sysdeps/
DREADME4 The "clean" target of that Makefile must undo all the efects of the
/external/e2fsprogs/
DTODO242 layers on top of an existing I/O manager which provides an "undo"
243 functionality. This undo I/O manager takes will take two open I/O
244 managers, call them "base" and "undo". The "base" I/O manager is be
246 the I/O manager will check the "undo" I/O manager, using a file format
249 This is useful for allowing e2fsck to create an "undo" file, which
/external/iptables/extensions/
Dlibip6t_SNPT.man16 You have to use the DNPT target to undo the translation. Example:
Dlibip6t_DNPT.man16 You have to use the SNPT target to undo the translation. Example:
/external/skia/experimental/SimpleiOSApp/iPhone/
DAppDelegate_iPhone.m47 …Called as part of transition from the background to the inactive state: here you can undo many of…
/external/llvm/test/CodeGen/X86/
Dforce-align-stack-alloca.ll35 ; Next we set up the memset call, and then undo it.
Dcodegen-prepare-addrmode-sext.ll252 ; Each type of those promotions has to be undo at least once during this
269 ; Test the InstructionRemover undo, which was the only one not
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1629 virtual void undo() = 0;
1693 void undo() override { in undo() function in __anon0965895a0211::TypePromotionTransaction::InstructionMoveBefore
1718 void undo() override { in undo() function in __anon0965895a0211::TypePromotionTransaction::OperandSetter
1750 void undo() override { in undo() function in __anon0965895a0211::TypePromotionTransaction::OperandsHider
1774 void undo() override { in undo() function in __anon0965895a0211::TypePromotionTransaction::TruncBuilder
1799 void undo() override { in undo() function in __anon0965895a0211::TypePromotionTransaction::SExtBuilder
1824 void undo() override { in undo() function in __anon0965895a0211::TypePromotionTransaction::ZExtBuilder
1846 void undo() override { in undo() function in __anon0965895a0211::TypePromotionTransaction::TypeMutator
1884 void undo() override { in undo() function in __anon0965895a0211::TypePromotionTransaction::UsesReplacer
1924 void undo() override { in undo() function in __anon0965895a0211::TypePromotionTransaction::InstructionRemover
[all …]
DREADME.txt137 collector. Still, LLVM optimizations would probably undo a front-end's careful
/external/mksh/src/
Dedit.c3457 static struct edstate *undo; variable
3521 undo = &undobuf; in x_vi()
3914 if (es->cursor == undo->cursor) { in vi_insert()
3921 if (es->cursor >= undo->linelen) in vi_insert()
3924 es->cbuf[es->cursor] = undo->cbuf[es->cursor]; in vi_insert()
4055 undo->winleft = es->winleft; in vi_cmd()
4056 memmove(undo->cbuf, es->cbuf, es->linelen); in vi_cmd()
4057 undo->linelen = es->linelen; in vi_cmd()
4058 undo->cursor = es->cursor; in vi_cmd()
4356 es = undo; in vi_cmd()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb309 def undo( number_of_operations = 1 ) method in ANTLR3.TokenRewriteStream.RewriteProgram
/external/libvncserver/x11vnc/misc/turbovnc/
DREADME67 this directory. (To undo these changes run: ./undo_turbovnc) The input
/external/liblzf/
DChanges47 - undo inline assembly in compressor, it is no longer helpful.
/external/elfutils/src/src/
Dunstrip.c938 Elf_Scn *undo = NULL; in find_alloc_sections_prelink() local
946 undo = sec->scn; in find_alloc_sections_prelink()
954 if (undo != NULL) in find_alloc_sections_prelink()
956 Elf_Data *undodata = elf_rawdata (undo, NULL); in find_alloc_sections_prelink()
/external/toybox/kconfig/
Dlex.zconf.c_shipped1150 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1168 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1238 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1585 /* undo effects of setting up zconftext */
/external/clang/docs/
DClangFormat.rst112 or save any files. To revert a formatting, just undo.
/external/llvm/test/Transforms/ObjCARC/
Drv.ll161 ; could undo the retain.
/external/llvm/test/CodeGen/R600/
Dmadak.ll29 ; optimization and if we fold the immediate multiple times, we'll undo
/external/valgrind/docs/internals/
Dt-chaining-notes.txt56 all targets: when nuking an entire sector, don't bother to undo the
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
Divchain-X86.ll96 ; chaining feature should now undo the damage.
/external/llvm/lib/Support/
Dregengine.inc646 case OLPAREN: /* must undo assignment if rest fails */
657 case ORPAREN: /* must undo assignment if rest fails */
/external/chromium-trace/trace-viewer/third_party/six/
Dtest_six.py390 monkeypatch.undo()

1234