Searched defs:dyncast (Results 1 – 4 of 4) sorted by relevance
78 U* dyncast(T *t) { dyncast() function
59 Foo * const dyncast = dynamic_cast<Foo * const>((Foo*)sizeof(Foo)); variable
134 void dyncast() { in dyncast() function
332 constexpr bool dyncast = sptr == dynamic_cast<S*>(sptr); // cxx11-error {{constant expression}} cxx11-note {{dynamic_cast}} global() variable