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

References

tools/clang/include/clang/Basic/Features.def
  131 FEATURE(c_thread_local, LangOpts.C11 &&PP.getTargetInfo().isTLSSupported())
  166         LangOpts.CPlusPlus11 &&PP.getTargetInfo().isTLSSupported())
  223 FEATURE(tls, PP.getTargetInfo().isTLSSupported())
  232 EXTENSION(c_thread_local, PP.getTargetInfo().isTLSSupported())
tools/clang/lib/AST/Decl.cpp
 1988           getASTContext().getTargetInfo().isTLSSupported() &&
tools/clang/lib/Basic/Module.cpp
  124                         .Case("tls", Target.isTLSSupported())
tools/clang/lib/CodeGen/CGBuiltin.cpp
 4004     if (!getContext().getTargetInfo().isTLSSupported())
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 2711          !CGM.getContext().getTargetInfo().isTLSSupported());
 2723       CGM.getContext().getTargetInfo().isTLSSupported())
 2758       CGM.getContext().getTargetInfo().isTLSSupported())
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  922             getContext().getTargetInfo().isTLSSupported()) {
tools/clang/lib/CodeGen/CodeGenModule.cpp
 2348       getContext().getTargetInfo().isTLSSupported() && isa<VarDecl>(Global) &&
tools/clang/lib/Sema/SemaDecl.cpp
 6853     else if (!Context.getTargetInfo().isTLSSupported()) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3736   if (Context.getTargetInfo().isTLSSupported()) {
 5385   if (!S.Context.getTargetInfo().isTLSSupported()) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 1313          SemaRef.getASTContext().getTargetInfo().isTLSSupported())) ||
 2466            getASTContext().getTargetInfo().isTLSSupported())) ||
 3664          getASTContext().getTargetInfo().isTLSSupported() &&