Searched refs:TSCS_thread_local (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h216 TSCS_thread_local,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h249 static const TSCS TSCS_thread_local = clang::TSCS_thread_local; member in class:clang::DeclSpec
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp500 case DeclSpec::TSCS_thread_local: return "thread_local";
H A DSemaDecl.cpp7159 TSCS != DeclSpec::TSCS_thread_local ||
12911 case TSCS_thread_local:
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp878 case TSCS_thread_local:
H A DDecl.cpp2051 case TSCS_thread_local:
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1100 (getStorageClass() == SC_None && getTSCSpec() == TSCS_thread_local))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3673 isInvalid = DS.SetStorageClassSpecThread(DeclSpec::TSCS_thread_local, Loc,

Completed in 343 milliseconds