Searched refs:ToT (Results 1 – 2 of 2) sorted by relevance
147 if (!ToT) in VisitCastExpr()153 if (ToT == PT_IntAP) in VisitCastExpr()156 if (ToT == PT_IntAPS) in VisitCastExpr()203 if (!FromT || !ToT) in VisitCastExpr()209 if (ToT == PT_IntAP) in VisitCastExpr()211 if (ToT == PT_IntAPS) in VisitCastExpr()214 if (FromT == ToT) in VisitCastExpr()2951 if (ToT == PT_Float) { in emitPrimCast()2957 if (isIntegralType(ToT) || ToT == PT_Bool) in emitPrimCast()2963 if (isIntegralType(ToT) || ToT == PT_Bool) in emitPrimCast()[all …]
284 bool emitPrimCast(PrimType FromT, PrimType ToT, QualType ToQT, const Expr *E);