Searched refs:curr_symbol (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp139 const Symbol *curr_symbol = nullptr; local
164 curr_symbol = symtab->SymbolAtIndex(symbol_idx);
165 if (curr_symbol) {
168 AddressRange func_range(curr_symbol->GetAddress(), 0);
170 uint32_t symbol_size = curr_symbol->GetByteSize();
171 if (symbol_size != 0 && !curr_symbol->GetSizeIsSibling())
178 curr_symbol->GetAddressRef().GetOffset());
187 curr_symbol->GetMangled(), // Linker/mangled name
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dmoneypunct_byname.cc58 string cs1 = monp_de.curr_symbol();
68 string cs2 = monp_byname.curr_symbol();
H A Dmoneypunct_members_char.cc73 string cs1 = monp_c_t.curr_symbol();
83 string cs2 = monp_de_t.curr_symbol();
H A Dmoneypunct_members_wchar_t.cc74 wstring cs1 = monp_c_t.curr_symbol();
84 wstring cs2 = monp_de_t.curr_symbol();
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h1538 curr_symbol() const function in class:std::moneypunct
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h3740 curr_symbol() const function in class:moneypunct
3809 * value of curr_symbol() may be present. The sign field indicates
3818 * {symbol,sign,value,none}, curr_symbol() == '$' positive_sign() ==
3880 * returned. @see curr_symbol() for details.

Completed in 97 milliseconds