Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IsConst

3642                                    bool &IsConst, bool &IsVolatile,
3651 IsConst = false;
3656 IsConst = PointeeType.isConstQualified();
3681 bool IsConst, IsVolatile, IsUnaligned;
3683 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned);
3688 if (IsConst)
4104 bool IsConst, IsVolatile, IsUnaligned;
4105 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned);
4121 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned,
4134 if (IsConst)