Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp428 bool Is32BitArch = MaxPointerWidth == 32; in adjust() local
429 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong; in adjust()
430 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
431 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()