Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h564 enum IsDestructed_t { IsNotDestructed, IsDestructed };
589 IsDestructed_t isDestructed,
602 forLValue(const LValue &LV, IsDestructed_t isDestructed,
610 IsDestructed_t isExternallyDestructed() const {
611 return IsDestructed_t(DestructedFlag);
H A DCGExpr.cpp286 AggValueSlot::IsDestructed_t(IsInit), in EmitAnyExprToMem()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h326 enum IsDestructed_t { IsNotDestructed, IsDestructed }; enum
345 IsDestructed_t isDestructed,
352 static AggValueSlot forLValue(const LValue &LV, IsDestructed_t isDestructed,