HomeSort by relevance Sort by last modified time
    Searched refs:getTLSKind (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 41 DeclPtr, D.getTLSKind());
82 assert(!D.getTLSKind() && "should have rejected this");
351 if (D->getTLSKind()) {
CodeGenModule.cpp 629 assert(D.getTLSKind() && "setting TLS mode on non-TLS var!");
    [all...]
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CGDecl.cpp 228 if (D.getTLSKind())
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 51 if (VD->getTLSKind())
MicrosoftMangle.cpp     [all...]
Decl.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaOpenMP.cpp 652 if ((VD && VD->getTLSKind() != VarDecl::TLS_None &&
    [all...]
SemaDeclAttr.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]

Completed in 639 milliseconds