Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Fmt

204   for (const char *Fmt = IsSigned ? "di" : "ouxX"; *Fmt; ++Fmt) {
205 Builder.defineMacro(Prefix + "_FMT" + Twine(*Fmt) + "__",
206 Twine("\"") + FmtModifier + Twine(*Fmt) + "\"");