Lines Matching defs:LO
75 const LangOptions &LO,
250 if (ParseVectorModifier(H, FS, I, E, LO))
254 if (ParseLengthModifier(FS, I, E, LO) && I == E) {
321 if (!LO.OpenCL)
351 else if (LO.FixedPoint)
381 if (LO.FixedPoint)
385 if (LO.FixedPoint)
389 if (LO.FixedPoint)
429 const LangOptions &LO,
438 LO, Target, true,
459 const LangOptions &LO,
468 LO, Target, false,
487 const char *Begin, const char *End, const LangOptions &LO,
494 ParsePrintfSpecifier(H, Begin, End, ArgIndex, LO, Target, false, false);