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

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dfriend7.C22 b<V>::a<T>::a(a<T *> const &rhs): t_(*rhs.t_) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DGDBRemoteSignals.cpp15 GDBRemoteSignals::GDBRemoteSignals(const lldb::UnixSignalsSP &rhs) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp9068.C13 void foo (ostream& lhs, const C& rhs) argument
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/
H A Dmultiset.cc36 operator<(std::pair<int, int> const& lhs, std::pair<int, int> const& rhs) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/
H A Dsts_vectini.C20 XTVec& operator+=(XTVec& lhs, XTVec& rhs){ argument
28 XTVec operator+(XTVec& lhs, XTVec& rhs){ argument
/openbsd-current/sys/ddb/
H A Ddb_expr.c134 db_expr_t lhs, rhs; local
170 db_expr_t lhs, rhs; local
196 db_expr_t lhs, rhs; local
213 lhs <<= rhs; local
[all...]
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DRegularExpression.cpp20 RegularExpression::RegularExpression(const RegularExpression &rhs) argument
H A DStringLexer.cpp79 StringLexer &StringLexer::operator=(const StringLexer &rhs) { argument
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DSourceBreakpoint.h29 operator <(const SourceBreakpoint &lhs, const SourceBreakpoint &rhs) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h117 FileWriter(const FileWriter &rhs) = delete; member in class:llvm::gsym::FileWriter
118 void operator=(const FileWriter &rhs) = delete; member in class:llvm::gsym::FileWriter
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DCompilerDeclContext.cpp60 operator ==(const lldb_private::CompilerDeclContext &lhs, const lldb_private::CompilerDeclContext &rhs) argument
66 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
/openbsd-current/gnu/llvm/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...]
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadEvent.h58 PThreadEvent &operator=(const PThreadEvent &rhs) = delete; member in class:PThreadEvent
/openbsd-current/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCReleaser.h38 CFCReleaser(const CFCReleaser &rhs) : _ptr(rhs.get()) { argument
53 CFCReleaser &operator=(const CFCReleaser<T> &rhs) { argument
H A DCFCData.cpp15 CFCData::CFCData(const CFCData &rhs) = default; member in class:CFCData
18 CFCData &CFCData::operator=(const CFCData &rhs) argument
H A DCFCMutableSet.cpp17 CFCMutableSet::CFCMutableSet(const CFCMutableSet &rhs) = default; member in class:CFCMutableSet
20 const CFCMutableSet &CFCMutableSet::operator=(const CFCMutableSet &rhs) { argument
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBThreadCollection.cpp19 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) argument
25 operator=(const SBThreadCollection &rhs) { argument
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp24 CFBundle::CFBundle(const CFBundle &rhs) = default; member in class:CFBundle
27 CFBundle &CFBundle::operator=(const CFBundle &rhs) { argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h45 friend bool operator==(const Range &lhs, const Range &rhs) { argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h52 ScopedPythonObject(ScopedPythonObject &&rhs) argument

Completed in 334 milliseconds

1234567891011>>