Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dconstruct.pass.cpp126 int b_construct = 0; in test() local
127 B<A0> b(b_construct); in test()
131 assert(b_construct == 0); in test()
134 assert(b_construct == 1); in test()
139 int b_construct = 0; in test() local
140 B<A1> b(b_construct); in test()
144 assert(b_construct == 0); in test()
147 assert(b_construct == 1); in test()
152 int b_construct = 0; in test() local
153 B<A2> b(b_construct); in test()
[all …]