Searched refs:lhs (Results 151 - 175 of 232) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp291 Expr *lhs = E->getLHS()->IgnoreParenImpCasts(); local
292 if (ObjCIvarRefExpr *RE = dyn_cast<ObjCIvarRefExpr>(lhs)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h341 static bool flagName(const EnumEntry<T> &lhs, const EnumEntry<T> &rhs) { argument
342 return lhs.Name < rhs.Name;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h201 static Operand BuildSum(const Operand &lhs, const Operand &rhs);
202 static Operand BuildProduct(const Operand &lhs, const Operand &rhs);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp121 bool operator==(const Point &lhs, const Point &rhs) { argument
122 return lhs.x == rhs.x && lhs.y == rhs.y;
125 bool operator!=(const Point &lhs, const Point &rhs) { argument
126 return lhs.x != rhs.x || lhs.y != rhs.y;
142 bool operator==(const Size &lhs, const Size &rhs) { argument
143 return lhs.width == rhs.width && lhs.height == rhs.height;
146 bool operator!=(const Size &lhs, cons argument
246 operator ==(const Rect &lhs, const Rect &rhs) argument
250 operator !=(const Rect &lhs, const Rect &rhs) argument
[all...]
H A DDisassembler.cpp1389 Instruction::Operand Instruction::Operand::BuildSum(const Operand &lhs, argument
1393 ret.m_children = {lhs, rhs};
1397 Instruction::Operand Instruction::Operand::BuildProduct(const Operand &lhs, argument
1401 ret.m_children = {lhs, rhs};
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-pre.c3094 try_look_through_load (tree lhs, tree mem_ref, tree stmt, basic_block block) argument
3150 add_to_sets (lhs, rhs, store_stmt, TMP_GEN (block), AVAIL_OUT (block));
3252 tree lhs = TREE_OPERAND (stmt, 0); local
3276 new = poolify_modify_expr (TREE_TYPE (stmt), storetemp, lhs);
3278 lhs = make_ssa_name (storetemp, new);
3279 TREE_OPERAND (new, 0) = lhs;
3477 tree lhs = TREE_OPERAND (stmt, 0); local
3481 if (TREE_CODE (lhs) == SSA_NAME
3483 && try_look_through_load (lhs, rhs, stmt, block))
3499 vn_add (lhs, new
3506 bitmap_insert_into_set (TMP_GEN (block), lhs); local
3507 bitmap_value_insert_into_set (AVAIL_OUT (block), lhs); local
3577 tree lhs = TREE_OPERAND (stmt, 0); local
[all...]
H A Dfold-const.c3511 tree lhs, tree rhs)
3514 tree type = TREE_TYPE (lhs);
3529 linner = get_inner_reference (lhs, &lbitsize, &lbitpos, &offset, &lmode,
3531 if (linner == lhs || lbitsize == GET_MODE_BITSIZE (lmode) || lbitsize < 0
3638 lhs = make_bit_field_ref (linner, unsigned_type, nbitsize, nbitpos, 1);
3641 TREE_SIDE_EFFECTS (lhs) = 1;
3642 TREE_THIS_VOLATILE (lhs) = 1;
3652 build2 (BIT_AND_EXPR, unsigned_type, lhs, mask),
4916 tree lhs = make_range (op0, &in0_p, &low0, &high0, &strict_overflow_p);
4931 if ((lhs
3488 optimize_bit_field_compare(enum tree_code code, tree compare_type, tree lhs, tree rhs) argument
4887 tree lhs = make_range (op0, &in0_p, &low0, &high0, &strict_overflow_p); local
5024 fold_truthop(enum tree_code code, tree truth_type, tree lhs, tree rhs) argument
5991 tree lhs = NULL_TREE; local
8013 tree lhs; local
[all...]
H A Dtree-ssa-ccp.c1183 tree lhs, rhs; local
1186 lhs = TREE_OPERAND (stmt, 0);
1260 if (TREE_CODE (lhs) == SSA_NAME)
1264 if (set_lattice_value (lhs, val))
1266 *output_p = lhs;
1287 val.mem_ref = lhs;
2034 /* Make sure the FIELD_DECL is actually a field in the type on the lhs.
H A Dc-typeck.c3925 build_modify_expr (tree lhs, enum tree_code modifycode, tree rhs)
3929 tree lhstype = TREE_TYPE (lhs);
3938 objc_weak_reference_expr (&lhs);
3939 lhstype = TREE_TYPE (lhs);
3945 lhs = require_complete_type (lhs);
3948 if (TREE_CODE (lhs) == ERROR_MARK || TREE_CODE (rhs) == ERROR_MARK)
3952 if (!lvalue_or_else (lhs, lv_assign))
3964 /* First we check to see if lhs is a byref... byrefs look like:
3966 if (TREE_CODE (lhs)
3905 build_modify_expr(tree lhs, enum tree_code modifycode, tree rhs) argument
[all...]
H A Dtarget.h651 bool (* stdarg_optimize_hook) (struct stdarg_info *ai, tree lhs, tree rhs);
H A Dtree-ssa.c756 tree lhs, base_address; local
758 lhs = TREE_OPERAND (stmt, 0);
759 base_address = get_base_address (lhs);
H A Dvalue-prof.c708 tree assign, lhs, rhs, divisor, op0, type;
719 lhs = TREE_OPERAND (assign, 0);
720 type = TREE_TYPE (lhs);
707 tree assign, lhs, rhs, divisor, op0, type; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.c785 compare_l2p_entries_by_offset(const l2p_page_entry_t *lhs, argument
788 return lhs->offset > rhs->offset ? 1
789 : lhs->offset == rhs->offset ? 0 : -1;
2861 compare_start_p2l_entry(const void *lhs, argument
2864 const svn_fs_x__p2l_entry_t *entry = lhs;
3159 compare_p2l_entry_offsets(const void *lhs, argument
3162 const svn_fs_x__p2l_entry_t *entry = (const svn_fs_x__p2l_entry_t *)lhs;
3545 compare_sub_items(const svn_fs_x__id_t * const * lhs, argument
3548 return (*lhs)->change_set < (*rhs)->change_set
3550 : ((*lhs)
3557 compare_p2l_info_rev(const sub_item_ordered_t * lhs, const sub_item_ordered_t * rhs) argument
[all...]
H A Ddag.c141 svn_fs_x__dag_related_node(dag_node_t *lhs,
144 return svn_fs_x__id_eq(&lhs->node_revision->node_id,
149 svn_fs_x__dag_same_line_of_history(dag_node_t *lhs,
152 svn_fs_x__noderev_t *lhs_noderev = lhs->node_revision;
139 svn_fs_x__dag_related_node(dag_node_t *lhs, dag_node_t *rhs) argument
147 svn_fs_x__dag_same_line_of_history(dag_node_t *lhs, dag_node_t *rhs) argument
H A Dstring_table.c169 match_length(const svn_string_t *lhs,
172 apr_size_t len = MIN(lhs->len, rhs->len);
173 return (apr_uint16_t)svn_cstring__match_length(lhs->data, rhs->data, len);
166 match_length(const svn_string_t *lhs, const svn_string_t *rhs) argument
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c1810 ndbm_map_store(map, lhs, rhs)
1812 char *lhs;
1822 map->map_mname, lhs, rhs);
1824 key.dsize = strlen(lhs);
1825 key.dptr = lhs;
1849 message("050 Warning: duplicate alias name %s", lhs);
1882 syserr("readaliases: dbm put (%s): %d", lhs, status);
2505 db_map_store(map, lhs, rhs)
2507 char *lhs;
2521 map->map_mname, lhs, rh
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlanguage.h476 extern void op_error (const char *lhs, enum exp_opcode,
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c840 const dt_ident_t *lhs = *((const dt_ident_t **)lp); local
843 if (lhs->di_id != rhs->di_id)
844 return ((int)(lhs->di_id - rhs->di_id));
846 return (strcmp(lhs->di_name, rhs->di_name));
/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.hh349 expression_ptr parse_binary_expression(expression_ptr lhs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2629 int APInt::tcMultiply(WordType *dst, const WordType *lhs,
2631 assert(dst != lhs && dst != rhs);
2637 overflow |= tcMultiplyPart(&dst[i], lhs, rhs[i], 0, parts,
2645 void APInt::tcFullMultiply(WordType *dst, const WordType *lhs,
2650 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts);
2652 assert(dst != lhs && dst != rhs);
2657 tcMultiplyPart(&dst[i], rhs, lhs[i], 0, rhsParts, rhsParts + 1, true);
2670 int APInt::tcDivide(WordType *lhs, const WordType *rhs,
2673 assert(lhs != remainder && lhs !
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstats.c365 apr_uint64_t lhs = (*(const rep_stats_t *const *)data)->item_index; local
368 if (lhs < rhs)
370 return (lhs > rhs ? 1 : 0);
931 compare_representation_refs(const void *lhs, const void *rhs) argument
933 svn_revnum_t lhs_rev = (*(const rep_ref_t *const *)lhs)->revision;
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp295 [](const Symbol *lhs, const Symbol *rhs) -> bool {
296 if (lhs == rhs)
299 uint64_t lhsAddr = lhs->value;
304 Atom::Scope lScope = atomScope(lhs->scope);
310 bool lPrivate = (lhs->name.front() == 'l');
315 return lhs->name < rhs->name;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h265 SCEVUDivExpr(const FoldingSetNodeIDRef ID, const SCEV *lhs, const SCEV *rhs) argument
266 : SCEV(ID, scUDivExpr, computeExpressionSize({lhs, rhs})), LHS(lhs),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp811 Init *lhs = LHS->resolveReferences(R);
813 if (LHS != lhs || (R.isFinal() && getOpcode() == CAST))
814 return (UnOpInit::get(getOpcode(), lhs, getType()))
1046 Init *lhs = LHS->resolveReferences(R);
1049 if (LHS != lhs || RHS != rhs)
1050 return (BinOpInit::get(getOpcode(), lhs, rhs, getType()))
1254 Init *lhs = LHS->resolveReferences(R);
1256 if (getOpcode() == IF && lhs != LHS) {
1258 lhs->convertInitializerTo(IntRecTy::get()))) {
1271 SR.addShadow(lhs);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8170 const ObjCObjectPointerType *lhs, const ObjCObjectPointerType *rhs) {
8171 for (auto *lhsProto : lhs->quals()) {
8185 /// ObjCQualifiedIdTypesAreCompatible - We know that one of lhs/rhs is an
8188 const ObjCObjectPointerType *lhs, const ObjCObjectPointerType *rhs,
8191 if (lhs->isObjCIdType() || rhs->isObjCIdType())
8195 if (lhs->isObjCClassType() || lhs->isObjCQualifiedClassType() ||
8199 if (lhs->isObjCQualifiedIdType()) {
8204 for (auto *I : lhs->quals()) {
8205 // when comparing an id<P> on lhs wit
8169 ObjCQualifiedClassTypesAreCompatible( const ObjCObjectPointerType *lhs, const ObjCObjectPointerType *rhs) argument
8187 ObjCQualifiedIdTypesAreCompatible( const ObjCObjectPointerType *lhs, const ObjCObjectPointerType *rhs, bool compare) argument
8409 compareObjCProtocolsByName(ObjCProtocolDecl * const *lhs, ObjCProtocolDecl * const *rhs) argument
8481 canAssignObjCObjectTypes(ASTContext &ctx, QualType lhs, QualType rhs) argument
8788 mergeFunctionParameterTypes(QualType lhs, QualType rhs, bool OfBlockPointer, bool Unqualified) argument
8807 mergeFunctionTypes(QualType lhs, QualType rhs, bool OfBlockPointer, bool Unqualified) argument
[all...]

Completed in 422 milliseconds

12345678910