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

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 1374 TWORD ty, ty2; local
1384 ty2 = ty = DECREF(s->n_type);
1389 ty = ty2;
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 1286 TWORD ty, ty2; local
1296 ty2 = ty = DECREF(s->n_type);
1301 ty = ty2;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc 2248 tree ty2 = TREE_TYPE (orig_use_lhs); local
2250 if (!TYPE_UNSIGNED (ty2) || !INTEGRAL_TYPE_P (ty2))
2252 if (TYPE_PRECISION (ty1) != TYPE_PRECISION (ty2))
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc 2370 tree ty2 = TREE_TYPE (orig_use_lhs); local
2372 if (!TYPE_UNSIGNED (ty2) || !INTEGRAL_TYPE_P (ty2))
2374 if (TYPE_PRECISION (ty1) > TYPE_PRECISION (ty2))

Completed in 25 milliseconds