Home | History | Annotate | Download | only in Basic

Lines Matching refs:SignedInt

512     this->WCharType = this->SignedInt;
868 PtrDiffType = SignedInt;
869 IntPtrType = SignedInt;
2216 PtrDiffType = SignedInt;
2217 IntPtrType = SignedInt;
2640 PtrDiffType = SignedInt;
2687 // Revert to using SignedInt on apcs-gnu to comply with existing behaviour.
2688 WCharType = SignedInt;
3284 PtrDiffType = SignedInt;
3292 PtrDiffType = SignedInt;
3313 PtrDiffType = SignedInt;
3397 IntPtrType = SignedInt;
3398 PtrDiffType = SignedInt;
3588 PtrDiffType = SignedInt;
3840 this->PtrDiffType = TargetInfo::SignedInt;
3841 this->IntPtrType = TargetInfo::SignedInt;