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

/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp261 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, function
811 DefineLeastWidthIntType(8, true, TI, Builder);
812 DefineLeastWidthIntType(8, false, TI, Builder);
813 DefineLeastWidthIntType(16, true, TI, Builder);
814 DefineLeastWidthIntType(16, false, TI, Builder);
815 DefineLeastWidthIntType(32, true, TI, Builder);
816 DefineLeastWidthIntType(32, false, TI, Builder);
817 DefineLeastWidthIntType(64, true, TI, Builder);
818 DefineLeastWidthIntType(64, false, TI, Builder);

Completed in 102 milliseconds