Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp364 bool Is32BitArch = MaxPointerWidth == 32; in adjust() local
365 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
366 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
367 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()