Searched refs:isThreadSpecified (Results 1 - 17 of 17) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp40 DeclPtr, D.isThreadSpecified());
H A DCodeGenModule.cpp287 assert(D.isThreadSpecified() && "setting TLS mode on non-TLS var!");
1252 if (D->isThreadSpecified())
1721 !D->getAttr<SectionAttr>() && !D->isThreadSpecified() &&
H A DCGDecl.cpp199 if (D.isThreadSpecified())
H A DCGExpr.cpp1561 LV.setThreadLocalRef(VD->isThreadSpecified());
/external/clang/lib/Sema/
H A DSemaDecl.cpp2556 if (New->isThreadSpecified() && !Old->isThreadSpecified()) {
2559 } else if (!New->isThreadSpecified() && Old->isThreadSpecified()) {
2743 if (DS.isThreadSpecified())
3944 if (D.getDeclSpec().isThreadSpecified())
4136 var->isThreadSpecified()) {
4305 if (D.getDeclSpec().isThreadSpecified()) {
5144 if (D.getDeclSpec().isThreadSpecified())
7274 if (D.getDeclSpec().isThreadSpecified())
[all...]
H A DSemaDeclAttr.cpp279 return (vd->hasGlobalStorage() && !(vd->isThreadSpecified()));
1619 if (!isa<VarDecl>(D) || !cast<VarDecl>(D)->isThreadSpecified()) {
H A DSemaDeclObjC.cpp3126 if (D.getDeclSpec().isThreadSpecified())
H A DSemaTemplateInstantiateDecl.cpp287 Var->setThreadSpecified(D->isThreadSpecified());
H A DSemaCodeComplete.cpp3269 !DS.isThreadSpecified() && !DS.isExternInLinkageSpec() &&
H A DSemaTemplate.cpp3853 if (Var->isThreadSpecified()) {
/external/clang/lib/AST/
H A DDeclPrinter.cpp611 if (!Policy.SuppressSpecifiers && D->isThreadSpecified())
H A DExprConstant.cpp993 if (Var->isThreadSpecified())
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp672 Record.push_back(D->isThreadSpecified());
757 assert(!D->isThreadSpecified() && "PARM_VAR_DECL can't be __thread");
1475 Abv->Add(BitCodeAbbrevOp(0)); // isThreadSpecified
1553 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isThreadSpecified
/external/clang/include/clang/Sema/
H A DDeclSpec.h422 bool isThreadSpecified() const { return SCS_thread_specified; } function in class:clang::DeclSpec
/external/clang/lib/Parse/
H A DParser.cpp1143 if (DS.isThreadSpecified()) {
H A DParseDecl.cpp2520 if (DS.isThreadSpecified())
2530 if (DS.isThreadSpecified())
/external/clang/include/clang/AST/
H A DDecl.h866 bool isThreadSpecified() const {

Completed in 243 milliseconds