HomeSort by: relevance | last modified time | path
    Searched refs:opstr (Results 1 - 7 of 7) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.c 128 opstr(int op) function
468 (void) snprintf(buf, len, "operator %s", opstr(dnp->dn_op));
3029 "of arithmetic type\n", opstr(dnp->dn_op));
3037 "integral type\n", opstr(dnp->dn_op));
3045 "of scalar type\n", opstr(dnp->dn_op));
3118 "scalar type\n", opstr(dnp->dn_op));
3123 "of known size\n", opstr(dnp->dn_op));
3128 "lvalue as an operand\n", opstr(dnp->dn_op));
3133 "to a writable variable\n", opstr(dnp->dn_op));
3140 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dnp->dn_op))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 5145 const char *opstr = NULL;
5150 opstr = "hw0";
5154 opstr = "hw1";
5157 opstr = "hw2";
5160 opstr = "hw3";
5163 opstr = "hw0_last";
5167 opstr = "hw1_last";
5171 opstr = "hw2_last";
5174 opstr = "hw0_got";
5177 opstr = "hw0_last_got"
5134 const char *opstr = NULL; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/
symbols.c 3475 const char * opstr = NULL; /* Operator prefix string. */
3484 /* Match known operators -> fill in opstr, arity, operands[] and fall
3506 opstr = "+";
3520 opstr = "+:" str_; \
3528 opstr = str_; \
3537 opstr = "+:" str_; \
3545 opstr = str_; \
3578 opstr = NULL;
3580 opstr = NULL;
3582 opstr = NULL
3470 const char * opstr = NULL; \/* Operator prefix string. *\/ local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
symbols.c 3475 const char * opstr = NULL; /* Operator prefix string. */
3484 /* Match known operators -> fill in opstr, arity, operands[] and fall
3506 opstr = "+";
3520 opstr = "+:" str_; \
3528 opstr = str_; \
3537 opstr = "+:" str_; \
3545 opstr = str_; \
3578 opstr = NULL;
3580 opstr = NULL;
3582 opstr = NULL
3470 const char * opstr = NULL; \/* Operator prefix string. *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 4533 const char *opstr = NULL;
4542 opstr = "got_ha16";
4545 opstr = "ha16";
4549 opstr = "tls_gd_ha16";
4552 opstr = "tls_ie_ha16";
4555 opstr = "tls_le_ha16";
4564 opstr = "ha16";
4567 fputs (opstr, file);
4630 const char *opstr = NULL;
4639 opstr = "got"
4522 const char *opstr = NULL; local
4619 const char *opstr = NULL; local
    [all...]
  /src/sys/dev/ic/
mlx.c 1379 const char *opstr; local
1408 opstr = "consistency check";
1413 opstr = "drive rebuild";
1424 opstr = "background check/rebuild";
1426 opstr = NULL;
1429 if (opstr != NULL)
1431 opstr);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.d 4369 const(char)* opstr = EXPtoString(op).ptr;
4372 error("`%s %s %s` is undefined. Did you mean `%s %s %s.re`?", t1.toChars(), opstr, t2.toChars(), t1.toChars(), opstr, t2.toChars());
4377 error("`%s %s %s` is undefined. Did you mean `%s %s %s.im`?", t1.toChars(), opstr, t2.toChars(), t1.toChars(), opstr, t2.toChars());
4382 error("`%s %s %s` is an undefined operation", t1.toChars(), opstr, t2.toChars());

Completed in 46 milliseconds