Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/
H A Dlit.local.cfg35 opt_arg = '--opt-binary ' + shell_quote(opt_path)
36 add_update_script_substition('%update_test_checks', extra_args=opt_arg)
38 extra_args=opt_arg)
/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp117 …const T value, const Optional opt_arg, const optional<int> opt_precision, const string_view correc… in test_common_to_chars() argument
156 assert(opt_arg.has_value()); in test_common_to_chars()
159 result = to_chars(first, last, value, opt_arg.value(), opt_precision.value()); in test_common_to_chars()
163 } else if (opt_arg.has_value()) { in test_common_to_chars()
164 result = to_chars(first, last, value, opt_arg.value()); in test_common_to_chars()