Searched defs:ValSuffix (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp182 /// signedness of 'isSigned' and with a value suffix of 'ValSuffix' (e.g. LL).
184 StringRef ValSuffix, bool isSigned,
188 Builder.defineMacro(MacroName, MaxVal.toString(10, isSigned) + ValSuffix);
183 DefineTypeSize(const Twine &MacroName, unsigned TypeWidth, StringRef ValSuffix, bool isSigned, MacroBuilder &Builder) argument

Completed in 76 milliseconds