search for: setmodified

Displaying 4 results from an estimated 4 matches for "setmodified".

Did you mean: set_modified
2015 Oct 23
3
[AMDGPU] AMDGPUAsmParser fails to parse several instructions
Dear Developers, I compile a OpenCL kernel, FFT, in AMDAPP SDK v2.5 using clang 3.8 + libclc and assembling the code with lld (The LLVM linker). The assembly code contains the following assembly codes (and lots of other similar format assembly) that fails to be parsed by AMDGPUAsmParser. It seems to me that both are valid instructions after looking at the SI instruction spec. s_mov_b32 s0,
2015 Oct 24
2
[AMDGPU] AMDGPUAsmParser fails to parse several instructions
Thanks you. I'm new to LLVM backend, so the help is much appreciated. On Sat, Oct 24, 2015 at 2:12 AM, Matt Arsenault <arsenm2 at gmail.com> wrote: > > > On Oct 23, 2015, at 3:36 AM, 李弘宇 via llvm-dev <llvm-dev at lists.llvm.org> > wrote: > > > The first line has the following error message: > > > > sop1-playground.s:1:15: error: invalid immediate:
2011 Oct 05
7
OLE error 80004002
...uot;No such interface supported". I debug programm and found error code --- function TXMLDocument.SaveToStream(TMemoryStream); // Error --- stuff of the function unit XMLDoc; procedure TXMLDocument.SaveToStream(const Stream: TStream); begin CheckActive; DomPersist.saveToStream(Stream); SetModified(False); end; I found interfaces, may be it's help IDOMImplementation IDOMPersist IDOMDocument Can you fix this error in next versions? thank you Best Regards P.S. use wine 1.2.1
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
.../span><span class="cx"> * "TextCtrl#set_insertion_point_end":#TextCtrl_setinsertionpointend </span><span class="cx"> * "TextCtrl#set_max_length":#TextCtrl_setmaxlength </span><ins>+* "TextCtrl#set_modified":#TextCtrl_setmodified </ins><span class="cx"> * "TextCtrl#set_selection":#TextCtrl_setselection </span><span class="cx"> * "TextCtrl#set_style":#TextCtrl_setstyle </span><span class="cx"> * "TextCtrl#set_value":#TextCtrl_setv...