Searched refs:l1 (Results 1 – 2 of 2) sorted by relevance
497 limiter_node l1(follows(br), 100); in test_deduction_guides() local498 static_assert(std::is_same_v<decltype(l1), 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()