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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
impcnvtab.d 25 * If ty1 and ty2 are basic types, return the TY that both can
28 * ty1 = first operand type
33 TY implicitConvCommonTy(TY ty1, TY ty2)
35 return impCnvTab.impcnvResultTab[ty1][ty2];
39 * If ty1 and ty2 are basic types, return the TY that ty1 can
43 * ty1 = first operand type
46 * ty = what ty1 should be converted to, else Terror
48 TY implicitConvTy1(TY ty1, TY ty2)
50 return impCnvTab.impcnvType1Tab[ty1][ty2]
    [all...]
dcast.d 2948 const ty1 = implicitConvTy1(t1b.ty, t2b.ty);
2951 if (t1b.ty == ty1) // if no promotions
2960 t1 = Type.basic[ty1];
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 690 static bool hasSameUnqualifiedPointeeType(QualType ty1, QualType ty2) {
691 return ty1->getPointeeType().getCanonicalType().getTypePtr() ==
  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 1507 TY ty1 = e->e1->type->toBasetype ()->ty; local
1508 gcc_assert (ty1 != TY::Tarray && ty1 != TY::Tsarray);
1518 TY ty1 = e->e1->type->toBasetype ()->ty; local
1519 gcc_assert (ty1 != TY::Tarray && ty1 != TY::Tsarray);
  /src/external/gpl3/gcc/dist/gcc/
gengtype-state.cc 2594 equals_type_number (const void *ty1, const void *ty2)
2596 const struct type *type1 = (const struct type *) ty1;
match.pd 8274 tree ty1 = TREE_TYPE (arg0);
8277 (if (FLOAT_TYPE_P (ty1)
8280 if (TYPE_MODE (ty1) == SDmode
8284 if (TYPE_MODE (ty1) == DDmode
8288 if (TYPE_MODE (ty1) == TDmode
8298 (with { if (element_precision (ty1) > element_precision (newtype))
8299 newtype = ty1;
tree-ssa-phiopt.cc 2369 tree ty1 = TREE_TYPE (gimple_assign_rhs1 (use_stmt)); local
2374 if (TYPE_PRECISION (ty1) > TYPE_PRECISION (ty2))
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-state.cc 2604 equals_type_number (const void *ty1, const void *ty2)
2606 const struct type *type1 = (const struct type *) ty1;
match.pd 6710 tree ty1 = TREE_TYPE (arg0);
6713 (if (FLOAT_TYPE_P (ty1)
6716 if (TYPE_MODE (ty1) == SDmode
6720 if (TYPE_MODE (ty1) == DDmode
6724 if (TYPE_MODE (ty1) == TDmode
6734 (with { if (TYPE_PRECISION (ty1) > TYPE_PRECISION (newtype))
6735 newtype = ty1;
tree-ssa-phiopt.cc 2247 tree ty1 = TREE_TYPE (gimple_assign_rhs1 (use_stmt)); local
2252 if (TYPE_PRECISION (ty1) != TYPE_PRECISION (ty2))

Completed in 56 milliseconds