reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/Builtins.def
 1091 LIBBUILTIN(finite, "id", "fnc", "math.h", GNU_LANG)
 1092 LIBBUILTIN(finitef, "if", "fnc", "math.h", GNU_LANG)
 1093 LIBBUILTIN(finitel, "iLd", "fnc", "math.h", GNU_LANG)
tools/clang/include/clang/Basic/Builtins.h
   42   ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG,  // builtin requires GNU mode.
tools/clang/lib/Basic/Builtins.cpp
   67   bool GnuModeUnsupported = !LangOpts.GNUMode && (BuiltinInfo.Langs & GNU_LANG);