Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBInstructionList.cpp97 Stream &sref = description.ref(); in GetDescription() local
118 inst->Dump(&sref, max_opcode_byte_size, true, false, NULL, &sc, in GetDescription()
120 sref.EOL(); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionArgParser.cpp153 llvm::StringRef sref = s; in ToAddress() local
216 if (g_symbol_plus_offset_regex.Execute(sref, &regex_match)) { in ToAddress()
/freebsd-12.1/contrib/bearssl/test/
H A Dtest_crypto.c1518 size_t minoutlen, size_t maxoutlen, const char *smsg, const char *sref) in test_SHAKE_MonteCarlo() argument
1545 rlen = hextobin(ref, sref); in test_SHAKE_MonteCarlo()
1668 const char *sref) in do_KAT_PRF() argument
1676 ref_len = hextobin(ref, sref); in do_KAT_PRF()
8681 const char *sref; in test_EC_c25519() local
8683 sref = (i == 1) in test_EC_c25519()
8686 hextobin(br, sref); in test_EC_c25519()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp70 SynthAddOptions(bool sptr, bool sref, bool casc, bool regx, std::string catg) in SynthAddOptions() argument
71 : m_skip_pointers(sptr), m_skip_references(sref), m_cascade(casc), in SynthAddOptions()