Home
last modified time | relevance | path

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

/llvm-project/clang/test/AST/Interp/
H A Dcxx23.cpp
/llvm-project/clang/test/Lexer/
H A Dhas_feature_c1x.c50 #if __has_feature(c_thread_local)
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3-2b.cpp40 constexpr int c_thread_local(int n) { in c_thread_local() function
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx2b.cpp24 constexpr int c_thread_local(int n) { // cxx2a-error {{constexpr function never produces a constant expression}} in c_thread_local() function
/llvm-project/clang/include/clang/Basic/
H A DFeatures.def166 FEATURE(c_thread_local, LangOpts.C11 &&PP.getTargetInfo().isTLSSupported())
272 EXTENSION(c_thread_local, PP.getTargetInfo().isTLSSupported())