Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_limiter_node.cpp500 limiter_node l2(precedes(br), 100); in test_deduction_guides() local
501 static_assert(std::is_same_v<decltype(l2), 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()