Home
last modified time | relevance | path

Searched defs:derived_nocast (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DCasting.cpp48 struct derived_nocast : public base { struct
49 static bool classof(const base *B) { return false; } in classof()