Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCall.h366 unsigned IsExternallyDestructed : 1; variable
370 : IsVolatile(false), IsUnused(false), IsExternallyDestructed(false) {} in ReturnValueSlot()
372 bool IsExternallyDestructed = false)
374 IsExternallyDestructed(IsExternallyDestructed) {} in Addr()
380 bool isExternallyDestructed() const { return IsExternallyDestructed; } in isExternallyDestructed()