Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h363 unsigned IsExternallyDestructed : 1; variable
367 : IsVolatile(false), IsUnused(false), IsExternallyDestructed(false) {} in ReturnValueSlot()
369 bool IsExternallyDestructed = false)
371 IsExternallyDestructed(IsExternallyDestructed) {} in Addr()
377 bool isExternallyDestructed() const { return IsExternallyDestructed; } in isExternallyDestructed()