Searched refs:inline_function (Results 1 – 2 of 2) sorted by relevance
510 fit::inline_function<Closure, sizeof(empty)> fempty(std::move(empty)); in inline_function_size_bounds()517 fit::inline_function<Closure, sizeof(small)> fsmall(std::move(small)); in inline_function_size_bounds()522 fit::inline_function<Closure, sizeof(big)> fbig(std::move(big)); in inline_function_size_bounds()672 fit::inline_function<Closure> fbad; in sharing()761 RUN_TEST((closure<fit::inline_function<Closure, HugeCallableSize>>))762 RUN_TEST((binary_op<fit::inline_function<BinaryOp, HugeCallableSize>>))
64 using inline_function = function_impl<inline_target_size, true, T>; variable
Completed in 6 milliseconds