Home
last modified time | relevance | path

Searched defs:expect_args (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/test/API/test_utils/
H A DTestPExpectTest.py11 def assert_expect_fails_with(self, cmd, expect_args, expected_msg): argument
/llvm-project/lldb/test/API/commands/settings/quoting/
H A DTestQuoting.py46 def expect_args(self, args_in, args_out): member in SettingsCommandTestCase
/llvm-project/lldb/test/API/assert_messages_test/
H A DTestAssertMessages.py16 def assert_expect_fails_with(self, cmd, expect_args, expected_msg): argument
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply.pass.cpp132 TypeID const* const expect_args = &makeArgumentID<ExpectArgs...>(); in check_apply_quals_and_types() local