HomeSort by: relevance | last modified time | path
    Searched defs:targ2 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfxx-tilegx.c 4125 const char *targ2 = bfd_get_target (obfd);
4127 if (strcmp (targ1, targ2) != 0)
4132 ibfd, targ1, targ2);
4121 const char *targ2 = bfd_get_target (obfd); local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-tilegx.c 4126 const char *targ2 = bfd_get_target (obfd);
4128 if (strcmp (targ1, targ2) != 0)
4133 ibfd, targ1, targ2);
4122 const char *targ2 = bfd_get_target (obfd); local
  /src/external/gpl3/gcc/dist/gcc/
tree-object-size.cc 804 tree targ2 = gimple_call_arg (call, arg2); local
805 if (!INTEGRAL_TYPE_P (TREE_TYPE (targ2))
806 || TYPE_PRECISION (TREE_TYPE (targ2)) > TYPE_PRECISION (sizetype))
808 targ2 = fold_convert (sizetype, targ2);
809 bytes = size_binop (MULT_EXPR, targ1, targ2);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-object-size.cc 792 tree targ2 = gimple_call_arg (call, arg2); local
793 if (!INTEGRAL_TYPE_P (TREE_TYPE (targ2))
794 || TYPE_PRECISION (TREE_TYPE (targ2)) > TYPE_PRECISION (sizetype))
796 targ2 = fold_convert (sizetype, targ2);
797 bytes = size_binop (MULT_EXPR, targ1, targ2);
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-tilegx.c 4124 const char *targ2 = bfd_get_target (obfd);
4126 if (strcmp (targ1, targ2) != 0)
4131 ibfd, targ1, targ2);
4120 const char *targ2 = bfd_get_target (obfd); local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-tilegx.c 4127 const char *targ2 = bfd_get_target (obfd);
4129 if (strcmp (targ1, targ2) != 0)
4134 ibfd, targ1, targ2);
4123 const char *targ2 = bfd_get_target (obfd); local

Completed in 36 milliseconds