Searched defs:expected_result (Results 1 – 13 of 13) sorted by relevance
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | divmodsi4_test.c | 13 si_int expected_result, si_int expected_rem) in test__divmodsi4()
|
H A D | udivmodsi4_test.c | 12 su_int expected_result, su_int expected_rem) in test__udivmodsi4()
|
/llvm-project/compiler-rt/test/builtins/Unit/arm/ |
H A D | aeabi_idivmod_test.c | 13 si_int expected_result, si_int expected_rem) in test__aeabi_idivmod()
|
H A D | aeabi_uidivmod_test.c | 13 su_int expected_result, su_int expected_rem) in test__aeabi_uidivmod()
|
/llvm-project/compiler-rt/test/builtins/Unit/ppc/ |
H A D | fixtfdi_test.c | 460 int64_t expected_result, computed_result; in main() local
|
/llvm-project/lldb/unittests/Interpreter/ |
H A D | TestOptionArgParser.cpp | 71 bool expected_result) { in TestToBooleanWithExpectedBool()
|
/llvm-project/lldb/unittests/Core/ |
H A D | MangledTest.cpp | 63 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 D | remove_copy.pass.cpp | 68 auto expected_result = remove_copy(in.cfbegin(), in.cfend(), expected.begin(), value); in test() local
|
H A D | unique_copy_equal.pass.cpp | 98 auto expected_result = unique_copy(in.begin(), in.end(), expected.begin(), pred); in test() local
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbinline.py | 164 def check_expression(self, expression, expected_result, use_summary=True): argument
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/ |
H A D | copy_if.pass.cpp | 99 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 D | TestClient.cpp | 204 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 D | path.append.pass.cpp | 49 MultiStringType const& expected_result() const { in expected_result() function
|