Home
last modified time | relevance | path

Searched refs:TLS_None (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp242 const bool ThreadLocal = D->getTLSKind() != VarDecl::TLS_None; in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp307 else if (VarD->getTLSKind() != VarDecl::TLS_None) in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp932 case VarDecl::TLS_None: break; in VisitVarDecl()
H A DTextNodeDumper.cpp2231 case VarDecl::TLS_None: in VisitVarDecl()
H A DDecl.cpp2157 return TLS_None; in getTLSKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2695 LV.setThreadLocalRef(VD->getTLSKind() != VarDecl::TLS_None); in setObjCGCLValueClass()
2855 if (VD->getTLSKind() != VarDecl::TLS_None) in EmitGlobalVarDeclLValue()
3113 if (VD->getTLSKind() != VarDecl::TLS_None) in EmitDeclRefLValue()
H A DItaniumCXXABI.cpp5135 if (D.getTLSKind() != VarDecl::TLS_None) { in registerGlobalDtor()
H A DCGStmtOpenMP.cpp513 if (CapVar && (CapVar->getTLSKind() != clang::VarDecl::TLS_None)) { in emitOutlinedFunctionPrologue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h899 TLS_None, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1777 if ((VD && VD->getTLSKind() != VarDecl::TLS_None && in getTopDSA()
3298 if ((VD->getTLSKind() != VarDecl::TLS_None && in CheckOMPThreadPrivateDecl()
3305 << VD << ((VD->getTLSKind() != VarDecl::TLS_None) ? 0 : 1); in CheckOMPThreadPrivateDecl()
3469 if (VD->getTLSKind() != VarDecl::TLS_None || in ActOnOpenMPAllocateDirective()
H A DSemaDeclAttr.cpp4065 VD->getTLSKind() != VarDecl::TLS_None) { in AddAlignedAttr()
H A DSemaExpr.cpp389 if (VD->getTLSKind() != VarDecl::TLS_None) in DiagnoseUseOfDecl()