Searched refs:DefineExactWidthIntType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp226 static void DefineExactWidthIntType(TargetInfo::IntType Ty, function
769 DefineExactWidthIntType(TargetInfo::SignedChar, TI, Builder);
772 DefineExactWidthIntType(TargetInfo::SignedShort, TI, Builder);
775 DefineExactWidthIntType(TargetInfo::SignedInt, TI, Builder);
778 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder);
781 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder);
783 DefineExactWidthIntType(TargetInfo::UnsignedChar, TI, Builder);
788 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder);
794 DefineExactWidthIntType(TargetInfo::UnsignedInt, TI, Builder);
800 DefineExactWidthIntType(TargetInf
[all...]

Completed in 192 milliseconds