Home
last modified time | relevance | path

Searched refs:UseInferredUpcast (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCasting.cpp369 class UseInferredUpcast { class
372 static bool classof(const UseInferredUpcast *) { return false; } in classof() argument
376 UseInferredUpcast UIU; in TEST()
379 EXPECT_TRUE(isa<UseInferredUpcast>(&UIU)); in TEST()