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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h24 llvm::ArrayRef<char> StrBytes(reinterpret_cast<char *>(Str16.m_str),
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDebugMacros.h50 ConstString GetMacroString() const { return m_str; }
67 ConstString m_str; member in class:lldb_private::DebugMacroEntry
/freebsd-13-stable/tools/regression/sysvshm/
H A Dshmtest.c59 static const char *m_str = "The quick brown fox jumped over the lazy dog."; variable
143 strcpy(shm_buf, m_str);
277 if (strcmp((const char *)shm_buf, m_str) != 0)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp18 m_str(str) {}
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3259 : Options(), m_type(eLookupTypeInvalid), m_str(),
3272 m_str = std::string(option_arg);
3283 m_str = std::string(option_arg);
3296 m_str.clear();
3307 std::string m_str; // Holds name lookup member in class:CommandObjectTargetModulesShowUnwind::CommandOptions
3355 ConstString function_name(m_options.m_str.c_str());
3380 m_options.m_str.c_str());
3607 m_str = std::string(option_arg);
3630 m_str = std::string(option_arg);
3635 m_str
3680 std::string m_str; // Holds name lookup member in class:CommandObjectTargetModulesLookup::CommandOptions
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp299 Session->findFile(DiaCompiland, Utf16Pattern.m_str, Flags, &SourceFiles))
H A DDIARawSymbol.cpp567 const char *SrcBytes = reinterpret_cast<const char *>(Result16.m_str);
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp3497 std::string m_str;
6179 std::string m_str;
11560 m_str( adjustString( str ) )
11580 description.reserve(5 + m_operation.size() + m_comparator.m_str.size() +
11584 description += m_comparator.m_str;
11593 return m_comparator.adjustString( source ) == m_comparator.m_str;
11599 return contains( m_comparator.adjustString( source ), m_comparator.m_str );
11605 return startsWith( m_comparator.adjustString( source ), m_comparator.m_str );
11611 return endsWith( m_comparator.adjustString( source ), m_comparator.m_str );
15168 : m_str( st
[all...]

Completed in 84 milliseconds