Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/c++/
A 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-6.3-rc2/Documentation/dev-tools/kunit/
A Dindex.rst78 Arrange-Act-Assert. This is a great way to structure test cases and
84 - Act on the target behavior: Call your function/code under test.

Completed in 6 milliseconds