Lines Matching refs:ACtx
38 ASTContext &ACtx = C.getASTContext(); in getSufficientTypeForOverflowOp() local
40 unsigned BitWidth = ACtx.getIntWidth(T); in getSufficientTypeForOverflowOp()
41 return ACtx.getIntTypeForBitwidth(BitWidth * 2, T->isSignedIntegerType()); in getSufficientTypeForOverflowOp()
56 ASTContext &ACtx = C.getASTContext(); in getOverflowBuiltinResultType() local
62 return ACtx.IntTy; in getOverflowBuiltinResultType()
66 return ACtx.LongTy; in getOverflowBuiltinResultType()
70 return ACtx.LongLongTy; in getOverflowBuiltinResultType()
74 return ACtx.UnsignedIntTy; in getOverflowBuiltinResultType()
78 return ACtx.UnsignedLongTy; in getOverflowBuiltinResultType()
82 return ACtx.UnsignedLongLongTy; in getOverflowBuiltinResultType()
89 return ACtx.IntTy; in getOverflowBuiltinResultType()