Home
last modified time | relevance | path

Searched refs:isTLSSupported (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Lex/
DPPMacroExpansion.cpp925 LangOpts.C11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()
959 LangOpts.CPlusPlus11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()
1008 .Case("tls", PP.getTargetInfo().isTLSSupported()) in HasFeature()
1043 .Case("c_thread_local", PP.getTargetInfo().isTLSSupported()) in HasExtension()
/external/clang/include/clang/Basic/
DTargetInfo.h789 bool isTLSSupported() const { in isTLSSupported() function
/external/clang/lib/Basic/
DModule.cpp69 .Case("tls", Target.isTLSSupported()) in hasFeature()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3991 if (!S.Context.getTargetInfo().isTLSSupported()) { in handleDeclspecThreadAttr()
DSemaDecl.cpp5767 else if (!Context.getTargetInfo().isTLSSupported()) in ActOnVariableDeclarator()