Home
last modified time | relevance | path

Searched refs:SignedInt (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/lib/Basic/
DTargetInfo.cpp61 WCharType = SignedInt; in TargetInfo()
62 WIntType = SignedInt; in TargetInfo()
66 SigAtomicType = SignedInt; in TargetInfo()
67 ProcessIDType = SignedInt; in TargetInfo()
117 case SignedInt: return "int"; in getTypeName()
133 case SignedInt: return ""; in getTypeConstantSuffix()
158 case SignedInt: in getTypeFormatModifier()
176 case SignedInt: in getTypeWidth()
192 return IsSigned ? SignedInt : UnsignedInt; in getIntTypeByWidth()
207 return IsSigned ? SignedInt : UnsignedInt; in getLeastIntTypeByWidth()
[all …]
DTargets.cpp695 this->WCharType = this->SignedInt; in SolarisTargetInfo()
795 this->PtrDiffType = TargetInfo::SignedInt; in NaClTargetInfo()
796 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
1589 PtrDiffType = SignedInt; in PPC32TargetInfo()
1590 IntPtrType = SignedInt; in PPC32TargetInfo()
1664 PtrDiffType = SignedInt; // for http://llvm.org/bugs/show_bug.cgi?id=15726 in DarwinPPC32TargetInfo()
1889 PtrDiffType = TargetInfo::SignedInt; in NVPTX32TargetInfo()
1890 IntPtrType = TargetInfo::SignedInt; in NVPTX32TargetInfo()
4002 PtrDiffType = SignedInt; in X86_32TargetInfo()
4003 IntPtrType = SignedInt; in X86_32TargetInfo()
[all …]
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp94 WCharType = SignedInt; in TargetInfo()
95 WIntType = SignedInt; in TargetInfo()
99 SigAtomicType = SignedInt; in TargetInfo()
100 ProcessIDType = SignedInt; in TargetInfo()
171 case SignedInt: return "int"; in getTypeName()
187 case SignedInt: return ""; in getTypeConstantSuffix()
214 case SignedInt: in getTypeFormatModifier()
232 case SignedInt: in getTypeWidth()
248 return IsSigned ? SignedInt : UnsignedInt; in getIntTypeByWidth()
263 return IsSigned ? SignedInt : UnsignedInt; in getLeastIntTypeByWidth()
[all …]
/external/llvm-project/clang/lib/Basic/Targets/
DAVR.h51 PtrDiffType = SignedInt; in AVRTargetInfo()
52 IntPtrType = SignedInt; in AVRTargetInfo()
54 WIntType = SignedInt; in AVRTargetInfo()
157 return BitWidth == 16 ? (IsSigned ? SignedInt : UnsignedInt) in getIntTypeByWidth()
164 ? (IsSigned ? SignedInt : UnsignedInt) in getLeastIntTypeByWidth()
DRISCV.h45 WCharType = SignedInt; in RISCVTargetInfo()
95 IntPtrType = SignedInt; in RISCV32TargetInfo()
96 PtrDiffType = SignedInt; in RISCV32TargetInfo()
DARC.h33 PtrDiffType = SignedInt; in ARCTargetInfo()
34 IntPtrType = SignedInt; in ARCTargetInfo()
DXCore.h35 PtrDiffType = SignedInt; in XCoreTargetInfo()
36 IntPtrType = SignedInt; in XCoreTargetInfo()
DMSP430.h45 IntPtrType = SignedInt; in MSP430TargetInfo()
46 PtrDiffType = SignedInt; in MSP430TargetInfo()
DTCE.h64 IntPtrType = SignedInt; in TCETargetInfo()
65 PtrDiffType = SignedInt; in TCETargetInfo()
DPNaCl.h39 this->PtrDiffType = TargetInfo::SignedInt; in PNaClTargetInfo()
40 this->IntPtrType = TargetInfo::SignedInt; in PNaClTargetInfo()
DHexagon.h49 PtrDiffType = SignedInt; in HexagonTargetInfo()
50 IntPtrType = SignedInt; in HexagonTargetInfo()
DSparc.h159 IntPtrType = SignedInt; in SparcV8TargetInfo()
160 PtrDiffType = SignedInt; in SparcV8TargetInfo()
DPPC.h366 PtrDiffType = SignedInt; in PPC32TargetInfo()
367 IntPtrType = SignedInt; in PPC32TargetInfo()
465 PtrDiffType = SignedInt; // for http://llvm.org/bugs/show_bug.cgi?id=15726 in DarwinPPC32TargetInfo()
DNVPTX.cpp95 PtrDiffType = TargetInfo::SignedInt; in NVPTXTargetInfo()
96 IntPtrType = TargetInfo::SignedInt; in NVPTXTargetInfo()
DMips.h126 PtrDiffType = SignedInt; in setO32ABITypes()
162 PtrDiffType = SignedInt; in setN32ABITypes()
DX86.h394 PtrDiffType = SignedInt; in X86_32TargetInfo()
395 IntPtrType = SignedInt; in X86_32TargetInfo()
663 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
664 IntPtrType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
DSPIR.h116 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo()
/external/llvm-project/clang/test/CodeGenCXX/
Dcatch-implicit-integer-sign-changes-true-negatives.cpp82 using SignedInt = signed int; typedef
88 return SignedInt(src); in explicit_functional_unsigned_int_to_signed_int()
112 return SignedInt(src); in explicit_functional_signed_int_to_signed_int()
Dcatch-implicit-integer-truncations.cpp107 using SignedInt = signed int; typedef
151 return SignedInt(src); in explicit_functional_signed_int_to_signed_int()
/external/llvm-project/clang/test/AST/
Dmultistep-explicit-cast.cpp126 using SignedInt = signed int; typedef
146 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
155 SignedChar cxxfunctionalcast_3(SignedInt x) { in cxxfunctionalcast_3()
Dmultistep-explicit-cast-json.cpp60 using SignedInt = signed int; typedef
70 UnsignedChar cxxfunctionalcast_2(SignedInt x) { in cxxfunctionalcast_2()
74 SignedChar cxxfunctionalcast_3(SignedInt x) { in cxxfunctionalcast_3()
/external/llvm/include/llvm/CodeGen/
DDIE.h119 const int64_t SignedInt = Int; in BestForm() local
120 if ((char)Int == SignedInt) in BestForm()
122 if ((short)Int == SignedInt) in BestForm()
124 if ((int)Int == SignedInt) in BestForm()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h172 const int64_t SignedInt = Int; in BestForm() local
173 if ((char)Int == SignedInt) in BestForm()
175 if ((short)Int == SignedInt) in BestForm()
177 if ((int)Int == SignedInt) in BestForm()
/external/llvm-project/llvm/include/llvm/CodeGen/
DDIE.h171 const int64_t SignedInt = Int; in BestForm() local
172 if ((char)Int == SignedInt) in BestForm()
174 if ((short)Int == SignedInt) in BestForm()
176 if ((int)Int == SignedInt) in BestForm()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h116 SignedInt, enumerator
310 return SignedInt; in getSignedSizeType()
350 case SignedInt: in getCorrespondingUnsignedType()

12