Home
last modified time | relevance | path

Searched refs:is_ptr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp519 const bool is_ptr = IsPtr(); in ShouldPrintChildren() local
549 if (is_ptr || is_ref) { in ShouldPrintChildren()
/freebsd/contrib/libcxxrt/
H A Dexception.cc971 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; in check_type_signature() local
972 if (is_ptr) in check_type_signature()