Searched defs:derived_nocast (Results 1 – 1 of 1) sorted by relevance
48 struct derived_nocast : public base { struct49 static bool classof(const base *B) { return false; } in classof()