Searched refs:is_ref (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp486 const bool is_ref = IsRef(); local
511 if (is_ptr || is_ref) {
520 if (is_ref && is_root_level) {
/openbsd-current/gnu/usr.bin/perl/lib/
H A Doverload.t2929 # like cc, but with $is_ref set to 1
2936 # the returned value is a ref ($is_ref). Finally, check that
2941 my ($expr, $expect, $is_ref, $exp_id) = @_;
2951 ::is ref($got), ($is_ref ? 'Concat' : ''), "is_ref: $expr";

Completed in 92 milliseconds