Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 25 of 174) sorted by relevance

1234567

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DVMRange.cpp42 bool lldb_private::operator==(const VMRange &lhs, const VMRange &rhs) { in operator ==()
47 bool lldb_private::operator!=(const VMRange &lhs, const VMRange &rhs) { in operator !=()
51 bool lldb_private::operator<(const VMRange &lhs, const VMRange &rhs) { in operator <()
59 bool lldb_private::operator<=(const VMRange &lhs, const VMRange &rhs) { in operator <=()
63 bool lldb_private::operator>(const VMRange &lhs, const VMRange &rhs) { in operator >()
67 bool lldb_private::operator>=(const VMRange &lhs, const VMRange &rhs) { in operator >=()
H A DScalar.cpp55 Scalar::Type Scalar::PromoteToMaxType(Scalar &lhs, Scalar &rhs) { in PromoteToMaxType()
512 const Scalar lldb_private::operator+(const Scalar &lhs, const Scalar &rhs) { in operator +()
518 const Scalar lldb_private::operator-(Scalar lhs, Scalar rhs) { in operator -()
535 const Scalar lldb_private::operator/(Scalar lhs, Scalar rhs) { in operator /()
556 const Scalar lldb_private::operator*(Scalar lhs, Scalar rhs) { in operator *()
573 const Scalar lldb_private::operator&(Scalar lhs, Scalar rhs) { in operator &()
584 const Scalar lldb_private::operator|(Scalar lhs, Scalar rhs) { in operator |()
595 const Scalar lldb_private::operator%(Scalar lhs, Scalar rhs) { in operator %()
607 const Scalar lldb_private::operator^(Scalar lhs, Scalar rhs) { in operator ^()
618 const Scalar lldb_private::operator<<(const Scalar &lhs, const Scalar &rhs) { in operator <<()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackID.cpp33 bool lldb_private::operator==(const StackID &lhs, const StackID &rhs) { in operator ==()
47 bool lldb_private::operator!=(const StackID &lhs, const StackID &rhs) { in operator !=()
60 bool lldb_private::operator<(const StackID &lhs, const StackID &rhs) { in operator <()
/openbsd-src/sys/ddb/
H A Ddb_expr.c134 db_expr_t lhs, rhs; in db_mult_expr() local
170 db_expr_t lhs, rhs; in db_add_expr() local
196 db_expr_t lhs, rhs; in db_shift_expr() local
/openbsd-src/gnu/gcc/gcc/
H A Dtree-stdarg.c120 tree stmt, lhs, orig_lhs; in va_list_counter_bump() local
445 check_va_list_escapes (struct stdarg_info *si, tree lhs, tree rhs) in check_va_list_escapes()
527 tree lhs = TREE_OPERAND (stmt, 0); in check_all_va_list_escapes() local
753 tree phi, lhs, rhs; in execute_optimize_stdarg() local
812 tree lhs = TREE_OPERAND (stmt, 0); in execute_optimize_stdarg() local
H A Dtree-ssa-dom.c69 tree lhs; member
120 tree lhs; local
465 initialize_hash_element (tree expr, tree lhs, struct expr_hash_elt *element) in initialize_hash_element()
629 tree lhs = edge_info->lhs; in dom_opt_finalize_block() local
669 tree lhs = edge_info->lhs; in dom_opt_finalize_block() local
728 tree lhs = PHI_RESULT (phi); in record_equivalences_from_phis() local
826 tree lhs = edge_info->lhs; in record_equivalences_from_incoming_edge() local
1181 tree lhs, rhs, preinc, phi; in simple_iv_increment_p() local
1562 tree lhs = TREE_OPERAND (stmt, 0); in record_equivalences_from_stmt() local
1926 tree lhs; in lookup_avail_expr() local
[all …]
H A Dtree-complex.c153 is_complex_reg (tree lhs) in is_complex_reg()
268 tree lhs, rhs; in complex_visit_stmt() local
359 tree lhs; in complex_visit_phi() local
591 tree lhs = TREE_OPERAND (stmt, 0); in update_complex_components() local
604 update_complex_components_on_edge (edge e, tree lhs, tree r, tree i) in update_complex_components_on_edge()
729 tree lhs, tree rhs) in expand_complex_move()
915 tree lhs = TREE_OPERAND (stmt, 0); in expand_complex_libcall() local
1387 tree lhs = TREE_OPERAND (stmt, 0); in expand_complex_operations_1() local
H A Dtree-ssa-forwprop.c608 forward_propagate_addr_into_variable_array_index (tree offset, tree lhs, in forward_propagate_addr_into_variable_array_index()
677 tree lhs, rhs, array_ref; in forward_propagate_addr_expr_1() local
986 tree lhs = TREE_OPERAND (stmt, 0); in tree_ssa_forward_propagate_single_use_vars() local
H A Dtree-ssa-structalias.c422 struct constraint_expr lhs; member
523 new_constraint (const struct constraint_expr lhs, in new_constraint()
991 struct constraint_expr lhs = c->lhs; in build_pred_graph() local
1050 struct constraint_expr lhs; in build_succ_graph() local
1392 unsigned int lhs = find (c->lhs.var); in do_sd_constraint() local
1907 struct constraint_expr lhs = c->lhs; in move_complex_constraints() local
2275 struct constraint_expr lhs = t->lhs; in process_constraint() local
2783 do_simple_structure_copy (const struct constraint_expr lhs, in do_simple_structure_copy()
2821 do_rhs_deref_structure_copy (const struct constraint_expr lhs, in do_rhs_deref_structure_copy()
2860 do_lhs_deref_structure_copy (const struct constraint_expr lhs, in do_lhs_deref_structure_copy()
[all …]
H A Dtree-ssa-reassoc.c817 tree lhs = TREE_OPERAND (stmt, 0); in is_phi_for_stmt() local
998 get_single_immediate_use (tree lhs) in get_single_immediate_use()
1071 tree lhs = TREE_OPERAND (stmt, 0); in should_break_up_subtract() local
1270 tree lhs = TREE_OPERAND (stmt, 0); in break_up_subtract_bb() local
1313 tree lhs = TREE_OPERAND (stmt, 0); in reassociate_bb() local
H A Dtree-ssa-copy.c367 tree lhs, rhs; in stmt_may_generate_copy() local
554 tree lhs, rhs; in copy_prop_visit_assignment() local
768 tree lhs; in copy_prop_visit_phi_node() local
/openbsd-src/gnu/gcc/libdecnumber/
H A DdecNumber.c685 decNumberAdd (decNumber * res, const decNumber * lhs, in decNumberAdd()
708 decNumberCompare (decNumber * res, const decNumber * lhs, in decNumberCompare()
731 decNumberDivide (decNumber * res, const decNumber * lhs, in decNumberDivide()
754 decNumberDivideInteger (decNumber * res, const decNumber * lhs, in decNumberDivideInteger()
777 decNumberMax (decNumber * res, const decNumber * lhs, in decNumberMax()
800 decNumberMin (decNumber * res, const decNumber * lhs, in decNumberMin()
889 decNumberMultiply (decNumber * res, const decNumber * lhs, in decNumberMultiply()
976 decNumberPower (decNumber * res, const decNumber * lhs, in decNumberPower()
1263 decNumberQuantize (decNumber * res, const decNumber * lhs, in decNumberQuantize()
1292 decNumberRescale (decNumber * res, const decNumber * lhs, in decNumberRescale()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerDecl.cpp39 bool lldb_private::operator==(const lldb_private::CompilerDecl &lhs, in operator ==()
45 bool lldb_private::operator!=(const lldb_private::CompilerDecl &lhs, in operator !=()
H A DCompilerDeclContext.cpp60 bool lldb_private::operator==(const lldb_private::CompilerDeclContext &lhs, in operator ==()
66 bool lldb_private::operator!=(const lldb_private::CompilerDeclContext &lhs, in operator !=()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppexp.c1184 num_bitwise_op (pfile, lhs, rhs, op) in num_bitwise_op() argument
1215 num_inequality_op (pfile, lhs, rhs, op) in num_inequality_op() argument
1239 num_equality_op (pfile, lhs, rhs, op) in num_equality_op() argument
1379 num_binary_op (pfile, lhs, rhs, op) in num_binary_op() argument
1464 num_part_mul (lhs, rhs) in num_part_mul() argument
1495 num_mul (pfile, lhs, rhs) in num_mul() argument
1547 num_div_op (pfile, lhs, rhs, op) in num_div_op() argument
/openbsd-src/gnu/gcc/libcpp/
H A Dexpr.c1174 cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_bitwise_op()
1202 num_inequality_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, in num_inequality_op()
1225 cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_equality_op()
1356 num_binary_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_binary_op()
1422 num_part_mul (cpp_num_part lhs, cpp_num_part rhs) in num_part_mul()
1453 num_mul (cpp_reader *pfile, cpp_num lhs, cpp_num rhs) in num_mul()
1503 num_div_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_div_op()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSourceLocationSpec.cpp46 int SourceLocationSpec::Compare(const SourceLocationSpec &lhs, in Compare()
51 bool SourceLocationSpec::Equal(const SourceLocationSpec &lhs, in Equal()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp123 bool operator==(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs) { in operator ==()
127 bool operator!=(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs) { in operator !=()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp77 nonloc::SymbolVal SValBuilder::makeNonLoc(const SymExpr *lhs, in makeNonLoc()
89 nonloc::SymbolVal SValBuilder::makeNonLoc(const llvm::APSInt &lhs, in makeNonLoc()
97 nonloc::SymbolVal SValBuilder::makeNonLoc(const SymExpr *lhs, in makeNonLoc()
487 SVal lhs, SVal rhs, QualType type) { in evalBinOp()
536 ConditionTruthVal SValBuilder::areEqual(ProgramStateRef state, SVal lhs, in areEqual()
541 SVal SValBuilder::evalEQ(ProgramStateRef state, SVal lhs, SVal rhs) { in evalEQ()
546 DefinedOrUnknownSVal lhs, in evalEQ()
/openbsd-src/usr.bin/make/
H A Dcond.c399 char *lhs; in CondHandleNumber() local
412 char *lhs; in CondHandleVarSpec() local
450 char *lhs; in CondHandleString() local
470 CondHandleComparison(char *lhs, bool doFree, bool doEval) in CondHandleComparison()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Ddebug1.C10 foo (const c& lhs) in foo()
H A Dp9068.C13 void foo (ostream& lhs, const C& rhs) in foo()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp91 const Expr *lhs = binop->getLHS(); in CheckMallocArgument() local
213 const Expr *lhs = AssignEx->getLHS(); in CheckAssignmentExpr() local
231 const Expr * lhs = E->getLHS(); in VisitBinaryOperator() local
/openbsd-src/sys/kern/
H A Dsubr_kubsan.c219 __ubsan_handle_add_overflow(struct overflow_data * data,unsigned long lhs,unsigned long rhs) __ubsan_handle_add_overflow() argument
243 __ubsan_handle_divrem_overflow(struct overflow_data * data,unsigned long lhs,unsigned long rhs) __ubsan_handle_divrem_overflow() argument
294 __ubsan_handle_mul_overflow(struct overflow_data * data,unsigned long lhs,unsigned long rhs) __ubsan_handle_mul_overflow() argument
345 __ubsan_handle_shift_out_of_bounds(struct shift_out_of_bounds_data * data,unsigned long lhs,unsigned long rhs) __ubsan_handle_shift_out_of_bounds() argument
358 __ubsan_handle_sub_overflow(struct overflow_data * data,unsigned long lhs,unsigned long rhs) __ubsan_handle_sub_overflow() argument
644 unsigned long lhs = kr->kr_shift_out_of_bounds.v_lhs; kubsan_report() local
[all...]
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldexp.c298 etree_value_type lhs = expld.result; in fold_binary() local
794 exp_binop (int code, etree_type *lhs, etree_type *rhs) in exp_binop()
812 exp_trinop (int code, etree_type *cond, etree_type *lhs, etree_type *rhs) in exp_trinop()

1234567