Home
last modified time | relevance | path

Searched refs:m_str (Results 1 – 8 of 8) sorted by relevance

/freebsd/tools/regression/sysvshm/
H A Dshmtest.c58 static const char *m_str = "The quick brown fox jumped over the lazy dog."; variable
142 strcpy(shm_buf, m_str); in main()
276 if (strcmp((const char *)shm_buf, m_str) != 0) in receiver()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDebugMacros.h50 ConstString GetMacroString() const { return m_str; } in GetMacroString()
67 ConstString m_str; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h24 llvm::ArrayRef<char> StrBytes(reinterpret_cast<char *>(Str16.m_str), in invokeBstrMethod()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp18 m_str(str) {} in DebugMacroEntry()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3475 m_str = std::string(option_arg); in SetOptionValue()
3486 m_str = std::string(option_arg); in SetOptionValue()
3499 m_str.clear(); in OptionParsingStarting()
3511 std::string m_str; // Holds name lookup member in CommandObjectTargetModulesShowUnwind::CommandOptions
3555 ConstString function_name(m_options.m_str.c_str()); in DoExecute()
3581 m_options.m_str.c_str()); in DoExecute()
3829 m_str = std::string(option_arg); in SetOptionValue()
3852 m_str = std::string(option_arg); in SetOptionValue()
3857 m_str = std::string(option_arg); in SetOptionValue()
3862 m_str = std::string(option_arg); in SetOptionValue()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp299 Session->findFile(DiaCompiland, Utf16Pattern.m_str, Flags, &SourceFiles)) in findSourceFiles()
H A DDIARawSymbol.cpp567 const char *SrcBytes = reinterpret_cast<const char *>(Result16.m_str); in getUndecoratedNameEx()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3497 std::string m_str; member
6179 std::string m_str; member in Catch::XmlEncode
11560 m_str( adjustString( str ) ) in CasedString()
11580 description.reserve(5 + m_operation.size() + m_comparator.m_str.size() + in describe()
11584 description += m_comparator.m_str; in describe()
11593 return m_comparator.adjustString( source ) == m_comparator.m_str; in match()
11599 return contains( m_comparator.adjustString( source ), m_comparator.m_str ); in match()
11605 return startsWith( m_comparator.adjustString( source ), m_comparator.m_str ); in match()
11611 return endsWith( m_comparator.adjustString( source ), m_comparator.m_str ); in match()
15168 : m_str( str ), in XmlEncode()
[all …]