Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_limiter_node.cpp497 limiter_node l1(follows(br), 100); in test_deduction_guides() local
498 static_assert(std::is_same_v<decltype(l1), limiter_node<int>>); in test_deduction_guides()
H A Dtest_parallel_pipeline.cpp592 void run_function(const char *l1, const char *l2) { in run_function() argument
595 check_intbuffer = (!strcmp(l1,"int") && !strcmp(l2,"int")); in run_function()