Searched refs:ptr_type (Results 1 – 3 of 3) sorted by relevance
92 const __pbase_type_info *ptr_type = in __do_catch() local95 if (ptr_type->__flags & ~__flags) in __do_catch()107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer); in __do_catch()
64 auto ptr_type = type->getPointerElementType(); in isRSAllocationPtrTy() local66 return ptr_type->isStructTy() && in isRSAllocationPtrTy()67 ptr_type->getStructName().startswith("struct.rs_allocation"); in isRSAllocationPtrTy()
174725 Remove unnecessary casts, use sizeof(*ptr) instead of sizeof(ptr_type)