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

  /src/external/gpl3/binutils/dist/gas/config/
tc-d30v.c 1570 exec_type_enum extype = EXEC_UNKNOWN; local
1571 /* Saved extype. Used for multiline instructions. */
1593 extype = EXEC_PARALLEL;
1600 extype = EXEC_SEQ;
1605 extype = EXEC_REVSEQ;
1632 (extype != EXEC_UNKNOWN || etype != EXEC_UNKNOWN),
1633 extype == EXEC_PARALLEL);
1636 if (extype != EXEC_UNKNOWN)
1637 etype = extype;
1644 extype = etype
    [all...]
tc-d10v.c 1721 /* etype is saved extype. For multi-line instructions. */
1722 packing_type extype = PACK_UNSPEC; /* Parallel, etc. */ local
1732 extype = PACK_PARALLEL;
1737 extype = PACK_LEFT_RIGHT;
1742 extype = PACK_RIGHT_LEFT;
1769 if (extype != PACK_UNSPEC)
1770 etype = extype;
1778 extype = etype;
1786 if (extype != PACK_UNSPEC)
1800 && (0 == write_2_short (prev_opcode, prev_insn, opcode, insn, extype,
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-d30v.c 1568 exec_type_enum extype = EXEC_UNKNOWN; local
1569 /* Saved extype. Used for multiline instructions. */
1591 extype = EXEC_PARALLEL;
1598 extype = EXEC_SEQ;
1603 extype = EXEC_REVSEQ;
1630 (extype != EXEC_UNKNOWN || etype != EXEC_UNKNOWN),
1631 extype == EXEC_PARALLEL);
1634 if (extype != EXEC_UNKNOWN)
1635 etype = extype;
1642 extype = etype
    [all...]
tc-d10v.c 1721 /* etype is saved extype. For multi-line instructions. */
1722 packing_type extype = PACK_UNSPEC; /* Parallel, etc. */ local
1732 extype = PACK_PARALLEL;
1737 extype = PACK_LEFT_RIGHT;
1742 extype = PACK_RIGHT_LEFT;
1769 if (extype != PACK_UNSPEC)
1770 etype = extype;
1778 extype = etype;
1786 if (extype != PACK_UNSPEC)
1800 && (0 == write_2_short (prev_opcode, prev_insn, opcode, insn, extype,
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
gp-collect-app.cc 137 char *extype; local
301 extype = NTXT ("traceme");
306 extype = NTXT ("exevcp");
312 dbe_write (2, GTXT ("memso %s of %s failed: errno = %d\n"), extype, argv[targ_index], errno);
314 dbe_write (2, GTXT ("memso %s of %s failed: %s\n"), extype, argv[targ_index], em);
420 extype = NTXT ("traceme");
425 extype = NTXT ("execvp");
439 dbe_write (2, GTXT ("%s of %s failed: errno = %d\n"), extype, argv[targ_index], errno);
441 dbe_write (2, GTXT ("%s of %s failed: %s\n"), extype, argv[targ_index], em);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
gp-collect-app.cc 137 char *extype; local
301 extype = NTXT ("traceme");
306 extype = NTXT ("exevcp");
312 dbe_write (2, GTXT ("memso %s of %s failed: errno = %d\n"), extype, argv[targ_index], errno);
314 dbe_write (2, GTXT ("memso %s of %s failed: %s\n"), extype, argv[targ_index], em);
420 extype = NTXT ("traceme");
425 extype = NTXT ("execvp");
439 dbe_write (2, GTXT ("%s of %s failed: errno = %d\n"), extype, argv[targ_index], errno);
441 dbe_write (2, GTXT ("%s of %s failed: %s\n"), extype, argv[targ_index], em);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_trce.c 693 unsigned char mt, int extype,
702 ssl_trace_str(extype, ssl_exts_tbl), extype, (int)extlen);
703 switch (extype) {
912 int extype; local
916 extype = (msg[0] << 8) | msg[1];
919 BIO_printf(bio, "extensions, extype = %d, extlen = %d\n", extype,
925 if (!ssl_print_extension(bio, indent + 2, server, mt, extype, msg,
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_trce.c 757 unsigned char mt, int extype,
766 ssl_trace_str(extype, ssl_exts_tbl), extype, (int)extlen);
767 switch (extype) {
995 int extype; local
999 extype = (msg[0] << 8) | msg[1];
1002 BIO_printf(bio, "extensions, extype = %d, extlen = %d\n", extype,
1008 if (!ssl_print_extension(bio, indent + 2, server, mt, extype, msg,
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_trce.c 707 unsigned char mt, int extype,
716 ssl_trace_str(extype, ssl_exts_tbl), extype, (int)extlen);
717 switch (extype) {
923 int extype; local
927 extype = (msg[0] << 8) | msg[1];
930 BIO_printf(bio, "extensions, extype = %d, extlen = %d\n", extype,
936 if (!ssl_print_extension(bio, indent + 2, server, mt, extype, msg,
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/
tests.sh 257 extype=$6
269 if [ -n "$ttl" ] && ! grep -q "^$exname.[[:space:]]*${ttl}[[:space:]]*IN[[:space:]]*$extype" "dig.out.$i.$type.test$n"; then
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 8857 tree extype = TREE_TYPE (expr); local
8862 "lvalue of type %qI", totype, extype);
8876 "type %qH to an rvalue of type %qI", totype, extype);
8877 else // extype is volatile
8880 extype);
8882 else if (!reference_compatible_p (TREE_TYPE (totype), extype))
8887 if (TREE_CODE (extype) == ARRAY_TYPE
8888 && TYPE_DOMAIN (extype) == NULL_TREE
8892 "due to different array bounds", totype, extype);
8895 "discards qualifiers", totype, extype);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 8229 tree extype = TREE_TYPE (expr); local
8234 "lvalue of type %qI", totype, extype);
8248 "type %qH to an rvalue of type %qI", totype, extype);
8249 else // extype is volatile
8252 extype);
8254 else if (!reference_compatible_p (TREE_TYPE (totype), extype))
8259 if (TREE_CODE (extype) == ARRAY_TYPE
8260 && TYPE_DOMAIN (extype) == NULL_TREE
8264 "due to different array bounds", totype, extype);
8267 "discards qualifiers", totype, extype);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dinterpret.d 1469 Type extype = ex.thrown.originalClass().type;
1475 if (!catype.equals(extype) && !catype.isBaseOf(extype, null))

Completed in 64 milliseconds