Searched refs:mayNeedDestruction (Results 1 – 4 of 4) sorted by relevance
163 bool CGCXXABI::mayNeedDestruction(const VarDecl *VD) const { in mayNeedDestruction() function in CGCXXABI198 return !mayNeedDestruction(VD) && InitDecl->evaluateValue(); in isEmittedWithConstantInitializer()
83 bool mayNeedDestruction(const VarDecl *VD) const;
384 mayNeedDestruction(VD); in usesThreadWrapperFunction()3229 !mayNeedDestruction(VD)) { in EmitThreadLocalInitFuncs()
433 (!isEmittedWithConstantInitializer(VD) || mayNeedDestruction(VD)); in usesThreadWrapperFunction()