Home
last modified time | relevance | path

Searched refs:correct_value (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/expression/weak_symbols/
H A DTestWeakSymbols.py33 correct_value = 10
35 correct_value = 20
42 …self.assertEqual(value.GetValueAsSigned(), correct_value, "Didn't change present_weak_int correctl…
/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.hpp26 float correct_value; member
47 double correct_value; member
H A Dtest.cpp989 test_from_chars<float>(t.input, t.fmt, t.correct_idx, t.correct_ec, t.correct_value); in all_floating_tests()
994 test_from_chars<double>(t.input, t.fmt, t.correct_idx, t.correct_ec, t.correct_value); in all_floating_tests()
/llvm-project-15.0.7/lldb/test/API/macosx/thread_suspend/
H A DTestInternalThreadSuspension.py31 def try_an_expression(self, thread, correct_value, test_bp): argument
36 … self.assertEqual(value.GetValueAsSigned(), correct_value, "Got expected value for expression")