Home
last modified time | relevance | path

Searched refs:mayNeedDestruction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp163 bool CGCXXABI::mayNeedDestruction(const VarDecl *VD) const { in mayNeedDestruction() function in CGCXXABI
198 return !mayNeedDestruction(VD) && InitDecl->evaluateValue(); in isEmittedWithConstantInitializer()
H A DCGCXXABI.h83 bool mayNeedDestruction(const VarDecl *VD) const;
H A DItaniumCXXABI.cpp384 mayNeedDestruction(VD); in usesThreadWrapperFunction()
3229 !mayNeedDestruction(VD)) { in EmitThreadLocalInitFuncs()
H A DMicrosoftCXXABI.cpp433 (!isEmittedWithConstantInitializer(VD) || mayNeedDestruction(VD)); in usesThreadWrapperFunction()