Home
last modified time | relevance | path

Searched defs:ThrowOnConstruction (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dtypes.h77 struct ThrowOnConstruction { struct
80 ThrowOnConstruction() { on_construct(); } in ThrowOnConstruction() argument
81 ThrowOnConstruction(ThrowOnConstruction const&) { on_construct(); } in ThrowOnConstruction() argument
97 int ThrowOnConstruction::throw_after_ = -1; argument