Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/c++/
Dclang.cpp98 std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction(&*LLVMCtx)); in getModuleFromSource() local
99 if (!Clang.ExecuteAction(*Act)) in getModuleFromSource()
102 return Act->takeModule(); in getModuleFromSource()
/linux-5.19.10/Documentation/dev-tools/kunit/
Dindex.rst79 Arrange-Act-Assert. This is a great way to structure test cases and
85 - Act on the target behavior: Call your function/code under test.