Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.cpp156 bool CGCXXABI::mayNeedDestruction(const VarDecl *VD) const { in mayNeedDestruction() function in CGCXXABI
191 return !mayNeedDestruction(VD) && InitDecl->evaluateValue(); in isEmittedWithConstantInitializer()
H A DCGCXXABI.h87 bool mayNeedDestruction(const VarDecl *VD) const;
H A DItaniumCXXABI.cpp339 mayNeedDestruction(VD); in usesThreadWrapperFunction()
2958 !mayNeedDestruction(VD)) { in EmitThreadLocalInitFuncs()
H A DMicrosoftCXXABI.cpp423 (!isEmittedWithConstantInitializer(VD) || mayNeedDestruction(VD)); in usesThreadWrapperFunction()