Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp900 case VarDecl::TLS_None: break; in VisitVarDecl()
H A DTextNodeDumper.cpp1980 case VarDecl::TLS_None: in VisitVarDecl()
H A DDecl.cpp2172 return TLS_None; in getTLSKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2680 LV.setThreadLocalRef(VD->getTLSKind() != VarDecl::TLS_None); in setObjCGCLValueClass()
2844 if (VD->getTLSKind() != VarDecl::TLS_None) in EmitGlobalVarDeclLValue()
3101 if (VD->getTLSKind() != VarDecl::TLS_None) in EmitDeclRefLValue()
H A DItaniumCXXABI.cpp4848 if (D.getTLSKind() != VarDecl::TLS_None) { in registerGlobalDtor()
H A DCGStmtOpenMP.cpp485 if (CapVar && (CapVar->getTLSKind() != clang::VarDecl::TLS_None)) { in emitOutlinedFunctionPrologue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h938 TLS_None, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1772 if ((VD && VD->getTLSKind() != VarDecl::TLS_None && in getTopDSA()
3258 if ((VD->getTLSKind() != VarDecl::TLS_None && in CheckOMPThreadPrivateDecl()
3265 << VD << ((VD->getTLSKind() != VarDecl::TLS_None) ? 0 : 1); in CheckOMPThreadPrivateDecl()
3430 if (VD->getTLSKind() != VarDecl::TLS_None || in ActOnOpenMPAllocateDirective()
H A DSemaDeclAttr.cpp4542 VD->getTLSKind() != VarDecl::TLS_None) { in AddAlignedAttr()
H A DSemaExpr.cpp395 if (VD->getTLSKind() != VarDecl::TLS_None) in DiagnoseUseOfDecl()