Home
last modified time | relevance | path

Searched refs:TSCS___thread (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h213 TSCS___thread, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h248 static const TSCS TSCS___thread = clang::TSCS___thread; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp499 case DeclSpec::TSCS___thread: return "__thread"; in getSpecifierName()
H A DSemaDecl.cpp12914 case TSCS___thread: in ActOnCXXForRangeDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp872 case TSCS___thread: in VisitVarDecl()
H A DDecl.cpp2048 case TSCS___thread: // Fall through. in getTLSKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3618 if (DS.getThreadStorageClassSpec() == DeclSpec::TSCS___thread) in ParseDeclarationSpecifiers()
3630 if (DS.getThreadStorageClassSpec() == DeclSpec::TSCS___thread) in ParseDeclarationSpecifiers()
3668 isInvalid = DS.SetStorageClassSpecThread(DeclSpec::TSCS___thread, Loc, in ParseDeclarationSpecifiers()