Home
last modified time | relevance | path

Searched defs:test_result (Results 1 – 8 of 8) sorted by relevance

/llvm-project/flang/test/Lower/
H A Dpointer-results-as-arguments.f9077 subroutine test_result() subroutine
/llvm-project/libc/fuzzing/stdio/
H A Dprintf_fixed_conv_fuzz.cpp77 int test_result = 0; in test_vals() local
H A Dprintf_float_conv_fuzz.cpp59 int test_result = 0; in test_vals() local
/llvm-project/libcxx/test/support/test.support/
H A Dtest_check_assertion.pass.cpp33 …DeathTestResult test_result = test_case.Run(std::array<DeathCause, 1>{expected_cause}, func, get_m… in TestDeathTest() local
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py115 test_result = None global() variable
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h1043 static void RecordProperty(TestResult* test_result, in RecordProperty()
1049 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults()
1054 const TestResult& test_result) { in test_part_results()
H A Dgtest.cc5602 TestResult* test_result; // TestResult appropriate for property recording. in RecordProperty() local
5906 TestResult& test_result = in RunAllTests() local
/llvm-project/libcxx/test/support/
H A Dcheck_assertion.h358 DeathTestResult test_result = test_case.Run(expected_causes, func, matcher); in ExpectDeath() local