Searched refs:sref (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp151 bool SBInstructionList::GetDescription(Stream &sref) { argument
178 inst->Dump(&sref, max_opcode_byte_size, true, false, nullptr, &sc,
180 sref.EOL();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp154 llvm::StringRef sref = s; local
218 if (g_symbol_plus_offset_regex.Execute(sref, &matches)) {
/freebsd-13-stable/contrib/bearssl/test/
H A Dtest_crypto.c1518 size_t minoutlen, size_t maxoutlen, const char *smsg, const char *sref)
1545 rlen = hextobin(ref, sref);
1668 const char *sref)
1676 ref_len = hextobin(ref, sref);
8681 const char *sref; local
8683 sref = (i == 1)
8686 hextobin(br, sref);
1517 test_SHAKE_MonteCarlo(int security_level, size_t minoutlen, size_t maxoutlen, const char *smsg, const char *sref) argument
1666 do_KAT_PRF(br_tls_prf_impl prf, const char *ssecret, const char *label, const char *sseed, const char *sref) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp67 SynthAddOptions(bool sptr, bool sref, bool casc, bool regx, std::string catg) argument
68 : m_skip_pointers(sptr), m_skip_references(sref), m_cascade(casc),

Completed in 188 milliseconds