Searched refs:GetEntry (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxList.cpp | 54 explicit operator bool() { return GetEntry() && !null(); } in operator bool() 56 ValueObjectSP GetEntry() { return m_entry_sp; } in GetEntry() function in __anon1be7be510111::ListEntry 75 ValueObjectSP value() { return m_entry.GetEntry(); } in value() 79 return m_entry.GetEntry(); in advance() 82 return m_entry.GetEntry(); in advance() 90 return m_entry.GetEntry(); in advance()
|
| H A D | LibCxxMap.cpp | 91 ValueObjectSP GetEntry() const { return m_entry_sp; } in GetEntry() function in MapEntry 110 ValueObjectSP value() { return m_entry.GetEntry(); } in value() 123 return m_entry.GetEntry(); in advance()
|
| /freebsd/contrib/jemalloc/bin/ |
| H A D | jeprof.in | 1234 foreach my $k (sort { GetEntry($s, $b) <=> GetEntry($s, $a) || $a cmp $b } 1236 my $f = GetEntry($flat, $k); 1237 my $c = GetEntry($cumulative, $k); 1741 $c1 += GetEntry($flat, $a); 1742 $c2 += GetEntry($cumulative, $a); 1843 my $n1 = GetEntry($samples1, $l); 1844 my $n2 = GetEntry($samples2, $l); 1947 $c1 += GetEntry($flat, $a); 1948 $c2 += GetEntry($cumulative, $a); 2050 my @list = (sort { abs(GetEntry($cumulative, $b)) <=> [all …]
|