Searched refs:mayNeedDestruction (Results 1 – 4 of 4) sorted by relevance
156 bool CGCXXABI::mayNeedDestruction(const VarDecl *VD) const { in mayNeedDestruction() function in CGCXXABI191 return !mayNeedDestruction(VD) && InitDecl->evaluateValue(); in isEmittedWithConstantInitializer()
87 bool mayNeedDestruction(const VarDecl *VD) const;
339 mayNeedDestruction(VD); in usesThreadWrapperFunction()2958 !mayNeedDestruction(VD)) { in EmitThreadLocalInitFuncs()
423 (!isEmittedWithConstantInitializer(VD) || mayNeedDestruction(VD)); in usesThreadWrapperFunction()