Searched defs:lhs (Results 51 - 75 of 171) sorted by relevance

1234567

/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Dstats-cmd.c139 const svn_fs_fs__extension_info_t *lhs = a->value; local
154 const svn_fs_fs__extension_info_t *lhs = a->value; local
169 const svn_fs_fs__extension_info_t *lhs = a->value; local
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-copy.c367 tree lhs, rhs; local
554 tree lhs, rhs; local
768 tree lhs; local
[all...]
H A Dtree-ssa-phiopt.c715 tree lhs, rhs, op0, op1, bound; local
883 tree rhs, lhs; local
[all...]
H A Dtree-vect-generic.c374 tree *p_lhs, *p_rhs, lhs, rhs, type, compute_type; local
H A Dvalue-prof.c707 tree assign, lhs, rhs, divisor, op0, type; local
H A Dipa-reference.c500 /* First look on the lhs and see what variable is stored to */ local
H A Dtree-ssa-loop-prefetch.c461 tree stmt, lhs, rhs; local
H A Dtree-ssa-propagate.c764 tree lhs; local
H A Dtree-ssa-reassoc.c817 tree lhs = TREE_OPERAND (stmt, 0); local
998 get_single_immediate_use (tree lhs) argument
1071 tree lhs = TREE_OPERAND (stmt, 0); local
1270 tree lhs local
1313 tree lhs = TREE_OPERAND (stmt, 0); local
[all...]
H A Dtree-ssa.c756 tree lhs, base_address; local
/freebsd-11-stable/contrib/binutils/ld/
H A Dldexp.c304 etree_value_type lhs = expld.result; local
841 exp_binop(int code, etree_type *lhs, etree_type *rhs) argument
860 exp_trinop(int code, etree_type *cond, etree_type *lhs, etree_type *rhs) argument
[all...]
H A Dldexp.h54 union etree_union *lhs; member in struct:etree_union::__anon611
60 union etree_union *lhs; member in struct:etree_union::__anon612
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharingPtr.h576 inline bool operator==(const IntrusiveSharingPtr<T> &lhs, argument
582 inline bool operator!=(const IntrusiveSharingPtr<T> &lhs, argument
588 inline bool operator==(const IntrusiveSharingPtr<T> &lhs, U *rhs) { argument
593 inline bool operator!=(const IntrusiveSharingPtr<T> &lhs, U *rhs) { argument
598 inline bool operator==(T *lhs, const IntrusiveSharingPtr<U> &rhs) { argument
603 operator !=(T *lhs, const IntrusiveSharingPtr<U> &rhs) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp291 Expr *lhs = E->getLHS()->IgnoreParenImpCasts(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp40 static bool compEnumNames(const EnumEntry<T> &lhs, const EnumEntry<T> &rhs) { argument
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp355 __kmp_str_eqf( char const *lhs, char const *rhs ) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Did.c201 svn_fs_fs__id_part_eq(const svn_fs_fs__id_part_t *lhs, const svn_fs_fs__id_part_t *rhs) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsorts.c415 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/gcclibs/libcpp/
H A Dexpr.c1176 num_bitwise_op(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1205 num_inequality_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1227 num_equality_op(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1359 num_binary_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1425 num_part_mul(cpp_num_part lhs, cpp_num_part rhs) argument
1456 num_mul(cpp_reader *pfile, cpp_num lhs, cpp_num rhs) argument
1506 num_div_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
[all...]
H A Dmacro.c442 cpp_token *lhs; local
500 paste_all_tokens (cpp_reader *pfile, const cpp_token *lhs) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Darch-utils.c143 core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs) argument
149 core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs) argument
/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
/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.cc621 expression_ptr lhs; member in class:dtc::__anon5545::ternary_conditional_operator
666 operator ()(const T &lhs, const T &rhs) const argument
674 operator ()(const T &lhs, const T &rhs) const argument
717 parse_binary_expression(expression_ptr lhs) argument
872 expression_ptr lhs; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h337 SymIntExpr(const SymExpr *lhs, BinaryOperator::Opcode op, argument
354 static void Profile(llvm::FoldingSetNodeID& ID, const SymExpr *lhs, argument
380 IntSymExpr(const llvm::APSInt &lhs, BinaryOperator::Opcode op, argument
397 static void Profile(llvm::FoldingSetNodeID& ID, const llvm::APSInt& lhs, argument
423 SymSymExpr(const SymExpr *lhs, BinaryOperato argument
441 Profile(llvm::FoldingSetNodeID& ID, const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs, QualType t) argument
520 getSymIntExpr(const SymExpr &lhs, BinaryOperator::Opcode op, const llvm::APSInt& rhs, QualType t) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp67 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op, argument
77 NonLoc SValBuilder::makeNonLoc(const llvm::APSInt& lhs, argument
85 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op, argument
404 evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, SVal lhs, SVal rhs, QualType type) argument
437 areEqual(ProgramStateRef state, SVal lhs, SVal rhs) argument
442 evalEQ(ProgramStateRef state, SVal lhs, SVal rhs) argument
446 evalEQ(ProgramStateRef state, DefinedOrUnknownSVal lhs, DefinedOrUnknownSVal rhs) argument
[all...]

Completed in 184 milliseconds

1234567