HomeSort by: relevance | last modified time | path
    Searched defs:rhs (Results 1 - 25 of 313) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
FileWriter.h 117 FileWriter(const FileWriter &rhs) = delete; member in class:llvm::gsym::FileWriter
118 void operator=(const FileWriter &rhs) = delete; member in class:llvm::gsym::FileWriter
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx-multiply.h 43 unsigned char rhs; member in struct:tilegx_multiply_insn_seq_entry
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro-multiply.h 46 unsigned char rhs; member in struct:tilepro_multiply_insn_seq_entry
  /src/sys/ddb/
db_expr.c 147 db_expr_t lhs, rhs; local
155 if (!db_term(&rhs)) {
160 lhs *= rhs;
162 if (rhs == 0) {
167 lhs /= rhs;
169 lhs %= rhs;
171 lhs = ((lhs+rhs-1)/rhs)*rhs;
183 db_expr_t lhs, rhs; local
209 db_expr_t lhs, rhs; local
226 lhs <<= rhs; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
c-exp.h 140 value *rhs variable
143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
regcache.h 184 cached_reg_t (cached_reg_t &&rhs) = default; member in struct:cached_reg_t
  /src/external/gpl3/gdb.old/dist/gdb/
c-exp.h 140 value *rhs variable
143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
regcache.h 183 cached_reg_t (cached_reg_t &&rhs) = default; member in struct:cached_reg_t
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins-base.cc 60 tree rhs = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (f.lhs), variable
62 return gimple_build_assign (f.lhs, VIEW_CONVERT_EXPR, rhs);
  /src/external/gpl3/gcc/dist/gcc/
gimple-predicate-analysis.h 51 predicate (const predicate &rhs) : m_preds (vNULL) { *this = rhs; }
142 uninit_analysis (const uninit_analysis &rhs) = delete; member in class:uninit_analysis
tree-nrv.cc 184 tree rhs; local
189 rhs = gimple_assign_rhs1 (stmt);
198 if (found != rhs)
202 found = rhs;
299 expression where the RHS is a function returning an aggregate.
323 return in memory on the RHS. For each of these, determine whether it is
  /src/external/gpl3/gcc.old/dist/gcc/
tree-nrv.cc 184 tree rhs; local
189 rhs = gimple_assign_rhs1 (stmt);
198 if (found != rhs)
202 found = rhs;
289 expression where the RHS is a function returning an aggregate.
313 return in memory on the RHS. For each of these, determine whether it is
gimple-walk.cc 190 /* Walk the RHS operands. If the LHS is of a non-renamable type or
191 is a register variable, we may use a COMPONENT_REF on the RHS. */
208 /* Walk the LHS. If the RHS is appropriate for a memory, we
212 /* If the RHS is of a non-renamable type or is a register variable,
761 tree lhs, rhs, arg; local
770 rhs = arg;
771 while (handled_component_p (rhs))
772 rhs = TREE_OPERAND (rhs, 0);
775 if (TREE_CODE (rhs) == ADDR_EXPR
848 tree rhs = get_base_loadstore (arg); local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormatVariadic.h 80 formatv_object_base(formatv_object_base const &rhs) = delete; member in class:llvm::formatv_object_base
81 formatv_object_base(formatv_object_base &&rhs) = default; member in class:llvm::formatv_object_base
157 formatv_object(formatv_object const &rhs) = delete; member in class:llvm::formatv_object
159 formatv_object(formatv_object &&rhs)
160 : formatv_object_base(std::move(rhs)),
161 Parameters(std::move(rhs.Parameters)) {
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-gram-gen.h 13 struct { struct msgstr_def rhs; lex_pos_ty pos; bool obsolete; } rhs; member in union:__anon9270
po-gram-gen2.h 13 struct { struct msgstr_def rhs; lex_pos_ty pos; bool obsolete; } rhs; member in union:__anon9278
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pass-by-ref-2.cc 34 ByRef (const ByRef &rhs);
44 ByRef::ByRef (const ByRef &rhs)
116 Inlined (const Inlined &rhs)
161 FourCCtor (FourCCtor &rhs);
162 FourCCtor (const FourCCtor &rhs);
163 FourCCtor (volatile FourCCtor &rhs);
164 FourCCtor (const volatile FourCCtor &rhs);
174 FourCCtor::FourCCtor (FourCCtor &rhs)
179 FourCCtor::FourCCtor (const FourCCtor &rhs)
184 FourCCtor::FourCCtor (volatile FourCCtor &rhs)
208 TwoMCtor (TwoMCtor &&rhs) = default; member in class:TwoMCtor
234 TwoMCtorAndCCtor (const TwoMCtorAndCCtor &rhs) = default; member in class:TwoMCtorAndCCtor
239 TwoMCtorAndCCtor (TwoMCtorAndCCtor &&rhs) = default; member in class:TwoMCtorAndCCtor
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pass-by-ref-2.cc 34 ByRef (const ByRef &rhs);
44 ByRef::ByRef (const ByRef &rhs)
116 Inlined (const Inlined &rhs)
161 FourCCtor (FourCCtor &rhs);
162 FourCCtor (const FourCCtor &rhs);
163 FourCCtor (volatile FourCCtor &rhs);
164 FourCCtor (const volatile FourCCtor &rhs);
174 FourCCtor::FourCCtor (FourCCtor &rhs)
179 FourCCtor::FourCCtor (const FourCCtor &rhs)
184 FourCCtor::FourCCtor (volatile FourCCtor &rhs)
208 TwoMCtor (TwoMCtor &&rhs) = default; member in class:TwoMCtor
234 TwoMCtorAndCCtor (const TwoMCtorAndCCtor &rhs) = default; member in class:TwoMCtorAndCCtor
239 TwoMCtorAndCCtor (TwoMCtorAndCCtor &&rhs) = default; member in class:TwoMCtorAndCCtor
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
config_known_tcp_ports.c 95 char *rhs; local
100 if ((rhs = mystrtok(&bp, CHARS_SPACE)) == 0) {
114 new_err = add_known_tcp_port(lhs, rhs);
  /src/external/ibm-public/postfix/dist/src/util/
find_inet.c 156 const char *rhs; /* service port */ member in struct:association
218 err = add_known_tcp_port(ap->lhs, ap->rhs);
known_tcp_ports.c 151 const char *rhs; /* service port */ member in struct:association
182 {"symbolic rhs",
214 err = add_known_tcp_port(ap->lhs, ap->rhs);
  /src/lib/libc/net/
hesiod.c 89 char *rhs; /* AKA the default hesiod domain */ local
129 * The default rhs can be overridden by an
137 if (ctx->rhs)
138 free(ctx->rhs);
139 ctx->rhs = malloc(strlen(p) + 2);
140 if (ctx->rhs) {
141 *ctx->rhs = '.';
142 strcpy(ctx->rhs + 1,
156 free(ctx->rhs);
174 free(ctx->rhs);
190 const char *rhs; local
    [all...]
  /src/usr.bin/config/
files.c 565 int lhs, rhs; local
577 rhs = expr_eval(expr->cx_and.right, fn, ctx);
578 return (lhs & rhs);
582 rhs = expr_eval(expr->cx_or.right, fn, ctx);
583 return (lhs | rhs);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 90 const Expr *rhs = binop->getRHS(); local
91 if (rhs->isEvaluatable(Context)) {
93 maxVal = rhs->EvaluateKnownConstInt(Context);
101 e = rhs;
182 const Expr *rhs = AssignEx->getRHS(); local
183 if (rhs->isEvaluatable(Context))
189 const Expr *rhse = rhs->IgnoreParenImpCasts();
230 const Expr * rhs = E->getRHS(); local
233 if (!isIntZeroExpr(lhs) && !isIntZeroExpr(rhs)) {
235 CheckExpr(rhs);
    [all...]
  /src/external/bsd/mdocml/dist/
term.c 920 const char *seq, *rhs; local
941 rhs = NULL;
954 rhs = mchars_spec2str(seq, ssz, &rsz);
955 if (rhs != NULL)
968 rhs = "pdf";
971 rhs = "ps";
974 rhs = "ascii";
977 rhs = "utf8";
986 rhs = seq + ssz;
987 while (seq < rhs) {
    [all...]

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 91011>>