Searched refs:l2 (Results 1 – 2 of 2) sorted by relevance
500 limiter_node l2(precedes(br), 100); in test_deduction_guides() local501 static_assert(std::is_same_v<decltype(l2), limiter_node<int>>); in test_deduction_guides()
592 void run_function(const char *l1, const char *l2) { in run_function() argument595 check_intbuffer = (!strcmp(l1,"int") && !strcmp(l2,"int")); in run_function()