Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/Checkers/WebKit/
Dcall-args.cpp70 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function
169 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function
209 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function
253 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function
281 namespace downcast { namespace
283 RefCountable* downcast(RefCountable*) { return nullptr; } in downcast() function
Dmock-types.h46 template <typename T> T *downcast(T *t) { return t; } in downcast() function
/external/llvm-project/clang/test/CodeGenCXX/RelativeVTablesABI/
Ddynamic-cast.cpp68 B *downcast(A *a) { in downcast() function
/external/libevent/
Dbufferevent_pair.c66 #define downcast(bev_pair) (&(bev_pair)->bev.bev) macro
Dbufferevent_filter.c129 #define downcast(bev_f) (&(bev_f)->bev.bev) macro
/external/rust/crates/anyhow/src/
Derror.rs407 pub fn downcast<E>(mut self) -> Result<E, Self> in downcast() method