Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DCasting.cpp240 bool IsDerived; member
241 Base(bool IsDerived = false) : IsDerived(IsDerived) {} in Base()
246 static bool classof(const Base *B) { return B->IsDerived; } in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCasting.cpp315 bool IsDerived; member
316 Base(bool IsDerived = false) : IsDerived(IsDerived) {} in Base()
321 static bool classof(const Base *B) { return B->IsDerived; } in classof()