Home
last modified time | relevance | path

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

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