search for: _index_

Displaying 6 results from an estimated 6 matches for "_index_".

Did you mean: index_
2004 May 09
2
[LLVMdev] Strange SetCond Behavior
...nly shows up in Stacker's usage. I'll let you know what I find. Please let me know if the above sounds like a known problem or usage issue. Thanks, Reid. -------------- next part -------------- %_stack_ = linkonce global [1024 x long] zeroinitializer ; <[1024 x long]*> [#uses=12] %_index_ = linkonce global long 0 ; <long*> [#uses=36] %_str_format_ = linkonce constant [3 x sbyte] c"%s\00" ; <[3 x sbyte]*> [#uses=0] %_in_str_format_ = linkonce constant [5 x sbyte] c" %as\00" ; <[5 x sbyte]*> [#uses=0] %_num_format_ = linkonce constant [3 x sbyt...
2003 Nov 21
1
[LLVMdev] Linkage Types
...ay, I'm past the GEP "have to dereference pointer first" problem of my last post. I now have a linkage error (I get undefined symbol when I try to assemble the program). gcc -o test.o test.s says: > /tmp/cczhiFk7.o(.text+0x7): In function `a': > : undefined reference to `_index_' _index_ is defined like this: > %_index_ = external global long ; <long*> [#uses=12] But, that's not what I expected to get when I defined it in the compiler like this: > TheIndex = new GlobalVariable( > /*type=*/Type::LongTy, > /...
2007 May 05
0
[1015] trunk/wxruby2/doc/textile/sizer.txtl: Clarify that size_t should be a ruby Integer
...dex) </del><ins>+ Boolean *remove*(%(arg-type)Integer% index) </ins><span class="cx"> </span><span class="cx"> Removes a child from the sizer and destroys it. _sizer_ is the Sizer to </span><span class="cx"> be removed, _index_ is the position of the child in the sizer, typically </span><span class="lines">@@ -389,8 +389,8 @@ </span><span class="cx"> to take place, call "Sizer#layout":sizer.html#Sizer_layout to update the </span><span class="cx">...
2006 Nov 23
0
[749] trunk/wxruby2: Bring the documentation and actual method support into line for
...) </span><span class="cx"> </span><span class="cx"> Boolean *remove*(%(arg-type)size_t% index) </span><span class="cx"> </span><del>-Removes a child from the sizer and destroys it. _sizer_ is the Sizer to be removed, -_index_ is the position of the child in the sizer, typically 0 for the first item. -This method does not cause any layout or resizing to take place, call -"Sizer#layout":sizer.html#Sizer_layout to update the layout "on screen" after removing a -child from the sizer. </del><ins&...
2002 Sep 23
2
[LLVMdev] Accessing constant indexes in GetElementPtr
> Also sprach Wojciech Stryjewski: > } Ok. Let's say I have a GetElementPtrInst that is used to access > structure > } elements. In this case the indexes will be constants and I want > to get the > } constant values as an a native C int. > } > } Now I can iterate over all the indexes with idx_begin(). I can cast > } all of the indexes to a ConstantIntegral. However,
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...ile (CUR).| </span><span class="lines">@@ -210,8 +216,8 @@ </span><span class="cx"> </span><span class="cx"> * _mimetype_ MIME type string (for example ''image/jpeg'') </span><span class="cx"> * _index_ Index of the image to load in the case that the image file contains multiple images. </span><del>-This is only used by GIF, ICO and TIFF handlers. The default value (-1) means -"choose the default image" and is interpreted as the first image (index=0) by </del><ins&...