search for: f50d00c1

Displaying 2 results from an estimated 2 matches for "f50d00c1".

Did you mean: f5030001
2012 Apr 09
0
[LLVMdev] Function and inheritance
...ns > PhD Student of Computer Science > University of Campinas > cmartins at ic.unicamp.br (mailto:cmartins at ic.unicamp.br) > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120409/f50d00c1/attachment.html>
2012 Apr 08
2
[LLVMdev] Function and inheritance
Hello guys, So, I'm stucked in a problem involving a Function and a derived class. Well, I was refactoring part of my pass code, and created two classes in this process that are interesting here: class A and class B. Class B inherits from class A; on the other hand, class A has some pure virtual methods (already implemented in class B), and a Module, that holds only one auxiliary function (a