Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsConstant

448   bool IsConstant = Type.isConstant(SemaRef.getASTContext());
459 if (IsConstant &&
929 else if (VD->getType().isConstant(SemaRef.getASTContext()))
2067 bool IsConstant = NewStep->isIntegerConstantExpr(Result, SemaRef.Context);
2070 IsConstant && Result.isSigned() && (Subtract != Result.isNegative());
2072 IsConstant && Result.isSigned() && (Subtract == Result.isNegative());
2073 bool IsConstZero = IsConstant && !Result.getBoolValue();
2742 bool IsConstant =
2745 if (!IsConstant) {
4828 bool IsConstant = Type.isConstant(Context);
4854 if (!(IsConstant || VD->isStaticDataMember()) && !DVar.RefExpr &&
5379 if (Type.getNonReferenceType().isConstant(Context)) {
5713 if (QType.isConstant(Context)) {
5781 bool IsConstant = StepExpr->isIntegerConstantExpr(Result, Context);
5782 if (IsConstant && !Result.isNegative() && !Result.isStrictlyPositive())
5785 if (!IsConstant && CalcStep.isUsable()) {