Searched defs:lhs (Results 126 - 150 of 171) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h540 bool operator==(const InternalMmapVectorNoCtor<T> &lhs, argument
547 bool operator!=(const InternalMmapVectorNoCtor<T> &lhs, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1389 Instruction::Operand Instruction::Operand::BuildSum(const Operand &lhs, argument
1397 Instruction::Operand Instruction::Operand::BuildProduct(const Operand &lhs, argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dmergeinfo.c1651 svn_rangelist_t *lhs, *rhs; local
H A Dcache-membuffer.c500 static svn_error_t* assert_equal_tags(const entry_tag_t *lhs, argument
1371 entry_keys_match(const entry_key_t *lhs, const entry_key_t *rhs) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dpack.c639 const svn_fs_dirent_t *lhs = (const svn_fs_dirent_t *) a->value; local
652 const svn_fs_dirent_t *lhs = (const svn_fs_dirent_t *) a->value; local
788 const path_order_t * lhs = *lhs_p; local
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...]
H A Dindex.c2641 compare_start_p2l_entry(const void *lhs, argument
2931 compare_p2l_entry_offsets(const void *lhs, const void *rhs) argument
3190 compare_p2l_entry_revision(const void *lhs, argument
H A Dcached_data.c2565 const svn_fs_dirent_t *lhs = *((const svn_fs_dirent_t * const *) a); local
2575 const svn_fs_dirent_t *lhs = *((const svn_fs_dirent_t * const *) a); local
H A Dtree.c1756 compare_dir_structure(svn_boolean_t *changed, dag_node_t *lhs, dag_node_t *rhs, apr_pool_t *pool) 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
746 compare_p2l_info(const svn_fs_x__p2l_entry_t * const * lhs, argument
777 const path_order_t * lhs = *lhs_p; local
803 const reference_t * lhs = *lhs_p; local
[all...]
H A Dcached_data.c2465 const svn_fs_x__dirent_t *lhs = *((const svn_fs_x__dirent_t * const *) a); local
2476 const svn_fs_x__dirent_t *lhs = *((const svn_fs_x__dirent_t * const *) a); local
H A Dindex.c785 compare_l2p_entries_by_offset(const l2p_page_entry_t *lhs, argument
2861 compare_start_p2l_entry(const void *lhs, argument
3159 compare_p2l_entry_offsets(const void *lhs, argument
3545 compare_sub_items(const svn_fs_x__id_t * const * lhs, argument
3557 compare_p2l_info_rev(const sub_item_ordered_t * lhs, const sub_item_ordered_t * rhs) argument
[all...]
H A Dtree.c646 compare_dir_structure(svn_boolean_t *changed, svn_fs_t *fs, dag_node_t *lhs, dag_node_t *rhs, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Dsemantics.c4027 finish_omp_atomic(enum tree_code code, tree lhs, tree rhs) argument
H A Dtypeck.c4853 build_compound_expr(tree lhs, tree rhs) argument
5706 build_modify_expr(tree lhs, enum tree_code modifycode, tree rhs) argument
6042 build_x_modify_expr(tree lhs, enum tree_code modifycode, tree rhs) argument
[all...]
/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
3252 tree lhs = TREE_OPERAND (stmt, 0); local
3477 tree lhs = TREE_OPERAND (stmt, 0); local
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 Dtree-vect-transform.c2038 tree lhs, rhs; local
H A Dgimplify.c1897 tree lhs, lvalue, rhs, t1, post = NULL, *orig_post_p = post_p; local
3477 tree lhs, rhs, new_rhs, other, realpart, imagpart; local
[all...]
H A Dtree-ssa-structalias.c422 struct constraint_expr lhs; member in struct:constraint
523 new_constraint (const struct constraint_expr lhs, argument
991 struct constraint_expr lhs = c->lhs; local
1050 struct constraint_expr lhs; local
1392 unsigned int lhs = find (c->lhs.var); local
1907 struct constraint_expr lhs = c->lhs; local
2275 struct constraint_expr lhs = t->lhs; local
2783 do_simple_structure_copy(const struct constraint_expr lhs, const struct constraint_expr rhs, const unsigned HOST_WIDE_INT size) argument
2821 do_rhs_deref_structure_copy(const struct constraint_expr lhs, const struct constraint_expr rhs, const unsigned HOST_WIDE_INT size) argument
2860 do_lhs_deref_structure_copy(const struct constraint_expr lhs, const struct constraint_expr rhs, const unsigned HOST_WIDE_INT size) argument
2922 struct constraint_expr lhs, rhs, tmp; local
3431 struct constraint_expr lhs ; local
3823 struct constraint_expr lhs, rhs; local
3841 struct constraint_expr lhs; local
4026 struct constraint_expr lhs; local
4272 struct constraint_expr lhs, rhs; local
4638 struct constraint_expr lhs, rhs; local
[all...]
H A Dc-parser.c4608 struct c_expr lhs, rhs, ret; local
7862 tree lhs, rhs; local
[all...]
H A Dexpr.c8623 tree lhs = TREE_OPERAND (exp, 0); local
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c685 decNumberAdd (decNumber * res, const decNumber * lhs, argument
708 decNumberCompare (decNumber * res, const decNumber * lhs, argument
731 decNumberDivide (decNumber * res, const decNumber * lhs, argument
754 decNumberDivideInteger(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
777 decNumberMax(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
800 decNumberMin(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
889 decNumberMultiply(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
976 decNumberPower(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1263 decNumberQuantize(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1292 decNumberRescale(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1315 decNumberRemainder(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1338 decNumberRemainderNear(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1358 decNumberSameQuantum(decNumber * res, const decNumber * lhs, const decNumber * rhs) argument
1796 decNumberSubtract(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
2230 decAddOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, uByte negate, uInt * status) argument
2707 decDivideOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag op, uInt * status) argument
3430 decMultiplyOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, uInt * status) argument
3612 decQuantizeOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag quant, uInt * status) argument
3795 decCompareOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag op, uInt * status) argument
3959 decCompare(const decNumber * lhs, const decNumber * rhs) argument
5492 decNaNs(decNumber * res, const decNumber * lhs, const decNumber * rhs, uInt * status) argument
5708 decCheckOperands(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dutils.c2562 streq(const char *lhs, const char *rhs) argument
H A Dmips-tdep.c2275 CORE_ADDR lhs = bfd_get_32 (the_bfd, (bfd_byte *) a); local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h338 inline bool operator==(const ProcessModID &lhs, const ProcessModID &rhs) { argument
345 inline bool operator!=(const ProcessModID &lhs, const ProcessModID &rhs) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1313 const SCEV *lhs = SE->getSCEV(DU.WideDef); local

Completed in 517 milliseconds

1234567