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

12345678910

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleChild.cpp19 ModuleChild::ModuleChild (const ModuleChild& rhs) : argument
29 ModuleChild::operator= (const ModuleChild& rhs) argument
H A DVMRange.cpp62 lldb_private::operator== (const VMRange& lhs, const VMRange& rhs) argument
68 lldb_private::operator!= (const VMRange& lhs, const VMRange& rhs) argument
74 lldb_private::operator< (const VMRange& lhs, const VMRange& rhs) argument
84 operator <=(const VMRange& lhs, const VMRange& rhs) argument
94 operator >(const VMRange& lhs, const VMRange& rhs) argument
104 operator >=(const VMRange& lhs, const VMRange& rhs) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DDeclaration.cpp105 lldb_private::operator == (const Declaration &lhs, const Declaration &rhs) argument
/freebsd-10.3-release/sys/ddb/
H A Ddb_expr.c133 db_expr_t lhs, rhs; local
169 db_expr_t lhs, rhs; local
195 db_expr_t lhs, rhs; local
212 lhs <<= rhs; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangNamespaceDecl.h35 ClangNamespaceDecl (const ClangNamespaceDecl &rhs) : argument
42 operator = (const ClangNamespaceDecl &rhs) argument
H A DDeclaration.h71 Declaration (const Declaration& rhs) : argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DStackID.cpp42 lldb_private::operator== (const StackID& lhs, const StackID& rhs) argument
58 lldb_private::operator!= (const StackID& lhs, const StackID& rhs) argument
73 lldb_private::operator< (const StackID& lhs, const StackID& rhs) argument
[all...]
H A DThreadSpec.cpp24 ThreadSpec::ThreadSpec (const ThreadSpec &rhs) : argument
33 ThreadSpec::operator=(const ThreadSpec &rhs) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h51 void setLeafProc(bool rhs) { IsLeafProc = rhs; } argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUserID.h113 inline bool operator== (const UserID& lhs, const UserID& rhs) argument
118 inline bool operator!= (const UserID& lhs, const UserID& rhs) argument
H A DConstString.h58 ConstString (const ConstString& rhs) : argument
168 operator = (const ConstString& rhs) argument
[all...]
H A DFlags.h56 Flags (const Flags& rhs) : argument
H A DHistory.h151 CompareHistoryEvents(const HistoryEvent lhs, const HistoryEvent rhs) argument
H A DStreamTee.h53 StreamTee (const StreamTee &rhs) : argument
68 operator = (const StreamTee &rhs) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DPythonDataObjects.h40 PythonObject (const PythonObject &rhs) : argument
H A DOptionValueSInt64.h52 OptionValueSInt64 (const OptionValueSInt64 &rhs) : argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBSourceManager.cpp42 SourceManagerImpl (const SourceManagerImpl &rhs) argument
107 SBSourceManager::SBSourceManager (const SBSourceManager &rhs) argument
116 SBSourceManager::operator = (const lldb::SBSourceManager &rhs) argument
H A DSBStringList.cpp29 SBStringList::SBStringList (const SBStringList &rhs) : argument
38 SBStringList::operator = (const SBStringList &rhs) argument
H A DSBSymbolContextList.cpp22 SBSymbolContextList::SBSymbolContextList (const SBSymbolContextList& rhs) : argument
32 SBSymbolContextList::operator = (const SBSymbolContextList &rhs) argument
H A DSBBroadcaster.cpp50 SBBroadcaster::SBBroadcaster (const SBBroadcaster &rhs) : argument
57 SBBroadcaster::operator = (const SBBroadcaster &rhs) argument
[all...]
H A DSBExpressionOptions.cpp24 SBExpressionOptions::SBExpressionOptions (const SBExpressionOptions &rhs) argument
31 SBExpressionOptions::operator = (const SBExpressionOptions &rhs) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Utility/
H A DRange.cpp46 Range::operator = (const Range& rhs) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManagerInternals.h63 inline bool operator<(const LineEntry &lhs, const LineEntry &rhs) { argument
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A Dpolymorphic_ptr.h81 void swap(polymorphic_ptr<T> &lhs, polymorphic_ptr<T> &rhs) { argument
86 bool operator==(const polymorphic_ptr<T> &lhs, const polymorphic_ptr<U> &rhs) { argument
91 bool operator!=(const polymorphic_ptr<T> &lhs, const polymorphic_ptr<U> &rhs) { argument
96 bool operator==(const polymorphic_ptr<T> &lhs, U *rhs) { argument
101 bool operator!=(const polymorphic_ptr<T> &lhs, U *rhs) { argument
106 operator ==(T *lhs, const polymorphic_ptr<U> &rhs) argument
111 operator !=(T *lhs, const polymorphic_ptr<U> &rhs) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackID.h43 StackID (const StackID& rhs) : argument
99 operator=(const StackID& rhs) argument
[all...]

Completed in 214 milliseconds

12345678910