Home
last modified time | relevance | path

Searched refs:Is32BitArch (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Basic/
DTargetInfo.cpp310 bool Is32BitArch = PointerWidth == 32; in adjust() local
311 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
312 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
313 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp380 bool Is32BitArch = MaxPointerWidth == 32; in adjust() local
381 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
382 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
383 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()