Home
last modified time | relevance | path

Searched refs:isExternallyDestructed (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp767 valueDest.isExternallyDestructed(), in VisitCastExpr()
1192 bool isExternallyDestructed = Dest.isExternallyDestructed(); in VisitAbstractConditionalOperator() local
1207 Dest.setExternallyDestructed(isExternallyDestructed); in VisitAbstractConditionalOperator()
1237 bool wasExternallyDestructed = Dest.isExternallyDestructed(); in VisitCXXBindTemporaryExpr()
H A DCGValue.h551 IsDestructed_t isExternallyDestructed() const { in isExternallyDestructed() function