Searched refs:lhs (Results 76 - 100 of 232) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h470 bool operator==(const SymbolContext &lhs, const SymbolContext &rhs);
471 bool operator!=(const SymbolContext &lhs, const SymbolContext &rhs);
473 bool operator==(const SymbolContextList &lhs, const SymbolContextList &rhs);
474 bool operator!=(const SymbolContextList &lhs, const SymbolContextList &rhs);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp29 const Scalar &lhs, // The const left hand side object
32 // either the promoted lhs or rhs object
34 // promoted value of lhs (at most one of
35 // lhs/rhs will get promoted)
38 // lhs/rhs will get promoted)
44 promoted_lhs_ptr = &lhs;
47 Scalar::Type lhs_type = lhs.GetType();
58 temp_value = lhs; // Copy left hand side value into the temp value
2091 const Scalar lldb_private::operator+(const Scalar &lhs, const Scalar &rhs) { argument
2096 if ((result.m_type = PromoteToMaxType(lhs, rh
28 PromoteToMaxType( const Scalar &lhs, const Scalar &rhs, Scalar &temp_value, const Scalar *&promoted_lhs_ptr, const Scalar *&promoted_rhs_ptr ) argument
2125 operator -(const Scalar &lhs, const Scalar &rhs) argument
2159 operator /(const Scalar &lhs, const Scalar &rhs) argument
2207 operator *(const Scalar &lhs, const Scalar &rhs) argument
2241 operator &(const Scalar &lhs, const Scalar &rhs) argument
2275 operator |(const Scalar &lhs, const Scalar &rhs) argument
2310 operator %(const Scalar &lhs, const Scalar &rhs) argument
2350 operator ^(const Scalar &lhs, const Scalar &rhs) argument
2385 operator <<(const Scalar &lhs, const Scalar &rhs) argument
2391 operator >>(const Scalar &lhs, const Scalar &rhs) argument
2757 operator ==(const Scalar &lhs, const Scalar &rhs) argument
2792 operator !=(const Scalar &lhs, const Scalar &rhs) argument
2796 operator <(const Scalar &lhs, const Scalar &rhs) argument
2831 operator <=(const Scalar &lhs, const Scalar &rhs) argument
2835 operator >(const Scalar &lhs, const Scalar &rhs) argument
2839 operator >=(const Scalar &lhs, const Scalar &rhs) argument
[all...]
H A DTimer.cpp116 static bool CategoryMapIteratorSortCriterion(const Stats &lhs, argument
118 return lhs.nanos > rhs.nanos;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp49 friend bool operator!=(const LineIterator &lhs, const LineIterator &rhs) { argument
50 assert(lhs.m_obj == rhs.m_obj);
51 if (lhs.m_next_section_idx != rhs.m_next_section_idx)
53 if (lhs.m_current_line != rhs.m_current_line)
55 assert(lhs.m_next_line == rhs.m_next_line);
385 llvm::StringRef lhs, rest; local
386 std::tie(lhs, rest) = getToken(unwind_rules);
387 if (!lhs.consume_back(":"))
395 return std::make_pair(lhs, rest);
405 return std::make_pair(lhs, rh
443 llvm::StringRef lhs = rule->first; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp269 const SymIntExpr *SymbolManager::getSymIntExpr(const SymExpr *lhs, argument
274 SymIntExpr::Profile(ID, lhs, op, v, t);
280 new (data) SymIntExpr(lhs, op, v, t);
287 const IntSymExpr *SymbolManager::getIntSymExpr(const llvm::APSInt& lhs, argument
292 IntSymExpr::Profile(ID, lhs, op, rhs, t);
298 new (data) IntSymExpr(lhs, op, rhs, t);
305 const SymSymExpr *SymbolManager::getSymSymExpr(const SymExpr *lhs, argument
310 SymSymExpr::Profile(ID, lhs, op, rhs, t);
316 new (data) SymSymExpr(lhs, op, rhs, t);
/freebsd-11-stable/contrib/byacc/
H A Dlr0.c487 int lhs; local
493 for (lhs = start_symbol; lhs < nsyms; lhs++)
495 derives[lhs] = rules + k;
498 if (rlhs[i] == lhs)
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-im.c237 tree lhs, rhs; local
256 lhs = TREE_OPERAND (stmt, 0);
257 if (TREE_CODE (lhs) == SSA_NAME
258 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (lhs))
266 if (TREE_CODE (lhs) != SSA_NAME
621 tree lhs, stmt1, stmt2, var, name; local
623 lhs = TREE_OPERAND (stmt, 0);
635 stmt2 = build2 (MODIFY_EXPR, void_type_node, lhs,
644 SSA_NAME_DEF_STMT (lhs) = stmt2;
1210 tree *lhs, *rh local
[all...]
H A Dtree-gimple.c129 rhs_predicate_for (tree lhs) argument
131 if (is_gimple_formal_tmp_var (lhs))
133 else if (is_gimple_reg (lhs))
H A Dtree-ssa-copyrename.c320 tree lhs = TREE_OPERAND (stmt, 0); local
323 if (TREE_CODE (lhs) == SSA_NAME && TREE_CODE (rhs) == SSA_NAME)
324 copy_rename_partition_coalesce (map, lhs, rhs, debug);
H A Dsimplify-rtx.c1549 rtx lhs = op0, rhs = op1;
1551 if (GET_CODE (lhs) == NEG)
1555 lhs = XEXP (lhs, 0);
1557 else if (GET_CODE (lhs) == MULT
1558 && GET_CODE (XEXP (lhs, 1)) == CONST_INT)
1560 coeff0l = INTVAL (XEXP (lhs, 1));
1561 coeff0h = INTVAL (XEXP (lhs, 1)) < 0 ? -1 : 0;
1562 lhs = XEXP (lhs,
1542 rtx lhs = op0, rhs = op1; local
1736 rtx lhs = op0, rhs = op1; local
3324 rtx lhs, rhs; local
3374 rtx lhs = ops[j].op, rhs = ops[i].op; local
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk34 @echo :? only lhs when value true
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h153 inline ArchitectureSet operator|(const Architecture &lhs, argument
155 return ArchitectureSet(lhs) | ArchitectureSet(rhs);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h34 friend bool operator==(const SourceManager::File &lhs,
161 bool operator==(const SourceManager::File &lhs, const SourceManager::File &rhs);
H A DMangled.h102 /// Compares the Mangled::GetName() string in \a lhs and \a rhs.
104 /// \param[in] lhs
111 /// -1 if \a lhs is less than \a rhs
112 /// 0 if \a lhs is equal to \a rhs
113 /// 1 if \a lhs is greater than \a rhs
114 static int Compare(const Mangled &lhs, const Mangled &rhs);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DTLVPass.cpp102 [](const TLVPEntryAtom *lhs, const TLVPEntryAtom *rhs) {
103 return (lhs->slotName().compare(rhs->slotName()) < 0);
/freebsd-11-stable/contrib/libucl/src/
H A Dtree.h65 int (*th_cmp)(struct type *lhs, struct type *rhs); \
122 (struct node *self, struct node *elm, int (*compare)(struct node *lhs, struct node *rhs)) \
134 (struct node *self, struct node *elm, int (*compare)(struct node *lhs, struct node *rhs)) \
155 (struct node *self, struct node *elm, int (*compare)(struct node *lhs, struct node *rhs)) \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Did.h42 svn_boolean_t svn_fs_fs__id_part_eq(const svn_fs_fs__id_part_t *lhs,
H A Dpack.c639 const svn_fs_dirent_t *lhs = (const svn_fs_dirent_t *) a->value; local
642 return strcmp(lhs->name, rhs->name);
652 const svn_fs_dirent_t *lhs = (const svn_fs_dirent_t *) a->value; local
656 = svn_fs_fs__id_rev_item(lhs->id);
788 const path_order_t * lhs = *lhs_p; local
792 int diff = svn_prefix_string__compare(lhs->path, rhs->path);
797 diff = svn_fs_fs__id_part_compare(&rhs->node_id, &lhs->node_id);
802 if (lhs->revision != rhs->revision)
803 return lhs->revision < rhs->revision ? 1 : -1;
814 const reference_t * lhs local
1056 compare_p2l_info(const svn_fs_fs__p2l_entry_t * const * lhs, const svn_fs_fs__p2l_entry_t * const * rhs) argument
1259 const svn_fs_fs__p2l_entry_t * lhs = *lhs_p; local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.h104 int __kmp_str_eqf(char const *lhs, char const *rhs);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharingPtr.h576 inline bool operator==(const IntrusiveSharingPtr<T> &lhs, argument
578 return lhs.get() == rhs.get();
582 inline bool operator!=(const IntrusiveSharingPtr<T> &lhs, argument
584 return lhs.get() != rhs.get();
588 inline bool operator==(const IntrusiveSharingPtr<T> &lhs, U *rhs) { argument
589 return lhs.get() == rhs;
593 inline bool operator!=(const IntrusiveSharingPtr<T> &lhs, U *rhs) { argument
594 return lhs.get() != rhs;
598 inline bool operator==(T *lhs, const IntrusiveSharingPtr<U> &rhs) { argument
599 return lhs
603 operator !=(T *lhs, const IntrusiveSharingPtr<U> &rhs) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp97 llvm::StringRef lhs; local
98 std::tie(lhs, expr) = getToken(expr);
102 result.emplace_back(lhs, rhs);
H A DSymbolContext.cpp362 bool lldb_private::operator==(const SymbolContext &lhs, argument
364 return lhs.function == rhs.function && lhs.symbol == rhs.symbol &&
365 lhs.module_sp.get() == rhs.module_sp.get() &&
366 lhs.comp_unit == rhs.comp_unit &&
367 lhs.target_sp.get() == rhs.target_sp.get() &&
368 LineEntry::Compare(lhs.line_entry, rhs.line_entry) == 0 &&
369 lhs.variable == rhs.variable;
372 bool lldb_private::operator!=(const SymbolContext &lhs, argument
374 return !(lhs
1297 operator ==(const SymbolContextList &lhs, const SymbolContextList &rhs) argument
1314 operator !=(const SymbolContextList &lhs, const SymbolContextList &rhs) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c188 Elf32_Sym *lhs = *((Elf32_Sym **)lp); local
191 if (lhs->st_value != rhs->st_value)
192 return (lhs->st_value > rhs->st_value ? 1 : -1);
194 if ((lhs->st_size == 0) != (rhs->st_size == 0))
195 return (lhs->st_size == 0 ? 1 : -1);
197 if ((ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE) !=
199 return (ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1);
201 if ((ELF32_ST_BIND(lhs->st_info) == STB_WEAK) !=
203 return (ELF32_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1);
205 return (strcmp(dt_module_strtab + lhs
217 Elf64_Sym *lhs = *((Elf64_Sym **)lp); local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsorts.c418 apr_size_t lhs,
421 char *lhs_value = queue->elements->elts + lhs * queue->elements->elt_size;
425 assert(lhs < (apr_size_t)queue->elements->nelts);
434 apr_size_t lhs,
438 char *lhs_value = queue->elements->elts + lhs * queue->elements->elt_size;
415 heap_is_less(svn_priority_queue__t *queue, apr_size_t lhs, apr_size_t rhs) argument
431 heap_swap(svn_priority_queue__t *queue, apr_size_t lhs, apr_size_t rhs) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dpack.c618 const svn_fs_dirent_t *lhs = (const svn_fs_dirent_t *) a->value; local
621 return strcmp(lhs->name, rhs->name);
746 compare_p2l_info(const svn_fs_x__p2l_entry_t * const * lhs, argument
749 assert(*lhs != *rhs);
750 if ((*lhs)->item_count == 0)
751 return (*lhs)->item_count == 0 ? 0 : -1;
752 if ((*lhs)->item_count == 0)
755 if ((*lhs)->items[0].change_set == (*rhs)->items[0].change_set)
756 return (*lhs)->items[0].number > (*rhs)->items[0].number ? -1 : 1;
758 return (*lhs)
777 const path_order_t * lhs = *lhs_p; local
803 const reference_t * lhs = *lhs_p; local
[all...]

Completed in 365 milliseconds

12345678910