Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IsConst

3822                                    bool &IsConst, bool &IsVolatile,
3831 IsConst = false;
3836 IsConst = PointeeType.isConstQualified();
3861 bool IsConst, IsVolatile, IsUnaligned;
3863 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned);
3868 if (IsConst)
4281 bool IsConst, IsVolatile, IsUnaligned;
4282 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned);
4298 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned,
4311 if (IsConst)