Home
last modified time | relevance | path

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

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