Home
last modified time | relevance | path

Searched refs:ptr_type (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/libcxxrt/
H A Ddynamic_cast.cc92 const __pbase_type_info *ptr_type = in __do_catch() local
95 if (ptr_type->__flags & ~__flags) in __do_catch()
107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer); in __do_catch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp64 auto ptr_type = type->getPointerElementType(); in isRSAllocationPtrTy() local
66 return ptr_type->isStructTy() && in isRSAllocationPtrTy()
67 ptr_type->getStructName().startswith("struct.rs_allocation"); in isRSAllocationPtrTy()
/freebsd-13.1/contrib/ntp/
H A DCommitLog174725 Remove unnecessary casts, use sizeof(*ptr) instead of sizeof(ptr_type)