Searched defs:rhs (Results 1 - 25 of 244) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DGDBRemoteSignals.cpp15 GDBRemoteSignals::GDBRemoteSignals(const lldb::UnixSignalsSP &rhs) argument
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DModuleChild.cpp18 const ModuleChild &ModuleChild::operator=(const ModuleChild &rhs) { argument
H A DDeclaration.cpp78 bool lldb_private::operator==(const Declaration &lhs, const Declaration &rhs) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp20 RegularExpression::RegularExpression(const RegularExpression &rhs) argument
H A DStringLexer.cpp79 StringLexer &StringLexer::operator=(const StringLexer &rhs) { argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegularExpression.h39 RegularExpression(RegularExpression &&rhs) = default; member in class:lldb_private::RegularExpression
41 RegularExpression &operator=(RegularExpression &&rhs) = default; member in class:lldb_private::RegularExpression
42 RegularExpression &operator=(const RegularExpression &rhs) = default; member in class:lldb_private::RegularExpression
H A DUserID.h80 inline bool operator==(const UserID &lhs, const UserID &rhs) { argument
84 inline bool operator!=(const UserID &lhs, const UserID &rhs) { argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.h26 inline bool operator==(const Range &lhs, const Range &rhs) { argument
30 inline bool operator!=(const Range &lhs, const Range &rhs) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h120 FileWriter(const FileWriter &rhs) = delete; member in class:llvm::gsym::FileWriter
121 void operator=(const FileWriter &rhs) = delete; member in class:llvm::gsym::FileWriter
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DStackID.cpp33 bool lldb_private::operator==(const StackID &lhs, const StackID &rhs) { argument
47 bool lldb_private::operator!=(const StackID &lhs, const StackID &rhs) { argument
60 bool lldb_private::operator<(const StackID &lhs, const StackID &rhs) { argument
[all...]
H A DRegisterNumber.cpp46 const RegisterNumber &RegisterNumber::operator=(const RegisterNumber &rhs) { argument
56 bool RegisterNumber::operator==(RegisterNumber &rhs) { argument
73 operator !=(RegisterNumber &rhs) argument
[all...]
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_asid.c85 int pt_asid_match(const struct pt_asid *lhs, const struct pt_asid *rhs) argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp19 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) argument
25 operator=(const SBThreadCollection &rhs) { argument
H A DSBScriptObject.cpp25 SBScriptObject::SBScriptObject(const SBScriptObject &rhs) argument
33 const SBScriptObject &SBScriptObject::operator=(const SBScriptObject &rhs) { argument
[all...]
H A DSBProcessInfoList.cpp28 SBProcessInfoList::SBProcessInfoList(const lldb::SBProcessInfoList &rhs) { argument
36 SBProcessInfoList::operator=(const lldb::SBProcessInfoList &rhs) { argument
H A DSBFormat.cpp21 SBFormat::SBFormat(const SBFormat &rhs) { argument
27 SBFormat &SBFormat::operator=(const SBFormat &rhs) { argument
H A DSBWatchpointOptions.cpp31 SBWatchpointOptions::SBWatchpointOptions(const SBWatchpointOptions &rhs) { argument
38 SBWatchpointOptions::operator=(const SBWatchpointOptions &rhs) { argument
H A DSBExecutionContext.cpp24 SBExecutionContext::SBExecutionContext(const lldb::SBExecutionContext &rhs) argument
66 operator=(const lldb::SBExecutionContext &rhs) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h45 friend bool operator==(const Range &lhs, const Range &rhs) { argument
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h72 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} argument
78 FilePath& operator=(const FilePath& rhs) { argument
83 void Set(const FilePath& rhs) { pathname_ = rhs.pathname_; } argument
/freebsd-current/sys/ddb/
H A Ddb_expr.c160 db_expr_t lhs, rhs; local
205 db_expr_t lhs, rhs; local
242 db_expr_t lhs, rhs; local
261 lhs <<= rhs; local
277 db_expr_t lhs, rhs; local
327 db_expr_t lhs, rhs; local
352 db_expr_t lhs, rhs; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDeclContext.cpp69 operator ==(const lldb_private::CompilerDeclContext &lhs, const lldb_private::CompilerDeclContext &rhs) argument
75 operator !=(const lldb_private::CompilerDeclContext &lhs, const lldb_private::CompilerDeclContext &rhs) argument
H A DCompilerDecl.cpp39 operator ==(const lldb_private::CompilerDecl &lhs, const lldb_private::CompilerDecl &rhs) argument
45 operator !=(const lldb_private::CompilerDecl &lhs, const lldb_private::CompilerDecl &rhs) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h54 ScopedPythonObject(ScopedPythonObject &&rhs) argument
/freebsd-current/contrib/kyua/utils/
H A Dunits.cpp146 units::operator>>(std::istream& input, bytes& rhs) argument
169 units::operator<<(std::ostream& output, const bytes& rhs) argument

Completed in 305 milliseconds

12345678910