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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp243 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, function
932 DefineLeastWidthIntType(8, true, TI, Builder);
933 DefineLeastWidthIntType(8, false, TI, Builder);
934 DefineLeastWidthIntType(16, true, TI, Builder);
935 DefineLeastWidthIntType(16, false, TI, Builder);
936 DefineLeastWidthIntType(32, true, TI, Builder);
937 DefineLeastWidthIntType(32, false, TI, Builder);
938 DefineLeastWidthIntType(64, true, TI, Builder);
939 DefineLeastWidthIntType(64, false, TI, Builder);

Completed in 229 milliseconds