Searched refs:Digraphs (Results 1 – 13 of 13) sorted by relevance
43 C89 | Digraphs | ImplicitInt)47 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)50 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)55 LineComment | C99 | Digraphs | HexFloat)58 LineComment | C99 | Digraphs | HexFloat)61 LineComment | C99 | Digraphs | HexFloat)64 LineComment | C99 | Digraphs | HexFloat)68 LineComment | C99 | Digraphs | GNUMode | HexFloat)71 LineComment | C99 | Digraphs | GNUMode | HexFloat)76 LineComment | C99 | C11 | Digraphs | HexFloat)[all …]
29 Digraphs = (1 << 8), enumerator83 bool hasDigraphs() const { return Flags & frontend::Digraphs; } in hasDigraphs()
23 # Digraphs.
21 # Digraphs and Trigraphs.
114 # Digraphs.
46 # Digraphs
3390 } else if (LangOpts.Digraphs && Char == '>') { in LexTokenInternal()3393 } else if (LangOpts.Digraphs && Char == ':') { in LexTokenInternal()3448 } else if (LangOpts.Digraphs && Char == ':') { // '<:' -> '[' in LexTokenInternal()3468 } else if (LangOpts.Digraphs && Char == '%') { // '<%' -> '{' in LexTokenInternal()3535 if (LangOpts.Digraphs && Char == '>') { in LexTokenInternal()
113 LANGOPT(Digraphs , 1, 0, "digraphs")
29 // Digraphs.
377 else if (!LangOpts.GNUMode && LangOpts.Digraphs) in InitializeStandardPredefinedMacros()
1532 Opts.Digraphs = Std.hasDigraphs(); in setLangDefaults()
1707 - Digraphs are not recognized in c89 mode.
5121 # Digraphs