Home
last modified time | relevance | path

Searched defs:expected_result (Results 1 – 13 of 13) sorted by relevance

/llvm-project/compiler-rt/test/builtins/Unit/
H A Ddivmodsi4_test.c13 si_int expected_result, si_int expected_rem) in test__divmodsi4()
H A Dudivmodsi4_test.c12 su_int expected_result, su_int expected_rem) in test__udivmodsi4()
/llvm-project/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_idivmod_test.c13 si_int expected_result, si_int expected_rem) in test__aeabi_idivmod()
H A Daeabi_uidivmod_test.c13 su_int expected_result, su_int expected_rem) in test__aeabi_uidivmod()
/llvm-project/compiler-rt/test/builtins/Unit/ppc/
H A Dfixtfdi_test.c460 int64_t expected_result, computed_result; in main() local
/llvm-project/lldb/unittests/Interpreter/
H A DTestOptionArgParser.cpp71 bool expected_result) { in TestToBooleanWithExpectedBool()
/llvm-project/lldb/unittests/Core/
H A DMangledTest.cpp63 ConstString expected_result("a::main"); in TEST() local
80 ConstString expected_result("D main"); in TEST() local
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
H A Dremove_copy.pass.cpp68 auto expected_result = remove_copy(in.cfbegin(), in.cfend(), expected.begin(), value); in test() local
H A Dunique_copy_equal.pass.cpp98 auto expected_result = unique_copy(in.begin(), in.end(), expected.begin(), pred); in test() local
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py164 def check_expression(self, expression, expected_result, use_summary=True): argument
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy_if.pass.cpp99 auto expected_result = copy_if(in.cfbegin(), in.cfend(), expected.begin(), pred); in test() local
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp204 SendMessage(StringRef message,std::string & response_string,PacketResult expected_result) SendMessage() argument
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.append.pass.cpp49 MultiStringType const& expected_result() const { in expected_result() function