Searched refs:GNU_LANG (Results 1 – 2 of 2) sorted by relevance
34 GNU_LANG = 0x1, // builtin requires GNU mode. enumerator41 ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, // builtin requires GNU mode.
68 bool GnuModeUnsupported = !LangOpts.GNUMode && (BuiltinInfo.Langs & GNU_LANG); in builtinIsSupported()