Home
last modified time | relevance | path

Searched refs:GetResults (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DCompletionRequestTest.cpp61 EXPECT_EQ(1U, result.GetResults().size()); in TEST()
74 EXPECT_EQ(0U, result.GetResults().size()); in TEST()
84 EXPECT_EQ(1U, result.GetResults().size()); in TEST()
85 EXPECT_EQ(CompletionMode::Partial, result.GetResults()[0].GetMode()); in TEST()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_runner.h59 RunResults&& GetResults();
H A Dbenchmark_runner.cc348 RunResults&& BenchmarkRunner::GetResults() { in GetResults() function in benchmark::internal::BenchmarkRunner
H A Dbenchmark.cc354 RunResults run_results = runner.GetResults(); in RunBenchmarks()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DCompletionRequest.h78 llvm::ArrayRef<Completion> GetResults() const { return m_results; } in GetResults() function
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp137 GetResults, enumerator
941 writer.append(OpCode::GetResults, in generate()
2121 case GetResults: in execute()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp1000 llvm::ArrayRef<CompletionResult::Completion> results = result.GetResults(); in TabCommand()