Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h362 unsigned IsExternallyDestructed : 1; variable
366 : IsVolatile(false), IsUnused(false), IsExternallyDestructed(false) {} in ReturnValueSlot()
368 bool IsExternallyDestructed = false)
370 IsExternallyDestructed(IsExternallyDestructed) {} in Addr()
376 bool isExternallyDestructed() const { return IsExternallyDestructed; } in isExternallyDestructed()