Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DCasting.cpp213 class UseInferredUpcast { class
216 static bool classof(const UseInferredUpcast *) { in classof() argument
222 UseInferredUpcast UIU; in TEST()
225 EXPECT_TRUE(isa<UseInferredUpcast>(&UIU)); in TEST()