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

References

tools/clang/lib/Basic/Builtins.cpp
   62       (LangOpts.NoBuiltin || LangOpts.isNoBuiltinFunc(BuiltinInfo.Name)) &&
   62       (LangOpts.NoBuiltin || LangOpts.isNoBuiltinFunc(BuiltinInfo.Name)) &&
   65     LangOpts.NoMathBuiltin && BuiltinInfo.HeaderName &&
   67   bool GnuModeUnsupported = !LangOpts.GNUMode && (BuiltinInfo.Langs & GNU_LANG);
   69       !LangOpts.MicrosoftExt && (BuiltinInfo.Langs & MS_LANG);
   70   bool ObjCUnsupported = !LangOpts.ObjC && BuiltinInfo.Langs == OBJC_LANG;
   71   bool OclC1Unsupported = (LangOpts.OpenCLVersion / 100) != 1 &&
   74       (LangOpts.OpenCLVersion != 200 && !LangOpts.OpenCLCPlusPlus) &&
   74       (LangOpts.OpenCLVersion != 200 && !LangOpts.OpenCLCPlusPlus) &&
   76   bool OclCUnsupported = !LangOpts.OpenCL &&
   78   bool OpenMPUnsupported = !LangOpts.OpenMP && BuiltinInfo.Langs == OMP_LANG;
   80       !LangOpts.CPlusPlus && BuiltinInfo.Langs == CXX_LANG;