¡@

Home 

c++ Programming Glossary: classof

How is LLVM isa<> implemented?

http://stackoverflow.com/questions/6038330/how-is-llvm-isa-implemented

that will return this enum. struct Base static inline bool classof Base const return true Base BaseId id Id id BaseId getValueID.. in this manner struct DerivedRight Base static inline bool classof DerivedRight const return true static inline bool classof Base.. classof DerivedRight const return true static inline bool classof Base const B switch B getValueID case DerivedRightId case MostDerivedRId..