Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/containers/
H A Dmap_allocator_requirement_test_templates.h252 const NonConstKeyPair v(42, 1); in testMapInsertHint()
269 NonConstKeyPair v(42, 1); in testMapInsertHint()
270 cc->expect<NonConstKeyPair&&>(); in testMapInsertHint()
277 NonConstKeyPair v2(42, 1); in testMapInsertHint()
352 const NonConstKeyPair v(42, 1); in testMapEmplace()
365 NonConstKeyPair v(42, 1); in testMapEmplace()
366 cc->expect<NonConstKeyPair&&>(); in testMapEmplace()
371 NonConstKeyPair v2(42, 1); in testMapEmplace()
516 const NonConstKeyPair v(42, 1); in testMapEmplaceHint()
533 NonConstKeyPair v(42, 1); in testMapEmplaceHint()
[all …]