/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2007-12-21-Crash.ll | 12 %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/ |
D | ppc64-crash.ll | 3 ; ModuleID = 'undo.c'
|
/external/kernel-headers/original/uapi/linux/ |
D | sem.h | 30 struct sem_undo *undo; /* undo requests on this array */ member
|
/external/ltrace/sysdeps/ |
D | README | 4 The "clean" target of that Makefile must undo all the efects of the
|
/external/e2fsprogs/ |
D | TODO | 242 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/ |
D | libip6t_SNPT.man | 16 You have to use the DNPT target to undo the translation. Example:
|
D | libip6t_DNPT.man | 16 You have to use the SNPT target to undo the translation. Example:
|
/external/skia/experimental/SimpleiOSApp/iPhone/ |
D | AppDelegate_iPhone.m | 47 …Called as part of transition from the background to the inactive state: here you can undo many of…
|
/external/llvm/test/CodeGen/X86/ |
D | force-align-stack-alloca.ll | 35 ; Next we set up the memset call, and then undo it.
|
D | codegen-prepare-addrmode-sext.ll | 252 ; 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/ |
D | CodeGenPrepare.cpp | 1629 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 …]
|
D | README.txt | 137 collector. Still, LLVM optimizations would probably undo a front-end's careful
|
/external/mksh/src/ |
D | edit.c | 3457 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/ |
D | rewrite.rb | 309 def undo( number_of_operations = 1 ) method in ANTLR3.TokenRewriteStream.RewriteProgram
|
/external/libvncserver/x11vnc/misc/turbovnc/ |
D | README | 67 this directory. (To undo these changes run: ./undo_turbovnc) The input
|
/external/liblzf/ |
D | Changes | 47 - undo inline assembly in compressor, it is no longer helpful.
|
/external/elfutils/src/src/ |
D | unstrip.c | 938 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/ |
D | lex.zconf.c_shipped | 1150 *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/ |
D | ClangFormat.rst | 112 or save any files. To revert a formatting, just undo.
|
/external/llvm/test/Transforms/ObjCARC/ |
D | rv.ll | 161 ; could undo the retain.
|
/external/llvm/test/CodeGen/R600/ |
D | madak.ll | 29 ; optimization and if we fold the immediate multiple times, we'll undo
|
/external/valgrind/docs/internals/ |
D | t-chaining-notes.txt | 56 all targets: when nuking an entire sector, don't bother to undo the
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | ivchain-X86.ll | 96 ; chaining feature should now undo the damage.
|
/external/llvm/lib/Support/ |
D | regengine.inc | 646 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/ |
D | test_six.py | 390 monkeypatch.undo()
|