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

/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp188 static void DefineExactWidthIntType(TargetInfo::IntType Ty, function
534 DefineExactWidthIntType(TargetInfo::SignedShort, TI, Builder);
537 DefineExactWidthIntType(TargetInfo::SignedInt, TI, Builder);
540 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder);
543 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder);

Completed in 46 milliseconds