Searched defs:rhs (Results 1 - 25 of 107) sorted by relevance

12345

/freebsd-9.3-release/sys/ddb/
H A Ddb_expr.c133 db_expr_t lhs, rhs; local
169 db_expr_t lhs, rhs; local
195 db_expr_t lhs, rhs; local
212 lhs <<= rhs; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h51 void setLeafProc(bool rhs) { IsLeafProc = rhs; } argument
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A Dpolymorphic_ptr.h81 void swap(polymorphic_ptr<T> &lhs, polymorphic_ptr<T> &rhs) { argument
86 bool operator==(const polymorphic_ptr<T> &lhs, const polymorphic_ptr<U> &rhs) { argument
91 bool operator!=(const polymorphic_ptr<T> &lhs, const polymorphic_ptr<U> &rhs) { argument
96 bool operator==(const polymorphic_ptr<T> &lhs, U *rhs) { argument
101 bool operator!=(const polymorphic_ptr<T> &lhs, U *rhs) { argument
106 operator ==(T *lhs, const polymorphic_ptr<U> &rhs) argument
111 operator !=(T *lhs, const polymorphic_ptr<U> &rhs) argument
[all...]
H A DPointerUnion.h180 operator ==(PointerUnion<PT1, PT2> lhs, PointerUnion<PT1, PT2> rhs) argument
186 operator !=(PointerUnion<PT1, PT2> lhs, PointerUnion<PT1, PT2> rhs) argument
/freebsd-9.3-release/contrib/gcc/
H A Dc-omp.c91 c_finish_omp_atomic (enum tree_code code, tree lhs, tree rhs) argument
H A Dtree-ssa-copyrename.c321 tree rhs = TREE_OPERAND (stmt, 1); local
H A Dtree-ssa-forwprop.c167 tree rhs = TREE_OPERAND (def, 1); local
677 tree lhs, rhs, array_ref; local
887 tree rhs = TREE_OPERAND (stmt, 1); local
987 tree rhs = TREE_OPERAND (stmt, 1); local
[all...]
H A Dtree-ssa-sink.c278 tree rhs; local
H A Dtree-ssa-uncprop.c49 tree rhs; member in struct:edge_equivalency
[all...]
H A Dtree-stdarg.c117 va_list_counter_bump (struct stdarg_info *si, tree counter, tree rhs, argument
445 check_va_list_escapes(struct stdarg_info *si, tree lhs, tree rhs) argument
528 tree rhs = TREE_OPERAND (stmt, 1); local
753 tree phi, lhs, rhs; local
813 tree rhs = TREE_OPERAND (stmt, 1); local
[all...]
H A Dipa-pure-const.c419 tree rhs = TREE_OPERAND (t, 1); local
[all...]
H A Dtree-if-conv.c803 tree rhs; local
H A Dtree-object-size.c697 tree rhs = TREE_OPERAND (stmt, 1), arg; local
743 tree rhs = PHI_ARG_DEF (stmt, i); local
823 tree rhs = TREE_OPERAND (stmt, 1), arg; local
867 tree rhs = PHI_ARG_DEF (stmt, i); local
901 tree rhs = TREE_OPERAND (stmt, 1), arg; local
[all...]
H A Dtree-ssa-phiopt.c715 tree lhs, rhs, op0, op1, bound; local
883 tree rhs, lhs; local
[all...]
/freebsd-9.3-release/contrib/libcxxrt/
H A Dtypeinfo.cc52 type_info::type_info (const type_info& rhs) argument
56 type_info& type_info::operator= (const type_info& rhs) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManagerInternals.h63 inline bool operator<(const LineEntry &lhs, const LineEntry &rhs) { argument
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dpod_char_traits.h79 operator==(const character<V, I, S>& lhs, const character<V, I, S>& rhs) argument
84 operator<(const character<V, I, S>& lhs, const character<V, I, S>& rhs) argument
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCWin64EH.cpp53 EmitAbsDifference(MCStreamer &streamer, MCSymbol *lhs, MCSymbol *rhs) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp82 const Expr *rhs = binop->getRHS(); local
162 const Expr * rhs = E->getRHS(); local
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DStreamWriter.h241 static bool flagName(const EnumEntry<T>& lhs, const EnumEntry<T>& rhs) { argument
/freebsd-9.3-release/contrib/sendmail/src/
H A Dalias.c646 char *rhs; local
/freebsd-9.3-release/lib/libc/net/
H A Dhesiod.c70 char *rhs; /* AKA the default hesiod domain */ member in struct:hesiod_p
163 const char *rhs; local
[all...]
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dlfpfunc.c181 l_fp_init_from_double( double rhs) argument
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldexp.c841 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.h55 union etree_union *rhs; member in struct:etree_union::__anon741
61 union etree_union *rhs; member in struct:etree_union::__anon742

Completed in 401 milliseconds

12345