Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp241 const bool ThreadLocal = D->getTLSKind() != VarDecl::TLS_None; in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp311 else if (VarD->getTLSKind() != VarDecl::TLS_None) in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp1336 if (Var->getTLSKind() != VarDecl::TLS_None) { in VisitDeclRefExpr()
H A DSemaOpenMP.cpp1753 if ((VD && VD->getTLSKind() != VarDecl::TLS_None && in getTopDSA()
3284 if ((VD->getTLSKind() != VarDecl::TLS_None && in CheckOMPThreadPrivateDecl()
3291 << VD << ((VD->getTLSKind() != VarDecl::TLS_None) ? 0 : 1); in CheckOMPThreadPrivateDecl()
3455 if (VD->getTLSKind() != VarDecl::TLS_None || in ActOnOpenMPAllocateDirective()
H A DSemaDeclAttr.cpp4643 VD->getTLSKind() != VarDecl::TLS_None) { in AddAlignedAttr()
H A DSemaExpr.cpp397 if (VD->getTLSKind() != VarDecl::TLS_None) in DiagnoseUseOfDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp934 case VarDecl::TLS_None: break; in VisitVarDecl()
H A DDecl.cpp2174 return TLS_None; in getTLSKind()
2846 (K == RSDKind::ThreadLocal && getTLSKind() == TLS_None); in isNoDestroy()
H A DTextNodeDumper.cpp2390 case VarDecl::TLS_None: in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2820 LV.setThreadLocalRef(VD->getTLSKind() != VarDecl::TLS_None); in setObjCGCLValueClass()
3002 if (VD->getTLSKind() != VarDecl::TLS_None) in EmitGlobalVarDeclLValue()
3264 if (VD->getTLSKind() != VarDecl::TLS_None) in EmitDeclRefLValue()
H A DItaniumCXXABI.cpp5191 if (D.getTLSKind() != VarDecl::TLS_None) { in registerGlobalDtor()
H A DCGStmtOpenMP.cpp543 if (CapVar && (CapVar->getTLSKind() != clang::VarDecl::TLS_None)) { in emitOutlinedFunctionPrologue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h925 TLS_None, enumerator