Searched defs:is_ptr (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/ | ||
H A D | ValueObjectPrinter.cpp | 507 const bool is_ptr = IsPtr(); ShouldPrintChildren() local |
/freebsd-src/contrib/libcxxrt/ | ||
H A D | exception.cc | 965 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; check_type_signature() local |