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

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 43 DeclPtr, D.getTLSKind());
84 assert(!D.getTLSKind() && "should have rejected this");
278 if (D->getTLSKind()) {
CGCXXABI.cpp 253 if (D.getTLSKind())
CodeGenModule.cpp 515 assert(D.getTLSKind() && "setting TLS mode on non-TLS var!");
    [all...]
ItaniumCXXABI.cpp     [all...]
CGDecl.cpp 201 if (D.getTLSKind())
    [all...]
CGExpr.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 352 if (D->getTLSKind() != VarDecl::TLS_None) {
752 if (VD->getTLSKind()) {
    [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 818 TLSKind getTLSKind() const;
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 729 milliseconds