Searched refs:c12 (Results 1 – 2 of 2) sorted by relevance
73 continue_node c12(follows(b), 5, body, lightweight()); in test_deduction_guides_common() local74 static_assert(std::is_same_v<decltype(c12), continue_node<ExpectedType, lightweight>>); in test_deduction_guides_common()
318 ch_map_debug_hash c12(c1.begin(), c1.end(), compare); in TypeTester() local319 Examine<default_construction_present>( c12, lst ); in TypeTester()