Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp77 struct TestCustomAAResult : AAResultBase<TestCustomAAResult> { struct
78 friend AAResultBase<TestCustomAAResult>;
82 explicit TestCustomAAResult(std::function<void()> CB) in TestCustomAAResult() argument
84 TestCustomAAResult(TestCustomAAResult &&Arg) in TestCustomAAResult() argument
102 std::unique_ptr<TestCustomAAResult> Result;
119 Result.reset(new TestCustomAAResult(std::move(CB))); in doInitialization()
128 TestCustomAAResult &getResult() { return *Result; } in getResult()
129 const TestCustomAAResult &getResult() const { return *Result; } in getResult()