Searched defs:upcast (Results 1 – 7 of 7) sorted by relevance
14 A *upcast(B *b) { in upcast() function
56 upcast(struct bufferevent *bev) in upcast() function
118 upcast(struct bufferevent *bev) in upcast() function
126 upcast(struct bufferevent *bev) in upcast() function
355 upcast(struct bufferevent *bev) in upcast() function
371 template <class T> inline Pointer<T> upcast(T *f) { return Pointer<T>(f); } in upcast() function
1383 auto upcast = [] (CastMapType &CM, IRBuilder<> &IRB, Value *V, in convertShiftsToLeft() local