search for: getxxx

Displaying 8 results from an estimated 8 matches for "getxxx".

2019 Aug 22
3
[RFC] Increase the scope of Value::getPointerXXX methods
...that live outside of the Value class. Option (1): Benefit: - Less confusion which methods to use, especially if we add helper function to "compute" the information, e.g., getDereferenceableBytes outside of Value. We would have one set to expose raw information, the Value::getXXXX methods, and one set to have them put in context, the isYYYY helpers. Drawback: - The Value::getXXX methods are not pure lookups for that particular value anymore but they also include logic. Option (2): Benefits and drawbacks are basically the opposite of Option (1). I want to clear thi...
2013 Apr 29
3
[LLVMdev] [PATCH] Propagate DAG node ordering during legalization and instruction selection
...going to involve a lot of changes, I'd like to get feedback on the idea and the interface changes before I make changes to all the call sites. Attached is a diff of the first batch of changes, which includes interface changes: a new wrapper class, new fields, interface changes to SelectionDAG::getXXX() functions. Your feedback would be appreciated. Thanks, Xiaoyi From: Andrew Trick <atrick at apple.com> Subject: Re: [PATCH] Propagate DAG node ordering during legalization and instruction selection Date: March 20, 2013 12:01:48 AM PDT To: Justin Holewinski <justin....
2006 Oct 21
0
[699] trunk/wxruby2/doc/textile/window.txtl: Added paint method; corrected ret values for get_text_extent; removed
...n of the window will be deleted +automatically before the window itself is deleted which means that you +don''t have to worry about deleting them manually. </ins><span class="cx"> </span><del>-Also note that in this, and many others, Widgets classes some -@GetXXX()@ methods may be overloaded (as, for example, -"get_size":#Window_getsize or -"get_client_size":#Window_getclientsize). In this case, the overloads -are non-virtual because having multiple virtual functions with the same name -results in a virtual function name hiding at the de...
2013 Apr 30
2
[LLVMdev] [PATCH] Propagate DAG node ordering during legalization and instruction selection
...going to involve a lot of changes, I'd like to get feedback on the idea and the interface changes before I make changes to all the call sites. Attached is a diff of the first batch of changes, which includes interface changes: a new wrapper class, new fields, interface changes to SelectionDAG::getXXX() functions. Your feedback would be appreciated. Thanks, Xiaoyi From: Andrew Trick <atrick at apple.com<mailto:atrick at apple.com>> Subject: Re: [PATCH] Propagate DAG node ordering during legalization and instruction selection Date: March 20, 2013 12:01:48 AM PDT...
2013 Apr 30
0
[LLVMdev] [PATCH] Propagate DAG node ordering during legalization and instruction selection
...o get feedback on > the idea and the interface changes before I make changes to all the call > sites.**** > > ** ** > > Attached is a diff of the first batch of changes, which includes interface > changes: a new wrapper class, new fields, interface changes to > SelectionDAG::getXXX() functions.**** > > ** ** > > Your feedback would be appreciated.**** > > ** ** > > Thanks,**** > > Xiaoyi**** > > > > From: Andrew Trick <atrick at apple.com> > > Subject: Re: [PATCH] Propagate DAG node ordering during legalization &gt...
2011 Feb 03
2
[LLVMdev] Convenience methods in ConstantExpr et al
Hi Talin, > I find that I call the static methods in ConstantExpr a *lot* without going > through IRBuilder - hundreds of times in my frontend. My language generates a > lot of static data - reflection information, trace tables for the garbage > collector, dispatch tables, runtime annotations, static object instances, and so > on. (In fact there's a special helper class
2013 Apr 30
0
[LLVMdev] [PATCH] Propagate DAG node ordering during legalization and instruction selection
...o involve a lot of changes, I’d like to get feedback on the idea and the interface changes before I make changes to all the call sites. > > Attached is a diff of the first batch of changes, which includes interface changes: a new wrapper class, new fields, interface changes to SelectionDAG::getXXX() functions. > > Your feedback would be appreciated. > > Thanks, > Xiaoyi > > > From: Andrew Trick <atrick at apple.com> > > Subject: Re: [PATCH] Propagate DAG node ordering during legalization and instruction selection > > Date:...
2006 Sep 11
15
ruby method names
Hi Attached is a patch that adds aliases to the API for methods that look like attribute accessors. So a_frame.set_title(''The title'') # currently a_frame.title = ''The title'' # now an alternative textctrl.get_value # currently textctrl.value # now an alternative Also, C++ methods named ''IsXXX'' are now exposed in ruby with