Searched defs:lhs (Results 1 - 25 of 131) sorted by relevance

123456

/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
[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...]
/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.h129 bool operator()(const char* lhs, const char* rhs) const argument
H A DHistory.h151 CompareHistoryEvents (const HistoryEvent lhs, argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
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...]
H A DUUID.cpp246 lldb_private::operator == (const lldb_private::UUID &lhs, const lldb_private::UUID &rhs) argument
252 lldb_private::operator != (const lldb_private::UUID &lhs, const lldb_private::UUID &rhs) argument
258 lldb_private::operator < (const lldb_private::UUID &lhs, const lldb_private::UUID &rhs) argument
264 lldb_private::operator <= (const lldb_private::UUID &lhs, const lldb_private::UUID &rhs) argument
270 lldb_private::operator > (const lldb_private::UUID &lhs, const lldb_private::UUID &rhs) argument
276 operator >=(const lldb_private::UUID &lhs, const lldb_private::UUID &rhs) argument
[all...]
/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...]
H A DPointerUnion.h180 static bool operator==(PointerUnion<PT1, PT2> lhs, argument
186 static bool operator!=(PointerUnion<PT1, PT2> lhs, argument
H A DSTLExtras.h223 template <typename T> bool operator()(const T &lhs, const T &rhs) const { argument
231 template <typename T> bool operator()(const T &lhs, const T &rhs) const { argument
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dvint64ops.c128 icmpv64( const vint64 * lhs, const vint64 * rhs ) argument
152 ucmpv64( const vint64 * lhs, const vint64 * rhs ) argument
175 addv64( const vint64 *lhs, const vint64 *rhs ) argument
194 subv64( const vint64 *lhs, const vint64 *rhs ) argument
213 addv64i32( const vint64 * lhs, int32_t rhs ) argument
232 subv64i32( const vint64 * lhs, int32_t rhs ) argument
251 addv64u32( const vint64 * lhs, uint32_t rhs ) argument
270 subv64u32( const vint64 * lhs, uint32_t rhs ) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp81 const Expr *lhs = binop->getLHS(); local
161 const Expr * lhs = E->getLHS(); local
/freebsd-10.3-release/contrib/gcc/
H A Dtree-gimple.c129 rhs_predicate_for (tree lhs) argument
H A Dtree-ssa-copyrename.c320 tree lhs = TREE_OPERAND (stmt, 0); local
H A Dc-omp.c91 c_finish_omp_atomic (enum tree_code code, tree lhs, tree rhs) argument
H A Dstub-objc.c521 objc_build_incr_decr_setter_call(enum tree_code ARG_UNUSED (code), tree ARG_UNUSED (lhs), tree ARG_UNUSED (inc)) argument
H A Dtree-ssa-forwprop.c608 forward_propagate_addr_into_variable_array_index (tree offset, tree lhs, argument
677 tree lhs, rhs, array_ref; local
986 tree lhs = TREE_OPERAND (stmt, 0); local
[all...]
H A Dtree-ssa-sink.c145 tree lhs; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DIterable.h167 typename AdaptedConstIterator<C, E, A>::BackingIterator::difference_type operator- (AdaptedConstIterator<C, E, A> &lhs, AdaptedConstIterator<C, E, A> &rhs) argument
173 void swap (AdaptedConstIterator<C, E, A> &lhs, AdaptedConstIterator<C, E, A> &rhs) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/common/
H A DTimeValue.cpp181 lldb_private::operator == (const TimeValue &lhs, const TimeValue &rhs) argument
187 lldb_private::operator != (const TimeValue &lhs, const TimeValue &rhs) argument
193 lldb_private::operator < (const TimeValue &lhs, const TimeValue &rhs) argument
199 lldb_private::operator <= (const TimeValue &lhs, const TimeValue &rhs) argument
205 lldb_private::operator > (const TimeValue &lhs, const TimeValue &rhs) argument
211 operator >=(const TimeValue &lhs, const TimeValue &rhs) argument
217 operator -(const TimeValue &lhs, const TimeValue &rhs) argument
[all...]
/freebsd-10.3-release/sys/ofed/include/linux/
H A Dktime.h173 static inline ktime_t ktime_sub(const ktime_t lhs, const ktime_t rhs) argument
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCWin64EH.cpp53 static void EmitAbsDifference(MCStreamer &streamer, MCSymbol *lhs, argument
/freebsd-10.3-release/contrib/libstdc++/include/ext/
H A Dpod_char_traits.h79 operator==(const character<V, I, S>& lhs, const character<V, I, S>& rhs) argument
84 operator<(const character<V, I, S>& lhs, const character<V, I, S>& rhs) argument

Completed in 159 milliseconds

123456