Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/RelativeVTablesABI/
H A Ddynamic-cast.cpp63 B *downcast(A *a) { in downcast() function
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args.cpp176 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function
216 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function
260 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function
272 namespace downcast { namespace
274 RefCountable* downcast(RefCountable*) { return nullptr; } downcast() function
[all...]
H A Dmock-types.h109 template <typename T> T *downcast(T *t) { return t; } downcast() function