HomeSort by relevance Sort by last modified time
    Searched full:isthreadspecified (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 42 DeclPtr, D.isThreadSpecified());
CodeGenModule.cpp 311 assert(D.isThreadSpecified() && "setting TLS mode on non-TLS var!");
    [all...]
CGDecl.cpp 200 if (D.isThreadSpecified())
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 681 Record.push_back(D->isThreadSpecified());
770 assert(!D->isThreadSpecified() && "PARM_VAR_DECL can't be __thread");
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 645 if (!Policy.SuppressSpecifiers && D->isThreadSpecified())
    [all...]
ASTDumper.cpp 856 if (D->isThreadSpecified())
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp 287 return (vd->hasGlobalStorage() && !(vd->isThreadSpecified()));
    [all...]
SemaDeclObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 343 Var->setThreadSpecified(D->isThreadSpecified());
    [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 432 bool isThreadSpecified() const { return SCS_thread_specified; }
    [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 779 bool isThreadSpecified() const {
    [all...]

Completed in 156 milliseconds