Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsVolatile

3634                                    bool &IsConst, bool &IsVolatile) {
3643 IsVolatile = false;
3647 IsVolatile = PointeeType.isVolatileQualified();
3670 bool IsConst, IsVolatile;
3671 Type = decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile);
3678 if (IsVolatile)
4090 bool IsConst, IsVolatile;
4091 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile);
4107 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, NumEntries,
4122 if (IsVolatile)